aws-cdk-lib.aws_ses.CfnConfigurationSet.ReputationOptionsProperty

interface ReputationOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.SES.CfnConfigurationSet.ReputationOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnConfigurationSet_ReputationOptionsProperty
Javasoftware.amazon.awscdk.services.ses.CfnConfigurationSet.ReputationOptionsProperty
Pythonaws_cdk.aws_ses.CfnConfigurationSet.ReputationOptionsProperty
TypeScript aws-cdk-lib » aws_ses » CfnConfigurationSet » ReputationOptionsProperty

Contains information about the reputation settings for a configuration set.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const reputationOptionsProperty: ses.CfnConfigurationSet.ReputationOptionsProperty = {
  reputationMetricsEnabled: false,
};

Properties

NameTypeDescription
reputationMetricsEnabled?boolean | IResolvableDescribes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

reputationMetricsEnabled?

Type: boolean | IResolvable (optional)

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 .