amazonka-elasticache-0.0.5: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.CreateCacheSubnetGroup

Contents

Description

The CreateCacheSubnetGroup operation creates a new cache subnet group.

Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (VPC).

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSubnetGroup.html

Synopsis

Request

Request constructor

Request lenses

ccsgCacheSubnetGroupDescription :: Lens' CreateCacheSubnetGroup Text Source

A description for the cache subnet group.

ccsgCacheSubnetGroupName :: Lens' CreateCacheSubnetGroup Text Source

A name for the cache subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

Example: mysubnetgroup

ccsgSubnetIds :: Lens' CreateCacheSubnetGroup [Text] Source

A list of VPC subnet IDs for the cache subnet group.

Response

Response constructor

Response lenses