Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TrackingOptions Source #
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.
See: newTrackingOptions
smart constructor.
TrackingOptions' | |
|
Instances
newTrackingOptions :: TrackingOptions Source #
Create a value of TrackingOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:customRedirectDomain:TrackingOptions'
, trackingOptions_customRedirectDomain
- The custom subdomain that will be used to redirect email recipients to
the Amazon SES event tracking domain.
trackingOptions_customRedirectDomain :: Lens' TrackingOptions (Maybe Text) Source #
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.