interface IGlobalClusterRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.RDS.IGlobalClusterRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#IGlobalClusterRef | 
  Java | software.amazon.awscdk.services.rds.IGlobalClusterRef | 
  Python | aws_cdk.aws_rds.IGlobalClusterRef | 
  TypeScript  | aws-cdk-lib » aws_rds » IGlobalClusterRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a GlobalCluster.
Properties
| Name | Type | Description | 
|---|---|---|
| global | Global | A reference to a GlobalCluster resource. | 
| node | Node | The tree node. | 
globalClusterRef
Type:
Global
A reference to a GlobalCluster resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript