AWS::SES::ConfigurationSet ReputationOptions - AWS CloudFormation

AWS::SES::ConfigurationSet ReputationOptions

Contains information about the reputation settings for a configuration set.

Syntax

To declare this entity in your AWS 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