class Aws::DocDB::Types::CreateDBSubnetGroupMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CreateDBSubnetGroupMessage AWS API Documentation
@return [Array<Types::Tag>]
The tags to be assigned to the subnet group.
@!attribute [rw] tags
@return [Array<String>]
The Amazon EC2 subnet IDs for the subnet group.
@!attribute [rw] subnet_ids
@return [String]
The description for the subnet group.
@!attribute [rw] db_subnet_group_description
@return [String]
Example: ‘mySubnetgroup`
periods, underscores, spaces, or hyphens. Must not be default.
Constraints: Must contain no more than 255 letters, numbers,
string.
The name for the subnet group. This value is stored as a lowercase
@!attribute [rw] db_subnet_group_name
}
],
},
value: “String”,
key: “String”,
{
tags: [
subnet_ids: [“String”], # required
db_subnet_group_description: “String”, # required
db_subnet_group_name: “String”, # required
{
data as a hash:
@note When making an API call, you may pass CreateDBSubnetGroupMessage
Represents the input to CreateDBSubnetGroup.