Interface CfnMailManagerTrafficPolicyPropsMixin.IngressAnalysisProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicyPropsMixin.IngressAnalysisProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicyPropsMixin
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicyPropsMixin.IngressAnalysisProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ses.*;
IngressAnalysisProperty ingressAnalysisProperty = IngressAnalysisProperty.builder()
.analyzer("analyzer")
.resultField("resultField")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicyPropsMixin.IngressAnalysisProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnalyzer
The Amazon Resource Name (ARN) of an Add On.- See Also:
-
getResultField
The returned value from an Add On.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerTrafficPolicyPropsMixin.IngressAnalysisProperty.Builder builder()
-