amazonka-dms-1.4.0: Amazon Database Migration Service SDK.

Copyright(c) 2013-2016 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.DMS.CreateReplicationSubnetGroup

Contents

Description

Creates a replication subnet group given a list of the subnet IDs in a VPC.

Synopsis

Creating a Request

Request Lenses

crsgTags :: Lens' CreateReplicationSubnetGroup [Tag] Source

The tag to be assigned to the subnet group.

crsgReplicationSubnetGroupIdentifier :: Lens' CreateReplicationSubnetGroup Text Source

The name for the replication subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".

Example: mySubnetgroup

crsgSubnetIds :: Lens' CreateReplicationSubnetGroup [Text] Source

The EC2 subnet IDs for the subnet group.

Destructuring the Response

createReplicationSubnetGroupResponse Source

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

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

Response Lenses