Class: Aws::AppMesh::Types::ListenerTlsValidationContext

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

Overview

An object that represents a listener’s Transport Layer Security (TLS) validation context.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subject_alternative_namesTypes::SubjectAlternativeNames

A reference to an object that represents the SANs for a listener’s Transport Layer Security (TLS) validation context.



3506
3507
3508
3509
3510
3511
# File 'lib/aws-sdk-appmesh/types.rb', line 3506

class ListenerTlsValidationContext < Struct.new(
  :subject_alternative_names,
  :trust)
  SENSITIVE = []
  include Aws::Structure
end

#trustTypes::ListenerTlsValidationContextTrust

A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.



3506
3507
3508
3509
3510
3511
# File 'lib/aws-sdk-appmesh/types.rb', line 3506

class ListenerTlsValidationContext < Struct.new(
  :subject_alternative_names,
  :trust)
  SENSITIVE = []
  include Aws::Structure
end