Values.ModifyClusterSubnetGroupMessageSourcetype nonrec t = {clusterSubnetGroupName : String_.t;The name of the subnet group to be modified.
*)description : String_.t option;A text description of the subnet group to be modified.
*)subnetIds : SubnetIdentifierList.t;An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
*)}val make :
?description:??? ->
clusterSubnetGroupName:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t