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: