ISESV2ImportDestination
Interface in AWS.SESV2
Interface for ImportDestination configuration.
Properties
ContactListDestination
property ContactListDestination: ISESV2ContactListDestination
Type: ISESV2ContactListDestination
The destination for importing data into a contact list.
This object specifies the contact list configuration when importing contact data, including the target contact list name and the import action to be performed. Contact list destinations are used when importing subscriber information, email preferences, or contact attributes into Amazon SES contact lists for email marketing campaigns. This property is mutually exclusive with SuppressionListDestination. An import job can target either a contact list or a suppression list, but not both.
SuppressionListDestination
property SuppressionListDestination: ISESV2SuppressionListDestination
Type: ISESV2SuppressionListDestination
The destination for importing data into the account suppression list.
This object specifies the suppression list configuration when importing email addresses that should be suppressed from futur email sending. Suppression list destinations are used when importing email addresses that have bounced, complained, or should otherwise be prevented from receiving emails to maintain sender reputation and compliance. This property is mutually exclusive with ContactListDestination. An import job can target either a contact list or a suppression list, but not both.