class Aws::SES::Types::UpdateConfigurationSetTrackingOptionsRequest

Represents a request to update the tracking options for a configuration set.

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

data as a hash:

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

@!attribute [rw] configuration_set_name

The name of the configuration set for which you want to update the
custom tracking domain.
@return [String]

@!attribute [rw] tracking_options

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][1] in the *Amazon SES Developer Guide*.

[1]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html
@return [Types::TrackingOptions]

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/UpdateConfigurationSetTrackingOptionsRequest AWS API Documentation

Constants

SENSITIVE