Interface CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicy
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicy.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.services.ses.*;
IngressIpToEvaluateProperty ingressIpToEvaluateProperty = IngressIpToEvaluateProperty.builder()
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMailManagerTrafficPolicy.IngressIpToEvaluatePropertystatic final classAn implementation forCfnMailManagerTrafficPolicy.IngressIpToEvaluateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()An enum type representing the allowed attribute types for an IP condition.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
-