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 IIngressAnalysisProperty
Syntax (vb)
Public Interface 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
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
System.String
Remarks
ResultField
The returned value from an Add On.
string ResultField { get; }
Property Value
System.String