Class: Aws::AppMesh::Types::VirtualGatewayListenerTls

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

Overview

An object that represents the Transport Layer Security (TLS) properties for a listener.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::VirtualGatewayListenerTlsCertificate

An object that represents a Transport Layer Security (TLS) certificate.



5269
5270
5271
5272
5273
5274
5275
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5269

class VirtualGatewayListenerTls < Struct.new(
  :certificate,
  :mode,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

Specify one of the following modes.

  • ****STRICT – Listener only accepts connections with TLS enabled.

  • ****PERMISSIVE – Listener accepts connections with or without TLS enabled.

  • ****DISABLED – Listener only accepts connections without TLS.

Returns:

  • (String)


5269
5270
5271
5272
5273
5274
5275
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5269

class VirtualGatewayListenerTls < Struct.new(
  :certificate,
  :mode,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end

#validationTypes::VirtualGatewayListenerTlsValidationContext

A reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context.



5269
5270
5271
5272
5273
5274
5275
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5269

class VirtualGatewayListenerTls < Struct.new(
  :certificate,
  :mode,
  :validation)
  SENSITIVE = []
  include Aws::Structure
end