AWS::AppMesh::VirtualGateway VirtualGatewayClientTlsCertificate
An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "File" :
VirtualGatewayListenerTlsFileCertificate
, "SDS" :VirtualGatewayListenerTlsSdsCertificate
}
Properties
File
-
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
Required: No
Type: VirtualGatewayListenerTlsFileCertificate
Update requires: No interruption
SDS
-
A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
Required: No
Type: VirtualGatewayListenerTlsSdsCertificate
Update requires: No interruption