Put Configuration Set Archiving Options
sesv2_put_configuration_set_archiving_options | R Documentation |
Associate the configuration set with a MailManager archive¶
Description¶
Associate the configuration set with a MailManager archive. When you
send email using the send_email
or send_bulk_email
operations the
message as it will be given to the receiving SMTP server will be
archived, along with the recipient information.
Usage¶
sesv2_put_configuration_set_archiving_options(ConfigurationSetName,
ArchiveArn)
Arguments¶
ConfigurationSetName |
[required] The name of the configuration set to associate with a MailManager archive. |
ArchiveArn |
The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email to. |
Value¶
An empty list.
Request syntax¶
svc$put_configuration_set_archiving_options(
ConfigurationSetName = "string",
ArchiveArn = "string"
)