Module Values.DomainNameSource

Represents a domain name.

Sourcetype nonrec t = {
  1. apiMappingSelectionExpression : SelectionExpression.t option;
    (*

    The API mapping selection expression.

    *)
  2. domainName : StringWithLengthBetween1And512.t option;
    (*

    The name of the DomainName resource.

    *)
  3. domainNameArn : Arn.t option;
  4. domainNameConfigurations : DomainNameConfigurations.t option;
    (*

    The domain name configurations.

    *)
  5. mutualTlsAuthentication : MutualTlsAuthentication.t option;
    (*

    The mutual TLS authentication configuration for a custom domain name.

    *)
  6. routingMode : RoutingMode.t option;
    (*

    The routing mode.

    *)
  7. tags : Tags.t option;
    (*

    The collection of tags associated with a domain name.

    *)
}
Sourceval make : ?apiMappingSelectionExpression:??? -> ?domainName:??? -> ?domainNameArn:??? -> ?domainNameConfigurations:??? -> ?mutualTlsAuthentication:??? -> ?routingMode:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Timestamp of string ]) list ] list | `Map of ([> `String of string ] * [> `String of StringWithLengthBetween1And1600.t ]) list | `String of SelectionExpression.t | `Structure of (string * [> `List of [> `String of string ] list | `String of UriWithLengthBetween1And2048.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