

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

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

Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current Amazon Region. 

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

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

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

```
{
  "[ReputationMetricsEnabled](#cfn-ses-configurationset-reputationoptions-reputationmetricsenabled)" : Boolean
}
```

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

```
  [ReputationMetricsEnabled](#cfn-ses-configurationset-reputationoptions-reputationmetricsenabled): Boolean
```

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

`ReputationMetricsEnabled`  <a name="cfn-ses-configurationset-reputationoptions-reputationmetricsenabled"></a>
If `true`, tracking of reputation metrics is enabled for the configuration set. If `false`, tracking of reputation metrics is disabled for the configuration set.  
*Required*: No  
*Type*: Boolean  
*Pattern*: `true|false`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)