Show / Hide Table of Contents

Class CfnMailManagerRuleSet.RuleNumberToEvaluateProperty

The number to evaluate in a numeric condition expression.

Inheritance
object
CfnMailManagerRuleSet.RuleNumberToEvaluateProperty
Implements
CfnMailManagerRuleSet.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.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerRuleSet.RuleNumberToEvaluateProperty : CfnMailManagerRuleSet.IRuleNumberToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerRuleSet.RuleNumberToEvaluateProperty Implements CfnMailManagerRuleSet.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.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.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

CfnMailManagerRuleSet.IRuleNumberToEvaluateProperty
Back to top Generated by DocFX