Values.ClusterSubnetGroupSourceDescribes a subnet group.
type nonrec t = {clusterSubnetGroupName : String_.t option;The name of the cluster subnet group.
*)description : String_.t option;The description of the cluster subnet group.
*)vpcId : String_.t option;The VPC ID of the cluster subnet group.
*)subnetGroupStatus : String_.t option;The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.
*)subnets : SubnetList.t option;A list of the VPC Subnet elements.
*)supportedClusterIpAddressTypes : ValueStringList.t option;The IP address types supported by this cluster subnet group. Possible values are ipv4 and dualstack.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ])
list ]
list
| `String of String_.t ])
list ]