interface ClusterReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DSQL.ClusterReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdsql#ClusterReference |
Java | software.amazon.awscdk.interfaces.dsql.ClusterReference |
Python | aws_cdk.interfaces.aws_dsql.ClusterReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_dsql } from 'aws-cdk-lib/interfaces';
const clusterReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript