Show / Hide Table of Contents

Interface CfnMailManagerRuleSet.IRuleVerdictToEvaluateProperty

The verdict to evaluate in a verdict condition expression.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerRuleSet.IRuleVerdictToEvaluateProperty
Syntax (vb)
Public Interface CfnMailManagerRuleSet.IRuleVerdictToEvaluateProperty
Remarks
This data type is a UNION, so only one of the following members can be specified when used or returned.

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

Synopsis

Properties

Analysis

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

Attribute

The email verdict attribute to evaluate in a string verdict expression.

Properties

Analysis

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

object? Analysis { get; }
Property Value

object

Remarks

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

Attribute

The email verdict attribute to evaluate in a string verdict expression.

string? Attribute { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX