Module Values.IngressPointConfigurationSource

The configuration of the ingress endpoint resource.

Sourcetype nonrec t = {
  1. smtpPassword : SmtpPassword.t option;
    (*

    The password of the ingress endpoint resource.

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

    The SecretsManager::Secret ARN of the ingress endpoint resource.

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

    The mutual TLS authentication configuration of the ingress endpoint resource.

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