Interface CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicyPropsMixin
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty
extends software.amazon.jsii.JsiiSerializable
The union type representing the allowed types of operands for a boolean condition.
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.*;
IngressBooleanToEvaluateProperty ingressBooleanToEvaluateProperty = IngressBooleanToEvaluateProperty.builder()
.analysis(IngressAnalysisProperty.builder()
.analyzer("analyzer")
.resultField("resultField")
.build())
.isInAddressList(IngressIsInAddressListProperty.builder()
.addressLists(List.of("addressLists"))
.attribute("attribute")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnalysis
The structure type for a boolean condition stating the Add On ARN and its returned value.Returns union: either
IResolvableorCfnMailManagerTrafficPolicyPropsMixin.IngressAnalysisProperty- See Also:
-
getIsInAddressList
The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.Returns union: either
IResolvableorCfnMailManagerTrafficPolicyPropsMixin.IngressIsInAddressListProperty- See Also:
-
builder
@Stability(Stable) static CfnMailManagerTrafficPolicyPropsMixin.IngressBooleanToEvaluateProperty.Builder builder()
-