Interface CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicy
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty
extends software.amazon.jsii.JsiiSerializable
The union type representing the allowed types for the left hand side of a TLS 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.*;
IngressTlsProtocolToEvaluateProperty ingressTlsProtocolToEvaluateProperty = IngressTlsProtocolToEvaluateProperty.builder()
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The enum type representing the allowed attribute types for the TLS condition.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttribute
The enum type representing the allowed attribute types for the TLS condition.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerTrafficPolicy.IngressTlsProtocolToEvaluateProperty.Builder builder()
-