Show / Hide Table of Contents

Class CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty

The number to evaluate in a numeric condition expression.

Inheritance
object
CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty
Implements
CfnMailManagerRuleSetPropsMixin.IRuleNumberToEvaluateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SES
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty : CfnMailManagerRuleSetPropsMixin.IRuleNumberToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerRuleSetPropsMixin.RuleNumberToEvaluateProperty Implements CfnMailManagerRuleSetPropsMixin.IRuleNumberToEvaluateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulenumbertoevaluate.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.CfnPropertyMixins.AWS.SES;

             var ruleNumberToEvaluateProperty = new RuleNumberToEvaluateProperty {
                 Attribute = "attribute"
             };

Synopsis

Constructors

RuleNumberToEvaluateProperty()

The number to evaluate in a numeric condition expression.

Properties

Attribute

An email attribute that is used as the number to evaluate.

Constructors

RuleNumberToEvaluateProperty()

The number to evaluate in a numeric condition expression.

public RuleNumberToEvaluateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulenumbertoevaluate.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.CfnPropertyMixins.AWS.SES;

             var ruleNumberToEvaluateProperty = new RuleNumberToEvaluateProperty {
                 Attribute = "attribute"
             };

Properties

Attribute

An email attribute that is used as the number to evaluate.

public string? Attribute { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulenumbertoevaluate.html#cfn-ses-mailmanagerruleset-rulenumbertoevaluate-attribute

Implements

CfnMailManagerRuleSetPropsMixin.IRuleNumberToEvaluateProperty
Back to top Generated by DocFX