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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


17197
17198
17199
17200
17201
17202
# File 'lib/aws-sdk-cloudfront/types.rb', line 17197

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.



17197
17198
17199
17200
17201
17202
# File 'lib/aws-sdk-cloudfront/types.rb', line 17197

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