AWS::SES::ConfigurationSet ReputationOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::ConfigurationSet ReputationOptions

Contains information about the reputation settings for a configuration set.

Syntax

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

JSON

{ "ReputationMetricsEnabled" : Boolean }

Properties

ReputationMetricsEnabled

Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

Required: No

Type: Boolean

Pattern: true|false

Update requires: No interruption