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.CreateDBSnapshot

Contents

Description

Creates a DBSnapshot. The source DBInstance must be in "available" state.

See: AWS API Reference for CreateDBSnapshot.

Synopsis

Creating a Request

createDBSnapshot Source

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

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

Request Lenses

cdbsTags :: Lens' CreateDBSnapshot [Tag] Source

Undocumented member.

cdbsDBSnapshotIdentifier :: Lens' CreateDBSnapshot Text Source

The identifier for the DB snapshot.

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'

cdbsDBInstanceIdentifier :: Lens' CreateDBSnapshot Text Source

The DB instance identifier. This is the unique key that identifies a DB instance.

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

Destructuring the Response

createDBSnapshotResponse Source

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

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

Response Lenses