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