ReplicationGroupReference
- class aws_cdk.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 import aws_elasticache as elasticache replication_group_reference = elasticache.ReplicationGroupReference( replication_group_id="replicationGroupId" )
Attributes
- replication_group_id
The ReplicationGroupId of the ReplicationGroup resource.