AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PinpointEmail::ConfigurationSet

CfnConfigurationSet

Create a configuration set. *Configuration sets* are groups of rules that you can apply to the emails you send using Amazon Pinpoint. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

Import

import { CfnConfigurationSet } from 'aws-cdk-lib/aws-pinpointemail';

Or use the module namespace:

import * as pinpointemail from 'aws-cdk-lib/aws-pinpointemail';
// pinpointemail.CfnConfigurationSet

Properties

Configuration passed to the constructor as CfnConfigurationSetProps.

nameRequired
string

The name of the configuration set.

deliveryOptionsOptional
IResolvable | DeliveryOptionsProperty

An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

reputationOptionsOptional
IResolvable | ReputationOptionsProperty

An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.

sendingOptionsOptional
IResolvable | SendingOptionsProperty

An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.

tagsOptional
CfnTag[]

An object that defines the tags (keys and values) that you want to associate with the configuration set.

trackingOptionsOptional
IResolvable | TrackingOptionsProperty

An object that defines the open and click tracking options for emails that you send using the configuration set.

CloudFormation Resource

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

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-pinpointemail
CFN TypeAWS::PinpointEmail::ConfigurationSet
Properties6

External Links