GlobalClusterReference

class aws_cdk.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 import aws_rds as rds

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

Attributes

global_cluster_identifier

The GlobalClusterIdentifier of the GlobalCluster resource.