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 VirtualGatewayTlsValidationContextSdsTrust
An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SecretName" :String}
YAML
SecretName:String
Properties
- SecretName
- 
                    A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust. Required: Yes Type: String Update requires: No interruption