Interface CfnMailManagerRuleSetPropsMixin.RuleStringToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerRuleSetPropsMixin.RuleStringToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerRuleSetPropsMixin
@Stability(Stable)
public static interface CfnMailManagerRuleSetPropsMixin.RuleStringToEvaluateProperty
extends software.amazon.jsii.JsiiSerializable
The string to evaluate in a string condition expression.
This data type is a UNION, so only one of the following members can be specified when used or returned.
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.*;
RuleStringToEvaluateProperty ruleStringToEvaluateProperty = RuleStringToEvaluateProperty.builder()
.analysis(AnalysisProperty.builder()
.analyzer("analyzer")
.resultField("resultField")
.build())
.attribute("attribute")
.mimeHeaderAttribute("mimeHeaderAttribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerRuleSetPropsMixin.RuleStringToEvaluateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe Add On ARN and its returned value to evaluate in a string condition expression.default StringThe email attribute to evaluate in a string condition expression.default StringThe email MIME X-Header attribute to evaluate in a string condition expression.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnalysis
The Add On ARN and its returned value to evaluate in a string condition expression.Returns union: either
IResolvableorCfnMailManagerRuleSetPropsMixin.AnalysisProperty- See Also:
-
getAttribute
The email attribute to evaluate in a string condition expression.- See Also:
-
getMimeHeaderAttribute
The email MIME X-Header attribute to evaluate in a string condition expression.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerRuleSetPropsMixin.RuleStringToEvaluateProperty.Builder builder()
-