Interface CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerTrafficPolicyPropsMixin
@Stability(Stable)
public static interface CfnMailManagerTrafficPolicyPropsMixin.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.cfnpropertymixins.services.ses.*;
IngressTlsProtocolToEvaluateProperty ingressTlsProtocolToEvaluateProperty = IngressTlsProtocolToEvaluateProperty.builder()
.attribute("attribute")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty -
Method Summary
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 CfnMailManagerTrafficPolicyPropsMixin.IngressTlsProtocolToEvaluateProperty.Builder builder()
-