class Aws::SES::Types::CreateConfigurationSetTrackingOptionsRequest

Represents a request to create an open and click tracking option object in a configuration set.

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

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 that the tracking options should
be associated with.
@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/CreateConfigurationSetTrackingOptionsRequest AWS API Documentation

Constants

SENSITIVE