Values.AwsRoute53HostedZoneDetailsSourceProvides details about a specified Amazon Route 53 hosted zone, including the four name servers assigned to the hosted zone. A hosted zone represents a collection of records that can be managed together, belonging to a single parent domain name.
type nonrec t = {hostedZone : AwsRoute53HostedZoneObjectDetails.t option;An object that contains information about the specified hosted zone.
*)vpcs : AwsRoute53HostedZoneVpcsList.t option;An object that contains information about the Amazon Virtual Private Clouds (Amazon VPCs) that are associated with the specified hosted zone.
*)nameServers : AwsRoute53HostedZoneNameServersList.t option;An object that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.
*)queryLoggingConfig : AwsRoute53QueryLoggingConfigDetails.t option;An array that contains one QueryLoggingConfig element for each DNS query logging configuration that is associated with the current Amazon Web Services account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]