Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the AWS Region.
rds_create_db_subnet_group(DBSubnetGroupName, DBSubnetGroupDescription,
SubnetIds, Tags)
[required] 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
[required] The description for the DB subnet group.
[required] The EC2 Subnet IDs for the DB subnet group.
Tags to assign to the DB subnet group.
svc$create_db_subnet_group( DBSubnetGroupName = "string", DBSubnetGroupDescription = "string", SubnetIds = list( "string" ), Tags = list( list( Key = "string", Value = "string" ) ) )