Module Values.EndpointConfigurationRequestSource

Represents an endpoint configuration.

Sourcetype nonrec t = {
  1. acmManaged : ACMManaged.t option;
    (*

    Represents a domain name and certificate for a portal.

    *)
  2. none : None.t option;
    (*

    Use the default portal domain name that is generated and managed by API Gateway.

    *)
}
Sourceval make : ?acmManaged:??? -> ?none:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of string ]) 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