Interface CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ExpressionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ExpressionProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicyPropsMixin
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ExpressionProperty
extends software.amazon.jsii.JsiiSerializable
The union type representing the allowed types for the left hand side of an IPv6 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.*;
IngressIpv6ExpressionProperty ingressIpv6ExpressionProperty = IngressIpv6ExpressionProperty.builder()
.evaluate(IngressIpv6ToEvaluateProperty.builder()
.attribute("attribute")
.build())
.operator("operator")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ExpressionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEvaluate
The left hand side argument of an IPv6 condition expression.Returns union: either
IResolvableorCfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty- See Also:
-
getOperator
The matching operator for an IPv6 condition expression.- See Also:
-
getValues
The right hand side argument of an IPv6 condition expression.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ExpressionProperty.Builder builder()
-