class Aws::MemoryDB::Types::CreateSubnetGroupRequest

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

data as a hash:

    {
      subnet_group_name: "String", # required
      description: "String",
      subnet_ids: ["String"], # required
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] subnet_group_name

The name of the subnet group.
@return [String]

@!attribute [rw] description

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

@!attribute [rw] subnet_ids

A list of VPC subnet IDs for the 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/memorydb-2021-01-01/CreateSubnetGroupRequest AWS API Documentation

Constants

SENSITIVE