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
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
Remarks
Operator
The operator for a numeric condition expression.
string Operator { get; }
Property Value
Remarks
Value
The value to evaluate in a numeric condition expression.
double Value { get; }