Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulebooleanexpression.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 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

object

Remarks

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

Operator

The matching operator for a boolean condition expression.

string Operator { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX