Module Values.AssociateHostedZoneInputSource

Associates a Route 53 private hosted zone with a Route 53 Global Resolver resource. This allows the resolver to resolve DNS queries for the private hosted zone from anywhere globally. Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

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

    The ID of the Route 53 private hosted zone to associate with the Route 53 Global Resolver resource.

    *)
  2. resourceArn : ResourceArn.t;
    (*

    An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone will be associated to.

    *)
  3. name : ResourceName.t;
    (*

    Name for the private hosted zone association.

    *)
}
Sourceval context_ : string
Sourceval make : hostedZoneId:HostedZoneId.t -> resourceArn:ResourceArn.t -> name:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of HostedZoneId.t ]) 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