Values.CreateVPCAssociationAuthorizationRequestSourceA complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.
type nonrec t = {hostedZoneId : ResourceId.t;The ID of the private hosted zone that you want to authorize associating a VPC with.
*)vPC : VPC.t;A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceId.t
| `Structure of
(string * [> `Enum of string | `String of VPCId.t ]) list ])
list ]