amazonka-redshift-1.2.0.2: Amazon Redshift SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.DisableSnapshotCopy

Contents

Description

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

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.

See: AWS API Reference for DisableSnapshotCopy.

Synopsis

Creating a Request

disableSnapshotCopy Source

Creates a value of DisableSnapshotCopy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dscClusterIdentifier :: Lens' DisableSnapshotCopy Text Source

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.

Destructuring the Response

disableSnapshotCopyResponse Source

Creates a value of DisableSnapshotCopyResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses