

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::SES::ConfigurationSet TrackingOptions
<a name="aws-properties-ses-configurationset-trackingoptions"></a>

An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.

You can optionally configure a custom subdomain 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](https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html) in the *Amazon SES Developer Guide*.

## Syntax
<a name="aws-properties-ses-configurationset-trackingoptions-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-ses-configurationset-trackingoptions-syntax.json"></a>

```
{
  "[CustomRedirectDomain](#cfn-ses-configurationset-trackingoptions-customredirectdomain)" : {{String}},
  "[HttpsPolicy](#cfn-ses-configurationset-trackingoptions-httpspolicy)" : {{String}}
}
```

### YAML
<a name="aws-properties-ses-configurationset-trackingoptions-syntax.yaml"></a>

```
  [CustomRedirectDomain](#cfn-ses-configurationset-trackingoptions-customredirectdomain): {{String}}
  [HttpsPolicy](#cfn-ses-configurationset-trackingoptions-httpspolicy): {{String}}
```

## Properties
<a name="aws-properties-ses-configurationset-trackingoptions-properties"></a>

`CustomRedirectDomain`  <a name="cfn-ses-configurationset-trackingoptions-customredirectdomain"></a>
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`HttpsPolicy`  <a name="cfn-ses-configurationset-trackingoptions-httpspolicy"></a>
The name of the configuration set used when sent through a configuration set with archiving enabled.  
*Required*: No  
*Type*: String  
*Pattern*: `REQUIRE|REQUIRE_OPEN_ONLY|OPTIONAL`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)