Module Values.IngressPointAuthConfigurationSource

The authentication configuration for the ingress endpoint resource.

Sourcetype nonrec t = {
  1. ingressPointPasswordConfiguration : IngressPointPasswordConfiguration.t option;
    (*

    The ingress endpoint password configuration for the ingress endpoint resource.

    *)
  2. secretArn : SecretArn.t option;
    (*

    The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.

    *)
  3. tlsAuthConfiguration : TlsAuthConfiguration.t option;
    (*

    The mutual TLS authentication configuration for the ingress endpoint resource.

    *)
}
Sourceval make : ?ingressPointPasswordConfiguration:??? -> ?secretArn:??? -> ?tlsAuthConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SecretArn.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of CAContent.t ]) list | `Timestamp of Timestamp.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