GlobalClusterReference

class aws_cdk.interfaces.aws_rds.GlobalClusterReference(*, global_cluster_identifier)

Bases: object

A reference to a GlobalCluster resource.

Parameters:

global_cluster_identifier (str) – The GlobalClusterIdentifier of the GlobalCluster resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_rds as interfaces_aws_rds

global_cluster_reference = interfaces_aws_rds.GlobalClusterReference(
    global_cluster_identifier="globalClusterIdentifier"
)

Attributes

global_cluster_identifier

The GlobalClusterIdentifier of the GlobalCluster resource.