ISESV2CreateContactListRequest
Interface in AWS.SESV2
Interface for CreateContactList requests.
Ancestors
Properties
ContactListName
property ContactListName: string
The name of the contact list to create.
The contact list name must be unique within your AWS account and can contain letters, numbers, underscores, and dashes. This name will be used to reference the contact list in subsequent operations.
Description
property Description: string
A description of the contact list and its intended purpose.
This optional field helps identify and organize contact lists within your AWS account. The description can contain up to 500 characters.
Tags
property Tags: IAWSTags
An list of key-value pairs that define metadata tags for the contact list.
Tags help organize and manage AWS resources. You can use tags for cost allocation, access control, and resource categorization.
Topics
property Topics: TList<ISESV2Topic>
Type: ISESV2Topic
An list of objects that define the topics for the contact list.
Topics allow you to categorize email content and enable recipients to selectively subscribe to specific types of emails. Each topic must have a unique name within the contact list.