Interface CfnConfigurationSet.TrackingOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationSet.TrackingOptionsProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationSet

@Stability(Stable) public static interface CfnConfigurationSet.TrackingOptionsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ses.*;
 TrackingOptionsProperty trackingOptionsProperty = TrackingOptionsProperty.builder()
         .customRedirectDomain("customRedirectDomain")
         .build();