Values.IngressPointConfigurationSourceThe configuration of the ingress endpoint resource.
type nonrec t = {smtpPassword : SmtpPassword.t option;The password of the ingress endpoint resource.
*)secretArn : SecretArn.t option;The SecretsManager::Secret ARN of the ingress endpoint resource.
*)tlsAuthConfiguration : TlsAuthConfiguration.t option;The mutual TLS authentication configuration of the ingress endpoint resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SmtpPassword.t
| `Structure of
(string
* [> `Structure of (string * [> `String of CAContent.t ]) list ])
list ])
list ]