Class CfnMailManagerTrafficPolicy.IngressBooleanExpressionProperty
The structure for a boolean condition matching on the incoming mail.
Inheritance
System.Object
CfnMailManagerTrafficPolicy.IngressBooleanExpressionProperty
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IngressBooleanExpressionProperty : Object, CfnMailManagerTrafficPolicy.IIngressBooleanExpressionProperty
Syntax (vb)
Public Class IngressBooleanExpressionProperty
Inherits Object
Implements CfnMailManagerTrafficPolicy.IIngressBooleanExpressionProperty
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 ingressBooleanExpressionProperty = new IngressBooleanExpressionProperty {
Evaluate = new IngressBooleanToEvaluateProperty {
Analysis = new IngressAnalysisProperty {
Analyzer = "analyzer",
ResultField = "resultField"
}
},
Operator = "operator"
};
Synopsis
Constructors
IngressBooleanExpressionProperty() |
Properties
Evaluate | The operand on which to perform a boolean condition operation. |
Operator | The matching operator for a boolean condition expression. |
Constructors
IngressBooleanExpressionProperty()
public IngressBooleanExpressionProperty()
Properties
Evaluate
The operand on which to perform a boolean condition operation.
public object Evaluate { get; set; }
Property Value
System.Object
Remarks
Operator
The matching operator for a boolean condition expression.
public string Operator { get; set; }
Property Value
System.String