You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SES::Types::CreateConfigurationSetTrackingOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateConfigurationSetTrackingOptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set that the tracking options should be associated with.

Returns:

  • (String)

    The name of the configuration set that the tracking options should be associated with.

#tracking_optionsTypes::TrackingOptions

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.

Returns:

  • (Types::TrackingOptions)

    A domain that is used to redirect email recipients to an Amazon SES-operated domain.