Creates a new snapshot schedule.
redshift_create_snapshot_schedule(ScheduleDefinitions,
ScheduleIdentifier, ScheduleDescription, Tags, DryRun, NextInvocations)
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.
The description of the snapshot schedule.
An optional set of tags you can use to search for the schedule.
svc$create_snapshot_schedule( ScheduleDefinitions = list( "string" ), ScheduleIdentifier = "string", ScheduleDescription = "string", Tags = list( list( Key = "string", Value = "string" ) ), DryRun = TRUE|FALSE, NextInvocations = 123 )