Interface CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty.Jsii$Proxy
Enclosing class:
CfnMailManagerRuleSetPropsMixin

@Stability(Stable) public static interface CfnMailManagerRuleSetPropsMixin.RuleIpToEvaluateProperty extends software.amazon.jsii.JsiiSerializable
The IP address to evaluate for this 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.*;
 RuleIpToEvaluateProperty ruleIpToEvaluateProperty = RuleIpToEvaluateProperty.builder()
         .attribute("attribute")
         .build();
 

See Also: