Module Values.CreateTrafficPolicyInstanceRequestSource

A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.

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

    The ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy.

    *)
  2. name : DNSName.t;
    (*

    The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance.

    *)
  3. tTL : TTL.t;
    (*

    (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone.

    *)
  4. trafficPolicyId : TrafficPolicyId.t;
    (*

    The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

    *)
  5. trafficPolicyVersion : TrafficPolicyVersion.t;
    (*

    The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone.

    *)
}
Sourceval context_ : string
Sourceval make : hostedZoneId:ResourceId.t -> name:DNSName.t -> tTL:TTL.t -> trafficPolicyId:TrafficPolicyId.t -> trafficPolicyVersion:TrafficPolicyVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TrafficPolicyVersion.t | `Long of TTL.t | `String of ResourceId.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