- Navigation Guide
@aws-sdk/client-redshift
ModifySnapshotScheduleCommandInput Interface
The input for ModifySnapshotScheduleCommand.
Members
Name | Type | Details |
---|---|---|
ScheduleDefinitions Required | string[] | undefined | An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)". |
ScheduleIdentifier Required | string | undefined | A unique alphanumeric identifier of the schedule to modify. |
Full Signature
export interface ModifySnapshotScheduleCommandInput extends ModifySnapshotScheduleMessage