amazonka-redshift-0.0.5: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.CreateClusterSnapshot

Contents

Description

Creates a manual snapshot of the specified cluster. The cluster must be in the available state.

For more information about working with snapshots, go to Amazon RedshiftSnapshots in the Amazon Redshift Cluster Management Guide.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_CreateClusterSnapshot.html

Synopsis

Request

Request constructor

Request lenses

ccsClusterIdentifier :: Lens' CreateClusterSnapshot Text Source

The cluster identifier for which you want a snapshot.

ccsSnapshotIdentifier :: Lens' CreateClusterSnapshot Text Source

A unique identifier for the snapshot that you are requesting. This identifier must be unique for all snapshots within the AWS account.

Constraints:

Cannot be null, empty, or blank Must contain from 1 to 255 alphanumeric characters or hyphens First character must be a letter Cannot end with a hyphen or contain two consecutive hyphens Example: 'my-snapshot-id'

ccsTags :: Lens' CreateClusterSnapshot [Tag] Source

A list of tag instances.

Response

Response constructor

Response lenses