Values.CreateRelayRequestSourceCreates a relay resource which can be used in rules to relay incoming emails to defined relay destinations.
type nonrec t = {clientToken : IdempotencyToken.t option;A unique token that Amazon SES uses to recognize subsequent retries of the same request.
*)relayName : RelayName.t;The unique name of the relay resource.
*)serverName : RelayServerName.t;The destination relay server address.
*)serverPort : RelayServerPort.t;The destination relay server port.
*)authentication : RelayAuthentication.t;Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
*)}val make :
?clientToken:??? ->
?tags:??? ->
relayName:RelayName.t ->
serverName:RelayServerName.t ->
serverPort:RelayServerPort.t ->
authentication:RelayAuthentication.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of RelayServerPort.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of IdempotencyToken.t
| `Structure of
(string * [> `String of SecretArn.t | `Structure of 'a list ]) list ])
list ]