amazonka-rds-1.2.0.1: Amazon Relational Database Service 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.RDS.CreateDBClusterSnapshot

Contents

Description

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

See: AWS API Reference for CreateDBClusterSnapshot.

Synopsis

Creating a Request

createDBClusterSnapshot Source

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

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

Request Lenses

cdcsTags :: Lens' CreateDBClusterSnapshot [Tag] Source

The tags to be assigned to the DB cluster snapshot.

cdcsDBClusterSnapshotIdentifier :: Lens' CreateDBClusterSnapshot Text Source

The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: 'my-cluster1-snapshot1'

cdcsDBClusterIdentifier :: Lens' CreateDBClusterSnapshot Text Source

The identifier of the DB cluster to create a snapshot for. This parameter is not case-sensitive.

Constraints:

  • Must contain from 1 to 63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: 'my-cluster1'

Destructuring the Response

createDBClusterSnapshotResponse Source

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

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

Response Lenses