This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppMesh::VirtualNode TlsValidationContextTrust
An object that represents a Transport Layer Security (TLS) validation context trust.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ACM" :TlsValidationContextAcmTrust, "File" :TlsValidationContextFileTrust, "SDS" :TlsValidationContextSdsTrust}
YAML
ACM:TlsValidationContextAcmTrustFile:TlsValidationContextFileTrustSDS:TlsValidationContextSdsTrust
Properties
- ACM
- 
                    A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate. Required: No Type: TlsValidationContextAcmTrust Update requires: No interruption 
- 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 Transport Layer Security (TLS) Secret Discovery Service validation context trust. Required: No Type: TlsValidationContextSdsTrust Update requires: No interruption