Values.CreateSubnetGroupRequestSourceCreates a new subnet group.
type nonrec t = {subnetGroupName : String_.t;A name for the subnet group. This value is stored as a lowercase string.
*)description : String_.t option;A description for the subnet group
*)subnetIds : SubnetIdentifierList.t;A list of VPC subnet IDs for the subnet group.
*)}val make :
?description:??? ->
subnetGroupName:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t