Module Values.VerifyDnsConfigurationRequestSource

Verify the DNS configuration for your domain names. This API operation checks whether your domain name points to the correct routing endpoint of the connection group, such as d111111abcdef8.cloudfront.net. You can use this API operation to troubleshoot and resolve DNS configuration issues.

Sourcetype nonrec t = {
  1. domain : String_.t option;
    (*

    The domain name that you're verifying.

    *)
  2. identifier : String_.t;
    (*

    The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.

    *)
}
Sourceval context_ : string
Sourceval make : ?domain:??? -> identifier:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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