Create DB Subnet Group
GET {{aws_rds_base_url}}/?DBSubnetGroupDescription&DBSubnetGroupName&SubnetIds.SubnetIdentifier.N&Tags.Tag.N&Action=CreateDBSubnetGroup&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DBSubnetGroupDescription | null | The description for the DB subnet group. | |
DBSubnetGroupName | null | The name for the DB subnet group. This value is stored as a lowercase string. | |
SubnetIds.SubnetIdentifier.N | null | The EC2 Subnet IDs for the DB subnet group. | |
Tags.Tag.N | null | Tags to assign to the DB subnet group. | |
Action | string | ||
Version | string |