Interface CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicyPropsMixin
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty
extends software.amazon.jsii.JsiiSerializable
The structure for an IPv6 based condition matching on the incoming mail.
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.*;
IngressIpv6ToEvaluateProperty ingressIpv6ToEvaluateProperty = IngressIpv6ToEvaluateProperty.builder()
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttribute
An enum type representing the allowed attribute types for an IPv6 condition.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerTrafficPolicyPropsMixin.IngressIpv6ToEvaluateProperty.Builder builder()
-