Values.CreateDBSubnetGroupMessageSourceCreates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Region.
type nonrec t = {dBSubnetGroupName : String_.t;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
*)dBSubnetGroupDescription : String_.t;The description for the DB subnet group.
*)subnetIds : SubnetIdentifierList.t;The EC2 Subnet IDs for the DB subnet group.
*)}val make :
?tags:??? ->
dBSubnetGroupName:String_.t ->
dBSubnetGroupDescription:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t