- Navigation Guide
@aws-sdk/client-redshift
ModifyClusterSnapshotScheduleCommandInput Interface
The input for ModifyClusterSnapshotScheduleCommand.
Members
Name | Type | Details |
---|---|---|
ClusterIdentifier Required | string | undefined | A unique identifier for the cluster whose snapshot schedule you want to modify. |
DisassociateSchedule | boolean | undefined | A boolean to indicate whether to remove the assoiciation between the cluster and the schedule. |
ScheduleIdentifier | string | undefined | A unique alphanumeric identifier for the schedule that you want to associate with the cluster. |
Full Signature
export interface ModifyClusterSnapshotScheduleCommandInput extends ModifyClusterSnapshotScheduleMessage