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}
YAML
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 isfalse, reputation metrics are not published. The default value isfalse.Required: No
Type: Boolean
Update requires: No interruption