redshift_modify_cluster_snapshot_schedule: Modifies a snapshot schedule for a cluster

View source: R/redshift_operations.R

redshift_modify_cluster_snapshot_scheduleR Documentation

Modifies a snapshot schedule for a cluster

Description

Modifies a snapshot schedule for a cluster.

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

Usage

redshift_modify_cluster_snapshot_schedule(
  ClusterIdentifier,
  ScheduleIdentifier = NULL,
  DisassociateSchedule = NULL
)

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.


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