

# ListenerTls
<a name="API_ListenerTls"></a>

An object that represents the Transport Layer Security (TLS) properties for a listener.

## Contents
<a name="API_ListenerTls_Contents"></a>

 ** certificate **   <a name="appmesh-Type-ListenerTls-certificate"></a>
A reference to an object that represents a listener's Transport Layer Security (TLS) certificate.  
Type: [ListenerTlsCertificate](API_ListenerTlsCertificate.md) object  
 **Note: **This object is a Union. Only one member of this object can be specified or returned.  
Required: Yes

 ** mode **   <a name="appmesh-Type-ListenerTls-mode"></a>
Specify one of the following modes.  
+  ****STRICT – Listener only accepts connections with TLS enabled. 
+  ****PERMISSIVE – Listener accepts connections with or without TLS enabled.
+  ****DISABLED – Listener only accepts connections without TLS. 
Type: String  
Valid Values: `STRICT | PERMISSIVE | DISABLED`   
Required: Yes

 ** validation **   <a name="appmesh-Type-ListenerTls-validation"></a>
A reference to an object that represents a listener's Transport Layer Security (TLS) validation context.  
Type: [ListenerTlsValidationContext](API_ListenerTlsValidationContext.md) object  
Required: No

## See Also
<a name="API_ListenerTls_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/appmesh-2019-01-25/ListenerTls) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/appmesh-2019-01-25/ListenerTls) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/appmesh-2019-01-25/ListenerTls) 

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for AWS App Mesh. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query app-mesh` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
