SnapshotReference
- class aws_cdk.interfaces.aws_redshiftserverless.SnapshotReference(*, snapshot_name)
Bases:
objectA reference to a Snapshot resource.
- Parameters:
snapshot_name (
str) – The SnapshotName of the Snapshot 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_redshiftserverless as interfaces_aws_redshiftserverless snapshot_reference = interfaces_aws_redshiftserverless.SnapshotReference( snapshot_name="snapshotName" )
Attributes
- snapshot_name
The SnapshotName of the Snapshot resource.