AWS::AppMesh::VirtualNode ListenerTlsValidationContextTrust
An object that represents a listener's Transport Layer Security (TLS) validation context trust.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "File" :
TlsValidationContextFileTrust
, "SDS" :TlsValidationContextSdsTrust
}
Properties
File
-
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
Required: No
Type: TlsValidationContextFileTrust
Update requires: No interruption
SDS
-
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
Required: No
Type: TlsValidationContextSdsTrust
Update requires: No interruption