Values.ModifyDBSubnetGroupMessageSourceRepresents the input to ModifyDBSubnetGroup.
type nonrec t = {dBSubnetGroupName : String_.t;The name for the subnet group. This value is stored as a lowercase string. You can't modify the default subnet group. Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. Example: mySubnetgroup
*)dBSubnetGroupDescription : String_.t option;The description for the subnet group.
*)subnetIds : SubnetIdentifierList.t;The Amazon EC2 subnet IDs for the subnet group.
*)}val make :
?dBSubnetGroupDescription:??? ->
dBSubnetGroupName:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t