Learn R Programming

paws.database (version 0.1.12)

redshift_modify_cluster_snapshot_schedule: Modifies a snapshot schedule for a cluster

Description

Modifies a snapshot schedule for a cluster.

Usage

redshift_modify_cluster_snapshot_schedule(ClusterIdentifier,
  ScheduleIdentifier, DisassociateSchedule)

Value

An empty list.

Arguments

ClusterIdentifier

[required] A unique identifier for the cluster whose snapshot schedule you want to modify.

ScheduleIdentifier

A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

DisassociateSchedule

A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

Request syntax

svc$modify_cluster_snapshot_schedule(
  ClusterIdentifier = "string",
  ScheduleIdentifier = "string",
  DisassociateSchedule = TRUE|FALSE
)