Show / Hide Table of Contents

Interface CfnMailManagerTrafficPolicy.IIngressAnalysisProperty

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.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerTrafficPolicy.IIngressAnalysisProperty
Syntax (vb)
Public Interface 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

Properties

Analyzer

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

ResultField

The returned value from an Add On.

Properties

Analyzer

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

string Analyzer { get; }
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.

string ResultField { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX