SnapshotReference

class aws_cdk.aws_redshiftserverless.SnapshotReference(*, snapshot_name)

Bases: object

A 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 import aws_redshiftserverless as redshiftserverless

snapshot_reference = redshiftserverless.SnapshotReference(
    snapshot_name="snapshotName"
)

Attributes

snapshot_name

The SnapshotName of the Snapshot resource.