File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
apidocs/@cdklabs/namespaces/auroraDsql/classes Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -219,14 +219,6 @@ VpcEndpointServiceName of the cluster.
219219
220220[ ` ClusterBase ` ] ( ClusterBase.md ) .[ ` vpcEndpointServiceName ` ] ( ClusterBase.md#vpcendpointservicename )
221221
222- ***
223-
224- ### PROPERTY\_ INJECTION\_ ID
225-
226- > ` readonly ` ` static ` ** PROPERTY\_ INJECTION\_ ID** : ` string ` = ` '@generative-ai-cdk-constructs.aws-aurora-dsql.Cluster' `
227-
228- Uniquely identifies this class.
229-
230222## Methods
231223
232224### \_ enableCrossEnvironment()
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import * as dsql from 'aws-cdk-lib/aws-dsql';
1616import * as iam from 'aws-cdk-lib/aws-iam' ;
1717import * as kms from 'aws-cdk-lib/aws-kms' ;
1818import { IKey } from 'aws-cdk-lib/aws-kms' ;
19- import { propertyInjectable } from 'aws-cdk-lib/core/lib/prop-injectable' ;
2019import { Construct } from 'constructs' ;
2120// Internal libs
2221import * as perms from './perms' ;
@@ -266,11 +265,7 @@ export interface ClusterAttributes {
266265 * @see https://docs.aws.amazon.com/aurora-dsql/latest/userguide/what-is-aurora-dsql.html
267266 * @resource AWS::DSQL::Cluster
268267 */
269- @propertyInjectable
270268export class Cluster extends ClusterBase {
271- /** Uniquely identifies this class. */
272- public static readonly PROPERTY_INJECTION_ID : string = '@generative-ai-cdk-constructs.aws-aurora-dsql.Cluster' ;
273-
274269 /**
275270 * Static Method for importing an existing Aurora DSQL cluster.
276271 */
You can’t perform that action at this time.
0 commit comments