Values_7.CreateDefaultSubnetRequestSourceCreates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Create a default subnet in the Amazon VPC User Guide.
type nonrec t = {availabilityZone : Values_0.AvailabilityZoneName.t option;The Availability Zone in which to create the default subnet. Either AvailabilityZone or AvailabilityZoneId must be specified, but not both.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)ipv6Native : Values_0.Boolean.t option;Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.
*)availabilityZoneId : Values_0.AvailabilityZoneId.t option;The ID of the Availability Zone. Either AvailabilityZone or AvailabilityZoneId must be specified, but not both.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.AvailabilityZoneName.t ])
list ]