Values_2.SecondarySubnetSourceDescribes a secondary subnet.
type nonrec t = {secondarySubnetId : Values_0.SecondarySubnetId.t option;The ID of the secondary subnet.
*)secondarySubnetArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the secondary subnet.
*)secondaryNetworkId : Values_0.SecondaryNetworkId.t option;The ID of the secondary network.
*)secondaryNetworkType : Values_1.SecondaryNetworkType.t option;The type of the secondary network.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the secondary subnet.
*)availabilityZoneId : Values_0.AvailabilityZoneId.t option;The ID of the Availability Zone of the secondary subnet.
*)availabilityZone : Values_0.AvailabilityZoneName.t option;The Availability Zone of the secondary subnet.
*)ipv4CidrBlockAssociations : Values_1.SecondarySubnetIpv4CidrBlockAssociationList.t
option;Information about the IPv4 CIDR blocks associated with the secondary subnet.
*)state : Values_1.SecondarySubnetState.t option;The state of the secondary subnet.
*)stateReason : Values_0.String_.t option;The reason for the current state of the secondary subnet.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.SecondarySubnetId.t ])
list ]