AWS::AppMesh::VirtualNode ListenerTls - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppMesh::VirtualNode ListenerTls

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

Certificate

A reference to an object that represents a listener's Transport Layer Security (TLS) certificate.

Required: Yes

Type: ListenerTlsCertificate

Update requires: No interruption

Mode

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.

Required: Yes

Type: String

Allowed values: STRICT | PERMISSIVE | DISABLED

Update requires: No interruption

Validation

A reference to an object that represents a listener's Transport Layer Security (TLS) validation context.

Required: No

Type: ListenerTlsValidationContext

Update requires: No interruption