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

Class: Aws::SESV2::Types::PutConfigurationSetTrackingOptionsRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

The name of the configuration set that you want to add a custom tracking domain to.

Returns:

  • (String)

    The name of the configuration set that you want to add a custom tracking domain to.

#custom_redirect_domainString

The domain that you want to use to track open and click events.

Returns:

  • (String)

    The domain that you want to use to track open and click events.