Class: Aws::IoT::Types::ClientCertificateConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ClientCertificateConfig
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
An object that specifies the client certificate configuration for a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_certificate_callback_arn ⇒ String
The ARN of the Lambda function that IoT invokes after mutual TLS authentication during the connection.
Instance Attribute Details
#client_certificate_callback_arn ⇒ String
The ARN of the Lambda function that IoT invokes after mutual TLS authentication during the connection.
2054 2055 2056 2057 2058 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2054 class ClientCertificateConfig < Struct.new( :client_certificate_callback_arn) SENSITIVE = [] include Aws::Structure end |