Show / Hide Table of Contents

Interface CfnMailManagerRuleSet.IRuleNumberExpressionProperty

A number expression to match numeric conditions with integers from the incoming email.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IRuleNumberExpressionProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IRuleNumberExpressionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulenumberexpression.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 ruleNumberExpressionProperty = new RuleNumberExpressionProperty {
                 Evaluate = new RuleNumberToEvaluateProperty {
                     Attribute = "attribute"
                 },
                 Operator = "operator",
                 Value = 123
             };

Synopsis

Properties

Evaluate

The number to evaluate in a numeric condition expression.

Operator

The operator for a numeric condition expression.

Value

The value to evaluate in a numeric condition expression.

Properties

Evaluate

The number to evaluate in a numeric condition expression.

object Evaluate { get; }
Property Value

object

Remarks

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

Operator

The operator for a numeric condition expression.

string Operator { get; }
Property Value

string

Remarks

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

Value

The value to evaluate in a numeric condition expression.

double Value { get; }
Property Value

double

Remarks

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

Back to top Generated by DocFX