interface GlobalClusterReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RDS.GlobalClusterReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#GlobalClusterReference |
![]() | software.amazon.awscdk.services.rds.GlobalClusterReference |
![]() | aws_cdk.aws_rds.GlobalClusterReference |
![]() | aws-cdk-lib » aws_rds » GlobalClusterReference |
A reference to a GlobalCluster resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rds as rds } from 'aws-cdk-lib';
const globalClusterReference: rds.GlobalClusterReference = {
globalClusterIdentifier: 'globalClusterIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
global | string | The GlobalClusterIdentifier of the GlobalCluster resource. |
globalClusterIdentifier
Type:
string
The GlobalClusterIdentifier of the GlobalCluster resource.