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.
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_config ⇒ Types::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 |