Learn R Programming

paws.database (version 0.1.5)

redshift_disable_snapshot_copy: Disables the automatic copying of snapshots from one region to another region for a specified cluster

Description

Disables the automatic copying of snapshots from one region to another region for a specified cluster.

Usage

redshift_disable_snapshot_copy(ClusterIdentifier)

Arguments

ClusterIdentifier

[required] The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.

Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.

Request syntax

svc$disable_snapshot_copy(
  ClusterIdentifier = "string"
)

Details

If your cluster and its snapshots are encrypted using a customer master key (CMK) from AWS KMS, use DeleteSnapshotCopyGrant to delete the grant that grants Amazon Redshift permission to the CMK in the destination region.