class Aws::PinpointEmail::Types::PutConfigurationSetTrackingOptionsRequest

A request to add a custom domain for tracking open and click events to a configuration set.

@note When making an API call, you may pass PutConfigurationSetTrackingOptionsRequest

data as a hash:

    {
      configuration_set_name: "ConfigurationSetName", # required
      custom_redirect_domain: "CustomRedirectDomain",
    }

@!attribute [rw] configuration_set_name

The name of the configuration set that you want to add a custom
tracking domain to.
@return [String]

@!attribute [rw] custom_redirect_domain

The domain that you want to use to track open and click events.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-email-2018-07-26/PutConfigurationSetTrackingOptionsRequest AWS API Documentation

Constants

SENSITIVE