Class: Aws::Kafka::Types::KafkaClusterMTLSAuthentication

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

Overview

Details for mTLS client authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secret_arnString

The Amazon Resource Name (ARN) of the Secrets Manager secret.

Returns:

  • (String)


3010
3011
3012
3013
3014
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3010

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