Module Values.CreateVPCAssociationAuthorizationRequestSource

A 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.

Sourcetype nonrec t = {
  1. hostedZoneId : ResourceId.t;
    (*

    The ID of the private hosted zone that you want to authorize associating a VPC with.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : hostedZoneId:ResourceId.t -> vPC:VPC.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.t | `Structure of (string * [> `Enum of string | `String of VPCId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t