Show / Hide Table of Contents

Class CfnMailManagerRuleSet.RuleStringToEvaluateProperty

The string to evaluate in a string condition expression.

Inheritance
object
CfnMailManagerRuleSet.RuleStringToEvaluateProperty
Implements
CfnMailManagerRuleSet.IRuleStringToEvaluateProperty
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.RuleStringToEvaluateProperty : CfnMailManagerRuleSet.IRuleStringToEvaluateProperty
Syntax (vb)
Public Class CfnMailManagerRuleSet.RuleStringToEvaluateProperty Implements CfnMailManagerRuleSet.IRuleStringToEvaluateProperty
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-rulestringtoevaluate.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 ruleStringToEvaluateProperty = new RuleStringToEvaluateProperty {
                 Analysis = new AnalysisProperty {
                     Analyzer = "analyzer",
                     ResultField = "resultField"
                 },
                 Attribute = "attribute",
                 MimeHeaderAttribute = "mimeHeaderAttribute"
             };

Synopsis

Constructors

RuleStringToEvaluateProperty()

The string to evaluate in a string condition expression.

Properties

Analysis

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

Attribute

The email attribute to evaluate in a string condition expression.

MimeHeaderAttribute

The email MIME X-Header attribute to evaluate in a string condition expression.

Constructors

RuleStringToEvaluateProperty()

The string to evaluate in a string condition expression.

public RuleStringToEvaluateProperty()
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-rulestringtoevaluate.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 ruleStringToEvaluateProperty = new RuleStringToEvaluateProperty {
                 Analysis = new AnalysisProperty {
                     Analyzer = "analyzer",
                     ResultField = "resultField"
                 },
                 Attribute = "attribute",
                 MimeHeaderAttribute = "mimeHeaderAttribute"
             };

Properties

Analysis

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

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

object

Remarks

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

Attribute

The email attribute to evaluate in a string condition expression.

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

string

Remarks

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

MimeHeaderAttribute

The email MIME X-Header attribute to evaluate in a string condition expression.

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

string

Remarks

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

Implements

CfnMailManagerRuleSet.IRuleStringToEvaluateProperty
Back to top Generated by DocFX