ISESV2GetContactListResponse
Interface in AWS.SESV2
Interface for GetContactList responses.
Ancestors
Properties
ContactListName
property ContactListName: string
The name of the retrieved contact list.
This value matches the contact list name specified in the request and confirms the identity of the retrieved contact list metadata.
CreatedTimestamp
property CreatedTimestamp: TOptional<TDateTime>
The timestamp when this contact list was originally created.
This value is automatically set by Amazon SES when the contact list is first created and cannot be modified through subsequent updates.
Description
property Description: string
A description of what the contact list is about.
This optional field provides a human-readable description that explains the purpose or content of the contact list. It can be used for organizational purposes and to help identify the contact list's intended audience or use case. This field may be empty if no description was provided when the contact list was created or last updated.
LastUpdatedTimestamp
property LastUpdatedTimestamp: TOptional<TDateTime>
The timestamp when this contact list's metadata was last updated.
This value is automatically updated by Amazon SES whenever the contact list's description, topics, tags, or other configuration properties are modified. Updates to individual contacts within the list do not affect this timestamp.
Tags
property Tags: IAWSTags
The tags associated with this contact list.
Tags are key-value pairs that can be used to categorize and organize contact lists for billing, access control, and resource management purposes. Each tag consists of a required key and an optional value. This list may be empty if no tags have been assigned to the contact list.
Topics
property Topics: TList<ISESV2Topic>
Type: ISESV2Topic
The interest groups, themes, or labels defined within this contact list.
Topics allow you to segment your contact list into different categories based on subscriber interests or content types. Each topic defines a subscription preference that contacts can opt into or out of independently. Topics include configuration such as display names, descriptions, and default subscription statuses. A contact list can have multiple topics to support granular subscription management. This list may be empty if no topics have been configured for the contact list.