DBShardGroupReference
- class aws_cdk.interfaces.aws_rds.DBShardGroupReference(*, db_shard_group_identifier)
Bases:
objectA reference to a DBShardGroup resource.
- Parameters:
db_shard_group_identifier (
str) – The DBShardGroupIdentifier of the DBShardGroup 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_rds d_bShard_group_reference = interfaces_rds.DBShardGroupReference( db_shard_group_identifier="dbShardGroupIdentifier" )
Attributes
- db_shard_group_identifier
The DBShardGroupIdentifier of the DBShardGroup resource.