Show / Hide Table of Contents

Interface CfnMailManagerTrafficPolicy.IIngressStringToEvaluateProperty

The union type representing the allowed types for the left hand side of a string condition.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringtoevaluate.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 ingressStringToEvaluateProperty = new IngressStringToEvaluateProperty {
                 Analysis = new IngressAnalysisProperty {
                     Analyzer = "analyzer",
                     ResultField = "resultField"
                 },
                 Attribute = "attribute"
             };

Synopsis

Properties

Analysis

The union type representing the allowed types for the left hand side of a string condition.

Attribute

The enum type representing the allowed attribute types for a string condition.

Properties

Analysis

The union type representing the allowed types for the left hand side of a string condition.

object? Analysis { get; }
Property Value

object

Remarks

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

Attribute

The enum type representing the allowed attribute types for a string condition.

string? Attribute { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX