Show / Hide Table of Contents

Interface CfnMailManagerTrafficPolicy.IIngressStringExpressionProperty

The structure for a string based condition matching on the incoming mail.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerTrafficPolicy.IIngressStringExpressionProperty
Syntax (vb)
Public Interface CfnMailManagerTrafficPolicy.IIngressStringExpressionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringexpression.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 ingressStringExpressionProperty = new IngressStringExpressionProperty {
                 Evaluate = new IngressStringToEvaluateProperty {
                     Analysis = new IngressAnalysisProperty {
                         Analyzer = "analyzer",
                         ResultField = "resultField"
                     },
                     Attribute = "attribute"
                 },
                 Operator = "operator",
                 Values = new [] { "values" }
             };

Synopsis

Properties

Evaluate

The left hand side argument of a string condition expression.

Operator

The structure for a string based condition matching on the incoming mail.

Values

The right hand side argument of a string condition expression.

Properties

Evaluate

The left hand side argument of a string condition expression.

object Evaluate { get; }
Property Value

object

Remarks

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

Operator

The structure for a string based condition matching on the incoming mail.

string Operator { get; }
Property Value

string

Remarks

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

Values

The right hand side argument of a string condition expression.

string[] Values { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringexpression.html#cfn-ses-mailmanagertrafficpolicy-ingressstringexpression-values

Back to top Generated by DocFX