AWS::AppMesh::VirtualGateway VirtualGatewayListenerTlsSdsCertificate - AWS CloudFormation

AWS::AppMesh::VirtualGateway VirtualGatewayListenerTlsSdsCertificate

An object that represents the virtual gateway's listener's Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App MeshTLS documentation for more info.

Syntax

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

JSON

{ "SecretName" : String }

YAML

SecretName: String

Properties

SecretName

A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.

Required: Yes

Type: String

Update requires: No interruption