Values.CacheSubnetGroupSourceRepresents the output of one of the following operations: CreateCacheSubnetGroup ModifyCacheSubnetGroup
type nonrec t = {cacheSubnetGroupName : String_.t option;The name of the cache subnet group.
*)cacheSubnetGroupDescription : String_.t option;The description of the cache subnet group.
*)vpcId : String_.t option;The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.
*)subnets : SubnetList.t option;A list of subnets associated with the cache subnet group.
*)aRN : String_.t option;The ARN (Amazon Resource Name) of the cache subnet group.
*)supportedNetworkTypes : NetworkTypeList.t option;Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS engine version 6.2 to 7.1 or Memcached engine version 1.6.6 and above on all instances built on the Nitro system.
*)}