DBShardGroupReference

class aws_cdk.aws_rds.DBShardGroupReference(*, db_shard_group_identifier)

Bases: object

A 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 import aws_rds as rds

d_bShard_group_reference = rds.DBShardGroupReference(
    db_shard_group_identifier="dbShardGroupIdentifier"
)

Attributes

db_shard_group_identifier

The DBShardGroupIdentifier of the DBShardGroup resource.