Values.CreateReplicationSubnetGroupMessageSourcetype nonrec t = {replicationSubnetGroupIdentifier : String_.t;The name for the replication subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, or hyphens. Must not be "default". Example: mySubnetgroup
*)replicationSubnetGroupDescription : String_.t;The description for the subnet group. Constraints: This parameter Must not contain non-printable control characters.
*)subnetIds : SubnetIdentifierList.t;Two or more subnet IDs to be assigned to the subnet group.
*)}val make :
?tags:??? ->
replicationSubnetGroupIdentifier:String_.t ->
replicationSubnetGroupDescription:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t