Values_2.SubnetCidrReservationSourceDescribes a subnet CIDR reservation.
type nonrec t = {subnetCidrReservationId : Values_1.SubnetCidrReservationId.t option;The ID of the subnet CIDR reservation.
*)subnetId : Values_0.SubnetId.t option;The ID of the subnet.
*)cidr : Values_0.String_.t option;The CIDR that has been reserved.
*)reservationType : Values_1.SubnetCidrReservationType.t option;The type of reservation.
*)ownerId : Values_0.String_.t option;The ID of the account that owns the subnet CIDR reservation.
*)description : Values_0.String_.t option;The description assigned to the subnet CIDR reservation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.SubnetCidrReservationId.t ])
list ]