Skip to content

Commit 2c5cd89

Browse files
authored
chore(cluster): remove property (#1175)
1 parent cc39028 commit 2c5cd89

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

apidocs/@cdklabs/namespaces/auroraDsql/classes/Cluster.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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()

src/cdk-lib/aurora-dsql/cluster.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import * as dsql from 'aws-cdk-lib/aws-dsql';
1616
import * as iam from 'aws-cdk-lib/aws-iam';
1717
import * as kms from 'aws-cdk-lib/aws-kms';
1818
import { IKey } from 'aws-cdk-lib/aws-kms';
19-
import { propertyInjectable } from 'aws-cdk-lib/core/lib/prop-injectable';
2019
import { Construct } from 'constructs';
2120
// Internal libs
2221
import * 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
270268
export 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
*/

0 commit comments

Comments
 (0)