View source: R/redshift_operations.R
redshift_create_snapshot_schedule | R Documentation |
Create a snapshot schedule that can be associated to a cluster and which overrides the default system backup schedule.
See https://www.paws-r-sdk.com/docs/redshift_create_snapshot_schedule/ for full documentation.
redshift_create_snapshot_schedule(
ScheduleDefinitions = NULL,
ScheduleIdentifier = NULL,
ScheduleDescription = NULL,
Tags = NULL,
DryRun = NULL,
NextInvocations = NULL
)
ScheduleDefinitions |
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)". |
ScheduleIdentifier |
A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier. |
ScheduleDescription |
The description of the snapshot schedule. |
Tags |
An optional set of tags you can use to search for the schedule. |
DryRun |
|
NextInvocations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.