Modify DB Subnet Group
GET {{aws_rds_base_url}}/?DBSubnetGroupDescription&DBSubnetGroupName&SubnetIds.SubnetIdentifier.N&Action=ModifyDBSubnetGroup&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. You can't modify the default subnet group. | |
SubnetIds.SubnetIdentifier.N | null | The EC2 subnet IDs for the DB subnet group. | |
Action | string | ||
Version | string |