DBSnapshotReference
- class aws_cdk.interfaces.aws_rds.DBSnapshotReference(*, db_snapshot_arn)
Bases:
objectA reference to a DBSnapshot resource.
- Parameters:
db_snapshot_arn (
str) – The DBSnapshotArn of the DBSnapshot 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_b_snapshot_reference = interfaces_rds.DBSnapshotReference( db_snapshot_arn="dbSnapshotArn" )
Attributes
- db_snapshot_arn
The DBSnapshotArn of the DBSnapshot resource.