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
- Struct
- Aws::SESV2::Types::PutConfigurationSetTrackingOptionsRequest
- 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
-
#configuration_set_name ⇒ String
The name of the configuration set that you want to add a custom tracking domain to.
-
#custom_redirect_domain ⇒ String
The domain that you want to use to track open and click events.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the configuration set that you want to add a custom tracking domain to.
#custom_redirect_domain ⇒ String
The domain that you want to use to track open and click events.