AWS::AppMesh::VirtualGateway VirtualGatewayListenerTls - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppMesh::VirtualGateway VirtualGatewayListenerTls

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

Syntax

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

Properties

Certificate

An object that represents a Transport Layer Security (TLS) certificate.

Required: Yes

Type: VirtualGatewayListenerTlsCertificate

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 virtual gateway's listener's Transport Layer Security (TLS) validation context.

Required: No

Type: VirtualGatewayListenerTlsValidationContext

Update requires: No interruption