AWS::AppMesh::VirtualNode ClientTlsCertificate
An object that represents the client's certificate.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "File" :
ListenerTlsFileCertificate
, "SDS" :ListenerTlsSdsCertificate
}
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: ListenerTlsFileCertificate
Update requires: No interruption
SDS
-
A reference to an object that represents a client's TLS Secret Discovery Service certificate.
Required: No
Type: ListenerTlsSdsCertificate
Update requires: No interruption