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
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IngressAnalysisProperty : Object, CfnMailManagerTrafficPolicy.IIngressAnalysisProperty
Syntax (vb)
Public Class IngressAnalysisProperty
Inherits Object
Implements CfnMailManagerTrafficPolicy.IIngressAnalysisProperty
Remarks
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
Ingress |
Properties
Analyzer | The Amazon Resource Name (ARN) of an Add On. |
Result |
The returned value from an Add On. |
Constructors
IngressAnalysisProperty()
public IngressAnalysisProperty()
Properties
Analyzer
The Amazon Resource Name (ARN) of an Add On.
public string Analyzer { get; set; }
Property Value
System.
Remarks
ResultField
The returned value from an Add On.
public string ResultField { get; set; }
Property Value
System.