AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::ContactList

CfnContactList

A list that contains contacts that have subscribed to a particular topic or topics.

Import

import { CfnContactList } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnContactList

Properties

Configuration passed to the constructor as CfnContactListProps.

contactListNameOptional
string

The name of the contact list.

descriptionOptional
string

A description of what the contact list is about.

tagsOptional
CfnTag[]

The tags associated with a contact list.

topicsOptional
IResolvable | IResolvable | TopicProperty[]

An interest group, theme, or label within a list. A contact list can have multiple topics.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic