Class: Aws::CloudFront::Types::OriginMtlsConfig

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

Overview

Configures mutual TLS authentication between CloudFront and your origin server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_certificate_arnString

The Amazon Resource Name (ARN) of the client certificate stored in Amazon Web Services Certificate Manager (ACM) that CloudFront uses to authenticate with your origin using Mutual TLS.

Returns:

  • (String)


11762
11763
11764
11765
11766
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11762

class OriginMtlsConfig < Struct.new(
  :client_certificate_arn)
  SENSITIVE = []
  include Aws::Structure
end