Interface CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicyPropsMixin
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty
extends software.amazon.jsii.JsiiSerializable
The structure for an IP 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.*;
IngressIpToEvaluateProperty ingressIpToEvaluateProperty = IngressIpToEvaluateProperty.builder()
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty -
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 IP condition.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerTrafficPolicyPropsMixin.IngressIpToEvaluateProperty.Builder builder()
-