Class: Aws::CloudFront::Types::ViewerMtlsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ViewerMtlsConfig
- 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
-
#mode ⇒ String
The viewer mTLS mode.
-
#trust_store_config ⇒ Types::TrustStoreConfig
The trust store configuration associated with the viewer mTLS configuration.
Instance Attribute Details
#mode ⇒ String
The viewer mTLS mode.
17197 17198 17199 17200 17201 17202 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17197 class ViewerMtlsConfig < Struct.new( :mode, :trust_store_config) SENSITIVE = [] include Aws::Structure end |
#trust_store_config ⇒ Types::TrustStoreConfig
The trust store configuration associated with the viewer mTLS configuration.
17197 17198 17199 17200 17201 17202 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 17197 class ViewerMtlsConfig < Struct.new( :mode, :trust_store_config) SENSITIVE = [] include Aws::Structure end |