class Aws::RDS::Types::CreateDBSubnetGroupMessage
@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 DB 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 DB subnet group. @return [String]
@!attribute [rw] subnet_ids
The EC2 Subnet IDs for the DB subnet group. @return [Array<String>]
@!attribute [rw] tags
Tags to assign to the DB subnet group. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBSubnetGroupMessage AWS API Documentation
Constants
- SENSITIVE