class Aws::ElastiCache::Types::CreateCacheSubnetGroupMessage

Represents the input of a `CreateCacheSubnetGroup` operation.

@note When making an API call, you may pass CreateCacheSubnetGroupMessage

data as a hash:

    {
      cache_subnet_group_name: "String", # required
      cache_subnet_group_description: "String", # required
      subnet_ids: ["String"], # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] cache_subnet_group_name

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`
@return [String]

@!attribute [rw] cache_subnet_group_description

A description for the cache subnet group.
@return [String]

@!attribute [rw] subnet_ids

A list of VPC subnet IDs for the cache subnet group.
@return [Array<String>]

@!attribute [rw] tags

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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheSubnetGroupMessage AWS API Documentation

Constants

SENSITIVE