Show / Hide Table of Contents

Interface CfnConfigurationSet.IReputationOptionsProperty

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

Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSet.IReputationOptionsProperty
Syntax (vb)
Public Interface CfnConfigurationSet.IReputationOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.PinpointEmail;

             var reputationOptionsProperty = new ReputationOptionsProperty {
                 ReputationMetricsEnabled = false
             };

Synopsis

Properties

ReputationMetricsEnabled

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

Properties

ReputationMetricsEnabled

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

object? ReputationMetricsEnabled { get; }
Property Value

object

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationset-reputationoptions.html#cfn-pinpointemail-configurationset-reputationoptions-reputationmetricsenabled

Back to top Generated by DocFX