Interface CfnMailManagerRuleSet.IRuleBooleanExpressionProperty
A boolean expression to be used in a rule condition.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IRuleBooleanExpressionProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IRuleBooleanExpressionProperty
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 ruleBooleanExpressionProperty = new RuleBooleanExpressionProperty {
Evaluate = new RuleBooleanToEvaluateProperty {
Analysis = new AnalysisProperty {
Analyzer = "analyzer",
ResultField = "resultField"
},
Attribute = "attribute"
},
Operator = "operator"
};
Synopsis
Properties
Evaluate | The operand on which to perform a boolean condition operation. |
Operator | The matching operator for a boolean condition expression. |
Properties
Evaluate
The operand on which to perform a boolean condition operation.
object Evaluate { get; }
Property Value
Remarks
Operator
The matching operator for a boolean condition expression.
string Operator { get; }