@Stability(value=Stable)
public static interface CfnConfigurationSet.TrackingOptionsProperty
extends software.amazon.jsii.JsiiSerializable
When you use Amazon Pinpoint to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.
These images and links include references to a domain operated by AWS . You can optionally configure Amazon Pinpoint to use a domain that you operate for these images and links.
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.pinpointemail.*;
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 String |
getCustomRedirectDomain()
The domain that you want to use for tracking open and click events.
|
@Stability(value=Stable) @Nullable default String getCustomRedirectDomain()
@Stability(value=Stable) static CfnConfigurationSet.TrackingOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.