interface ReputationOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.PinpointEmail.CfnConfigurationSetPropsMixin.ReputationOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspinpointemail#CfnConfigurationSetPropsMixin_ReputationOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnConfigurationSetPropsMixin.ReputationOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_pinpointemail.CfnConfigurationSetPropsMixin.ReputationOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_pinpointemail » CfnConfigurationSetPropsMixin » 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/cfn-property-mixins';
const reputationOptionsProperty: pinpointemail.CfnConfigurationSetPropsMixin.ReputationOptionsProperty = {
reputationMetricsEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| reputation | boolean | IResolvable | If 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.

.NET
Go
Java
Python
TypeScript