redshift_modify_snapshot_schedule: Modifies a snapshot schedule

View source: R/redshift_operations.R

redshift_modify_snapshot_scheduleR Documentation

Modifies a snapshot schedule

Description

Modifies a snapshot schedule. Any schedule associated with a cluster is modified asynchronously.

See https://www.paws-r-sdk.com/docs/redshift_modify_snapshot_schedule/ for full documentation.

Usage

redshift_modify_snapshot_schedule(ScheduleIdentifier, ScheduleDefinitions)

Arguments

ScheduleIdentifier

[required] A unique alphanumeric identifier of the schedule to modify.

ScheduleDefinitions

[required] An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.