Class: Aws::AppMesh::Types::VirtualGatewayTlsValidationContext

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

Overview

An object that represents a 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 virtual gateway's listener's Transport Layer Security (TLS) validation context.



5599
5600
5601
5602
5603
5604
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5599

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

#trustTypes::VirtualGatewayTlsValidationContextTrust

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



5599
5600
5601
5602
5603
5604
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5599

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