Interface CfnMailManagerRuleSetPropsMixin.AnalysisProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerRuleSetPropsMixin.AnalysisProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerRuleSetPropsMixin
@Stability(Stable)
public static interface CfnMailManagerRuleSetPropsMixin.AnalysisProperty
extends software.amazon.jsii.JsiiSerializable
The result of an analysis can be used in conditions to trigger actions.
Analyses can inspect the email content and report a certain aspect of the email.
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.*;
AnalysisProperty analysisProperty = AnalysisProperty.builder()
.analyzer("analyzer")
.resultField("resultField")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMailManagerRuleSetPropsMixin.AnalysisPropertystatic final classAn implementation forCfnMailManagerRuleSetPropsMixin.AnalysisProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnalyzer
The Amazon Resource Name (ARN) of an Add On.- See Also:
-
getResultField
The returned value from an Add On.- See Also:
-
builder
-