Interface CfnMailManagerTrafficPolicy.IngressStringToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicy.IngressStringToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicy
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicy.IngressStringToEvaluateProperty
extends software.amazon.jsii.JsiiSerializable
The union type representing the allowed types for the left hand side of a string 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.services.ses.*;
IngressStringToEvaluateProperty ingressStringToEvaluateProperty = IngressStringToEvaluateProperty.builder()
.analysis(IngressAnalysisProperty.builder()
.analyzer("analyzer")
.resultField("resultField")
.build())
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicy.IngressStringToEvaluateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnalysis
The structure type for a string condition stating the Add On ARN and its returned value.Returns union: either
IResolvableorCfnMailManagerTrafficPolicy.IngressAnalysisProperty- See Also:
-
getAttribute
The enum type representing the allowed attribute types for a string condition.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerTrafficPolicy.IngressStringToEvaluateProperty.Builder builder()
-