Values.SendActionSourceSends the email to the internet using the ses:SendRawEmail API.
type nonrec t = {actionFailurePolicy : ActionFailurePolicy.t option;A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the sendRawEmail API.
*)roleArn : IamRoleArn.t;The Amazon Resource Name (ARN) of the role to use for this action. This role must have access to the ses:SendRawEmail API.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IamRoleArn.t ]) list ]