AWS::SES::ConfigurationSet TrackingOptions - AWS CloudFormation

AWS::SES::ConfigurationSet TrackingOptions

An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.

You can optionally configure a custom subdomain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.

For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "CustomRedirectDomain" : String }

YAML

CustomRedirectDomain: String

Properties

CustomRedirectDomain

The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.

Required: Yes

Type: String

Update requires: No interruption