Class: Aws::Kafka::Types::KafkaClusterMTLSAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterMTLSAuthentication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Details for mTLS client authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret.
Instance Attribute Details
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret.
2506 2507 2508 2509 2510 |
# File 'lib/aws-sdk-kafka/types.rb', line 2506 class KafkaClusterMTLSAuthentication < Struct.new( :secret_arn) SENSITIVE = [] include Aws::Structure end |