Class: Aws::AppMesh::Types::VirtualGatewayTlsValidationContextSdsTrust
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayTlsValidationContextSdsTrust
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_name ⇒ String
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.
Instance Attribute Details
#secret_name ⇒ String
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.
5654 5655 5656 5657 5658 |
# File 'lib/aws-sdk-appmesh/types.rb', line 5654 class VirtualGatewayTlsValidationContextSdsTrust < Struct.new( :secret_name) SENSITIVE = [] include Aws::Structure end |