Specify a custom domain to use for open and click tracking elements in email that you send using Amazon Pinpoint.
pinpointemail_put_configuration_set_tracking_options(
ConfigurationSetName, CustomRedirectDomain)
An empty list.
[required] The name of the configuration set that you want to add a custom tracking domain to.
The domain that you want to use to track open and click events.
svc$put_configuration_set_tracking_options(
ConfigurationSetName = "string",
CustomRedirectDomain = "string"
)