Class: Aws::AppMesh::Types::TlsValidationContextSdsTrust

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

An object that represents a 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.

[1]: docs.aws.amazon.com/app-mesh/latest/userguide/tls.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secret_nameString

A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.

Returns:

  • (String)


4342
4343
4344
4345
4346
# File 'lib/aws-sdk-appmesh/types.rb', line 4342

class TlsValidationContextSdsTrust < Struct.new(
  :secret_name)
  SENSITIVE = []
  include Aws::Structure
end