aws-cdk-lib.aws_ses.CfnConfigurationSet.TrackingOptionsProperty

interface TrackingOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.SES.CfnConfigurationSet.TrackingOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnConfigurationSet_TrackingOptionsProperty
Javasoftware.amazon.awscdk.services.ses.CfnConfigurationSet.TrackingOptionsProperty
Pythonaws_cdk.aws_ses.CfnConfigurationSet.TrackingOptionsProperty
TypeScript aws-cdk-lib » aws_ses » CfnConfigurationSet » TrackingOptionsProperty

A domain 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 .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const trackingOptionsProperty: ses.CfnConfigurationSet.TrackingOptionsProperty = {
  customRedirectDomain: 'customRedirectDomain',
};

Properties

NameTypeDescription
customRedirectDomain?stringThe custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.

customRedirectDomain?

Type: string (optional)

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