Show / Hide Table of Contents

Class CfnConfigurationSet.ReputationOptionsProperty

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

Inheritance
object
CfnConfigurationSet.ReputationOptionsProperty
Implements
CfnConfigurationSet.IReputationOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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 true , tracking of reputation metrics is enabled for the configuration set.

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

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
             };

Properties

ReputationMetricsEnabled

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

public object? ReputationMetricsEnabled { get; set; }
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

Implements

CfnConfigurationSet.IReputationOptionsProperty
Back to top Generated by DocFX