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::VirtualGateway VirtualGatewayTlsValidationContextTrust
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" :VirtualGatewayTlsValidationContextAcmTrust, "File" :VirtualGatewayTlsValidationContextFileTrust, "SDS" :VirtualGatewayTlsValidationContextSdsTrust}
YAML
ACM:VirtualGatewayTlsValidationContextAcmTrustFile:VirtualGatewayTlsValidationContextFileTrustSDS:VirtualGatewayTlsValidationContextSdsTrust
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: VirtualGatewayTlsValidationContextAcmTrust Update requires: No interruption 
- File
- 
                    An object that represents a Transport Layer Security (TLS) validation context trust for a local file. Required: No Type: VirtualGatewayTlsValidationContextFileTrust Update requires: No interruption 
- SDS
- 
                    A reference to an object that represents a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust. Required: No Type: VirtualGatewayTlsValidationContextSdsTrust Update requires: No interruption