ISESV2ContactListDestination
Interface in AWS.SESV2
Interface for ContactListDestination configuration.
Properties
ContactListImportAction
property ContactListImportAction: string
The type of action to perform on the addresses.
This property specifies how the imported contact data should be handled when it encounters existing records in the target contact list. Valid import actions include:
PUT– Add the addresses to the contact list. If a record already exists, it will be overridden with the new values from the import data.DELETE– Remove the specified addresses from the contact list. ThePUTaction is commonly used for adding new contacts or updating existing contact information, whileDELETEis used for removing unsubscribed or invalid contacts from the list.
ContactListName
property ContactListName: string
The name of the contact list.
This property specifies the name of the existing contact list in your Amazon SES account where the imported data will be processed according to the specified import action. The contact list must already exist in your account before starting the import job. You can create contact lists using the CreateContactList operation if needed. Contact list names are case-sensitive and must exactly match the name of an existing contact list in your Amazon SES account for the import operation to succeed.