aws-cdk-lib.aws_pinpointemail.CfnConfigurationSet.ReputationOptionsProperty

interface ReputationOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.PinpointEmail.CfnConfigurationSet.ReputationOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#CfnConfigurationSet_ReputationOptionsProperty
Javasoftware.amazon.awscdk.services.pinpointemail.CfnConfigurationSet.ReputationOptionsProperty
Pythonaws_cdk.aws_pinpointemail.CfnConfigurationSet.ReputationOptionsProperty
TypeScript aws-cdk-lib » aws_pinpointemail » CfnConfigurationSet » ReputationOptionsProperty

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

Example

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

Properties

NameTypeDescription
reputationMetricsEnabled?boolean | IResolvableIf true , tracking of reputation metrics is enabled for the configuration set.

reputationMetricsEnabled?

Type: boolean | IResolvable (optional)

If true , tracking of reputation metrics is enabled for the configuration set.

If false , tracking of reputation metrics is disabled for the configuration set.