Show / Hide Table of Contents

Class CfnMailManagerTrafficPolicy.IngressAnalysisProperty

The Add On ARN and its returned value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

Inheritance
object
CfnMailManagerTrafficPolicy.IngressAnalysisProperty
Implements
CfnMailManagerTrafficPolicy.IIngressAnalysisProperty
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 CfnMailManagerTrafficPolicy.IngressAnalysisProperty : CfnMailManagerTrafficPolicy.IIngressAnalysisProperty
Syntax (vb)
Public Class CfnMailManagerTrafficPolicy.IngressAnalysisProperty Implements CfnMailManagerTrafficPolicy.IIngressAnalysisProperty
Remarks

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

Synopsis

Constructors

IngressAnalysisProperty()

The Add On ARN and its returned value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

Properties

Analyzer

The Amazon Resource Name (ARN) of an Add On.

ResultField

The returned value from an Add On.

Constructors

IngressAnalysisProperty()

The Add On ARN and its returned value that is evaluated in a policy statement's conditional expression to either deny or block the incoming email.

public IngressAnalysisProperty()
Remarks

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

Properties

Analyzer

The Amazon Resource Name (ARN) of an Add On.

public string Analyzer { get; set; }
Property Value

string

Remarks

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

ResultField

The returned value from an Add On.

public string ResultField { get; set; }
Property Value

string

Remarks

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

Implements

CfnMailManagerTrafficPolicy.IIngressAnalysisProperty
Back to top Generated by DocFX