Show / Hide Table of Contents

Class CfnMailManagerRuleSet.RuleBooleanToEvaluateProperty

The union type representing the allowed types of operands for a boolean condition.

Inheritance
object
CfnMailManagerRuleSet.RuleBooleanToEvaluateProperty
Implements
CfnMailManagerRuleSet.IRuleBooleanToEvaluateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerRuleSet.RuleBooleanToEvaluateProperty : CfnMailManagerRuleSet.IRuleBooleanToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerRuleSet.RuleBooleanToEvaluateProperty Implements CfnMailManagerRuleSet.IRuleBooleanToEvaluateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulebooleantoevaluate.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 ruleBooleanToEvaluateProperty = new RuleBooleanToEvaluateProperty {
                 Analysis = new AnalysisProperty {
                     Analyzer = "analyzer",
                     ResultField = "resultField"
                 },
                 Attribute = "attribute"
             };

Synopsis

Constructors

RuleBooleanToEvaluateProperty()

The union type representing the allowed types of operands for a boolean condition.

Properties

Analysis

The Add On ARN and its returned value to evaluate in a boolean condition expression.

Attribute

The boolean type representing the allowed attribute types for an email.

Constructors

RuleBooleanToEvaluateProperty()

The union type representing the allowed types of operands for a boolean condition.

public RuleBooleanToEvaluateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagerruleset-rulebooleantoevaluate.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 ruleBooleanToEvaluateProperty = new RuleBooleanToEvaluateProperty {
                 Analysis = new AnalysisProperty {
                     Analyzer = "analyzer",
                     ResultField = "resultField"
                 },
                 Attribute = "attribute"
             };

Properties

Analysis

The Add On ARN and its returned value to evaluate in a boolean condition expression.

public object? Analysis { get; set; }
Property Value

object

Remarks

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

Attribute

The boolean type representing the allowed attribute types for an email.

public string? Attribute { get; set; }
Property Value

string

Remarks

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

Implements

CfnMailManagerRuleSet.IRuleBooleanToEvaluateProperty
Back to top Generated by DocFX