Values.SubnetSourceRepresents the subnet associated with a DAX cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with DAX.
type nonrec t = {subnetIdentifier : String_.t option;The system-assigned identifier for the subnet.
*)subnetAvailabilityZone : String_.t option;The Availability Zone (AZ) for the subnet.
*)supportedNetworkTypes : NetworkTypeList.t option;The network types supported by this subnet. Returns an array of strings that can include ipv4, ipv6, or both, indicating whether the subnet supports IPv4 only, IPv6 only, or dual-stack deployments.
*)}