Values.CreateClusterSubnetGroupMessageSourcetype nonrec t = {clusterSubnetGroupName : String_.t;The name for the subnet group. Amazon Redshift stores the value as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default". Must be unique for all subnet groups that are created by your Amazon Web Services account. Example: examplesubnetgroup
*)description : String_.t;A description for the subnet group.
*)subnetIds : SubnetIdentifierList.t;An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
*)}val make :
?tags:??? ->
clusterSubnetGroupName:String_.t ->
description:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t