AWS::AppMesh::VirtualNode ListenerTls - AWS CloudFormation

AWS::AppMesh::VirtualNode ListenerTls

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

Syntax

To declare this entity in your AWS 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