Values.SubnetGroupSourceRepresents the output of one of the following actions: CreateSubnetGroup ModifySubnetGroup
type nonrec t = {subnetGroupName : String_.t option;The name of the subnet group.
*)description : String_.t option;The description of the subnet group.
*)vpcId : String_.t option;The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
*)subnets : SubnetList.t option;A list of subnets associated with the subnet group.
*)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 group supports IPv4 only, IPv6 only, or dual-stack deployments.
*)}