Values.RelayAuthenticationSourceAuthentication for the relay destination server—specify the secretARN where the SMTP credentials are stored, or specify an empty NoAuthentication structure if the relay destination server does not require SMTP credential authentication.
type nonrec t = {secretArn : SecretArn.t option;The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.
*)noAuthentication : NoAuthentication.t option;Keep an empty structure if the relay destination server does not require SMTP credential authentication.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SecretArn.t | `Structure of 'a list ]) list ]