interface TrackingOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.CfnConfigurationSet.TrackingOptionsProperty |
![]() | software.amazon.awscdk.services.ses.CfnConfigurationSet.TrackingOptionsProperty |
![]() | aws_cdk.aws_ses.CfnConfigurationSet.TrackingOptionsProperty |
![]() | @aws-cdk/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 * as ses from '@aws-cdk/aws-ses';
const trackingOptionsProperty: ses.CfnConfigurationSet.TrackingOptionsProperty = {
customRedirectDomain: 'customRedirectDomain',
};
Properties
Name | Type | Description |
---|---|---|
custom | string | The 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.