Interface CfnMailManagerRuleSetPropsMixin.RuleIsInAddressListProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerRuleSetPropsMixin.RuleIsInAddressListProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerRuleSetPropsMixin
@Stability(Stable)
public static interface CfnMailManagerRuleSetPropsMixin.RuleIsInAddressListProperty
extends software.amazon.jsii.JsiiSerializable
The structure type for a boolean condition that provides the address lists and address list attribute to evaluate.
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.*;
RuleIsInAddressListProperty ruleIsInAddressListProperty = RuleIsInAddressListProperty.builder()
.addressLists(List.of("addressLists"))
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerRuleSetPropsMixin.RuleIsInAddressListProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddressLists
The address lists that will be used for evaluation.- See Also:
-
getAttribute
The email attribute that needs to be evaluated against the address list.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerRuleSetPropsMixin.RuleIsInAddressListProperty.Builder builder()
-