Class CfnConfigurationSet.ReputationOptionsProperty
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSet.ReputationOptionsProperty : CfnConfigurationSet.IReputationOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSet.ReputationOptionsProperty Implements CfnConfigurationSet.IReputationOptionsProperty
Remarks
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
Constructors
ReputationOptionsProperty() | Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region. |
Properties
ReputationMetricsEnabled | If |
Constructors
ReputationOptionsProperty()
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.
public ReputationOptionsProperty()
Remarks
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
};
Properties
ReputationMetricsEnabled
If true
, tracking of reputation metrics is enabled for the configuration set.
public object? ReputationMetricsEnabled { get; set; }
Property Value
Remarks
If false
, tracking of reputation metrics is disabled for the configuration set.