AWS::PinpointEmail::ConfigurationSetCreate 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 { CfnConfigurationSet } from 'aws-cdk-lib/aws-pinpointemail';Or use the module namespace:
import * as pinpointemail from 'aws-cdk-lib/aws-pinpointemail';
// pinpointemail.CfnConfigurationSetConfiguration passed to the constructor as CfnConfigurationSetProps.
nameRequiredstringThe name of the configuration set.
deliveryOptionsOptionalIResolvable | DeliveryOptionsPropertyAn object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
reputationOptionsOptionalIResolvable | ReputationOptionsPropertyAn object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
sendingOptionsOptionalIResolvable | SendingOptionsPropertyAn object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
tagsOptionalCfnTag[]An object that defines the tags (keys and values) that you want to associate with the configuration set.
trackingOptionsOptionalIResolvable | TrackingOptionsPropertyAn object that defines the open and click tracking options for emails that you send using the configuration set.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pinpointemailAWS::PinpointEmail::ConfigurationSet