interface ClusterReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_dsql.ClusterReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdsql#ClusterReference |
![]() | software.amazon.awscdk.services.dsql.ClusterReference |
![]() | aws_cdk.aws_dsql.ClusterReference |
![]() | aws-cdk-lib » aws_dsql » ClusterReference |
A reference to a Cluster resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dsql as dsql } from 'aws-cdk-lib';
const clusterReference: dsql.ClusterReference = {
identifier: 'identifier',
};
Properties
Name | Type | Description |
---|---|---|
identifier | string | The Identifier of the Cluster resource. |
identifier
Type:
string
The Identifier of the Cluster resource.