public static interface CfnConfigurationSet.TrackingOptionsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationSet.TrackingOptionsProperty.Builder
A builder for
CfnConfigurationSet.TrackingOptionsProperty |
static class |
CfnConfigurationSet.TrackingOptionsProperty.Jsii$Proxy
An implementation for
CfnConfigurationSet.TrackingOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationSet.TrackingOptionsProperty.Builder |
builder() |
default java.lang.String |
getCustomRedirectDomain()
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
|
default java.lang.String getCustomRedirectDomain()
static CfnConfigurationSet.TrackingOptionsProperty.Builder builder()