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

Contents

Description

Creates a new DB cluster from a DB cluster snapshot. The target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

See: AWS API Reference for RestoreDBClusterFromSnapshot.

Synopsis

Creating a Request

Request Lenses

rdcfsEngineVersion :: Lens' RestoreDBClusterFromSnapshot (Maybe Text) Source

The version of the database engine to use for the new DB cluster.

rdcfsDBSubnetGroupName :: Lens' RestoreDBClusterFromSnapshot (Maybe Text) Source

The name of the DB subnet group to use for the new DB cluster.

rdcfsAvailabilityZones :: Lens' RestoreDBClusterFromSnapshot [Text] Source

Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.

rdcfsDatabaseName :: Lens' RestoreDBClusterFromSnapshot (Maybe Text) Source

The database name for the restored DB cluster.

rdcfsVPCSecurityGroupIds :: Lens' RestoreDBClusterFromSnapshot [Text] Source

A list of VPC security groups that the new DB cluster will belong to.

rdcfsOptionGroupName :: Lens' RestoreDBClusterFromSnapshot (Maybe Text) Source

The name of the option group to use for the restored DB cluster.

rdcfsTags :: Lens' RestoreDBClusterFromSnapshot [Tag] Source

The tags to be assigned to the restored DB cluster.

rdcfsPort :: Lens' RestoreDBClusterFromSnapshot (Maybe Int) Source

The port number on which the new DB cluster accepts connections.

Constraints: Value must be '1150-65535'

Default: The same port as the original DB cluster.

rdcfsDBClusterIdentifier :: Lens' RestoreDBClusterFromSnapshot Text Source

The name of the DB cluster to create from the DB cluster snapshot. This parameter isn't case-sensitive.

Constraints:

  • 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'

rdcfsSnapshotIdentifier :: Lens' RestoreDBClusterFromSnapshot Text Source

The identifier for the DB cluster snapshot to restore from.

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

rdcfsEngine :: Lens' RestoreDBClusterFromSnapshot Text Source

The database engine to use for the new DB cluster.

Default: The same as source

Constraint: Must be compatible with the engine of the source

Destructuring the Response

restoreDBClusterFromSnapshotResponse Source

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

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

Response Lenses