Interface CfnMailManagerRuleSet.RuleNumberToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerRuleSet.RuleNumberToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerRuleSet
@Stability(Stable)
public static interface CfnMailManagerRuleSet.RuleNumberToEvaluateProperty
extends software.amazon.jsii.JsiiSerializable
The number to evaluate in a numeric condition expression.
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.*;
RuleNumberToEvaluateProperty ruleNumberToEvaluateProperty = RuleNumberToEvaluateProperty.builder()
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMailManagerRuleSet.RuleNumberToEvaluatePropertystatic final classAn implementation forCfnMailManagerRuleSet.RuleNumberToEvaluateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()An email attribute that is used as the number to evaluate.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttribute
An email attribute that is used as the number to evaluate.- See Also:
-
builder
-