Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface CreateCacheSubnetGroupMessage

Represents the input of a CreateCacheSubnetGroup operation.

Hierarchy

Properties

CacheSubnetGroupDescription: undefined | string

A description for the cache subnet group.

CacheSubnetGroupName: undefined | string

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

SubnetIds: undefined | string[]

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

Tags?: Tag[]

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.