You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DocDB::Types::CreateDBSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::CreateDBSubnetGroupMessage
- Defined in:
- (unknown)
Overview
When passing CreateDBSubnetGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
db_subnet_group_name: "String", # required
db_subnet_group_description: "String", # required
subnet_ids: ["String"], # required
tags: [
{
key: "String",
value: "String",
},
],
}
Represents the input to CreateDBSubnetGroup.
Instance Attribute Summary collapse
-
#db_subnet_group_description ⇒ String
The description for the subnet group.
-
#db_subnet_group_name ⇒ String
The name for the subnet group.
-
#subnet_ids ⇒ Array<String>
The Amazon EC2 subnet IDs for the subnet group.
-
#tags ⇒ Array<Types::Tag>
The tags to be assigned to the subnet group.
Instance Attribute Details
#db_subnet_group_description ⇒ String
The description for the subnet group.
#db_subnet_group_name ⇒ String
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
#subnet_ids ⇒ Array<String>
The Amazon EC2 subnet IDs for the subnet group.
#tags ⇒ Array<Types::Tag>
The tags to be assigned to the subnet group.