ReplicationGroupReference

class aws_cdk.interfaces.aws_elasticache.ReplicationGroupReference(*, replication_group_id)

Bases: object

A reference to a ReplicationGroup resource.

Parameters:

replication_group_id (str) – The ReplicationGroupId of the ReplicationGroup 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_elasticache as interfaces_aws_elasticache

replication_group_reference = interfaces_aws_elasticache.ReplicationGroupReference(
    replication_group_id="replicationGroupId"
)

Attributes

replication_group_id

The ReplicationGroupId of the ReplicationGroup resource.