Class: Aws::CloudFront::Types::ViewerMtlsConfig

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

Overview

A viewer mTLS configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The viewer mTLS mode.

Returns:

  • (String)


17220
17221
17222
17223
17224
17225
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17220

class ViewerMtlsConfig < Struct.new(
  :mode,
  :trust_store_config)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_configTypes::TrustStoreConfig

The trust store configuration associated with the viewer mTLS configuration.



17220
17221
17222
17223
17224
17225
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17220

class ViewerMtlsConfig < Struct.new(
  :mode,
  :trust_store_config)
  SENSITIVE = []
  include Aws::Structure
end