Class: Aws::AppMesh::Types::VirtualGatewayTlsValidationContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayTlsValidationContext
- Includes:
- Structure
- Defined in:
- 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
-
#subject_alternative_names ⇒ Types::SubjectAlternativeNames
A reference to an object that represents the SANs for a virtual gateway’s listener’s Transport Layer Security (TLS) validation context.
-
#trust ⇒ Types::VirtualGatewayTlsValidationContextTrust
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
Instance Attribute Details
#subject_alternative_names ⇒ Types::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 'lib/aws-sdk-appmesh/types.rb', line 5599 class VirtualGatewayTlsValidationContext < Struct.new( :subject_alternative_names, :trust) SENSITIVE = [] include Aws::Structure end |
#trust ⇒ Types::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 'lib/aws-sdk-appmesh/types.rb', line 5599 class VirtualGatewayTlsValidationContext < Struct.new( :subject_alternative_names, :trust) SENSITIVE = [] include Aws::Structure end |