Values.IngressPointAuthConfigurationSourceThe authentication configuration for the ingress endpoint resource.
type nonrec t = {ingressPointPasswordConfiguration : IngressPointPasswordConfiguration.t option;The ingress endpoint password configuration for the ingress endpoint resource.
*)secretArn : SecretArn.t option;The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.
*)tlsAuthConfiguration : TlsAuthConfiguration.t option;The mutual TLS authentication configuration for the ingress endpoint resource.
*)}val 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 ]