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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationSet.TrackingOptionsProperty
static final class
An implementation forCfnConfigurationSet.TrackingOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomRedirectDomain
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain. -
builder
-