Values.CreateCacheSubnetGroupMessageSourceRepresents the input of a CreateCacheSubnetGroup operation.
type nonrec t = {cacheSubnetGroupName : String_.t;A name for the cache subnet group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Example: mysubnetgroup
*)cacheSubnetGroupDescription : String_.t;A description for the cache subnet group.
*)subnetIds : SubnetIdentifierList.t;A list of VPC subnet IDs for the cache subnet group.
*)}val make :
?tags:??? ->
cacheSubnetGroupName:String_.t ->
cacheSubnetGroupDescription:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t