SnapshotScheduleReference

class aws_cdk.interfaces.aws_redshift.SnapshotScheduleReference(*, snapshot_schedule_arn)

Bases: object

A reference to a SnapshotSchedule resource.

Parameters:

snapshot_schedule_arn (str) – The Arn of the SnapshotSchedule 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_redshift as interfaces_redshift

snapshot_schedule_reference = interfaces_redshift.SnapshotScheduleReference(
    snapshot_schedule_arn="snapshotScheduleArn"
)

Attributes

snapshot_schedule_arn

The Arn of the SnapshotSchedule resource.