Skip to main content

ISESV2PutConfigurationSetArchivingOptionsRequest

Interface in AWS.SESV2

Interface for PutConfigurationSetArchivingOptions requests.

Ancestors

Properties

ArchiveArn

property ArchiveArn: TARN

The Amazon Resource Name (ARN) of the MailManager archive where sent messages will be stored.

This ARN identifies the MailManager archive that Amazon SES will use to store copies of email messages and recipient information when emails are sent using the associated configuration set. The ARN must follow the pattern arn:aws:ses:region:account:mailmanager-archive/a-[identifier] and be between 20 and 1011 characters in length. The MailManager archive must exist and be accessible from your Amazon SES account before association can be established.

ConfigurationSetName

property ConfigurationSetName: string

The name of the configuration set to associate with a MailManager archive.

This configuration set will be used to enable automatic archiving of email messages sent through Amazon SES when specified in SendEmail or SendBulkEmail operations. The configuration set must already exist in your Amazon SES account before associating it with an archive.