AWS::SES::ContactListA list that contains contacts that have subscribed to a particular topic or topics.
import { CfnContactList } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnContactListConfiguration passed to the constructor as CfnContactListProps.
contactListNameOptionalstringThe name of the contact list.
descriptionOptionalstringA description of what the contact list is about.
tagsOptionalCfnTag[]The tags associated with a contact list.
topicsOptionalIResolvable | IResolvable | TopicProperty[]An interest group, theme, or label within a list. A contact list can have multiple topics.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::ContactList