Values.ModifyCacheSubnetGroupMessageSourceRepresents the input of a ModifyCacheSubnetGroup operation.
type nonrec t = {cacheSubnetGroupName : String_.t;The 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 option;A description of the cache subnet group.
*)subnetIds : SubnetIdentifierList.t option;The EC2 subnet IDs for the cache subnet group.
*)}