You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::ClientAuthentication

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ClientAuthentication as input to an Aws::Client method, you can use a vanilla Hash:

{
  sasl: {
    scram: {
      enabled: false,
    },
  },
  tls: {
    certificate_authority_arn_list: ["__string"],
  },
}

Includes all client authentication information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#saslTypes::Sasl

Returns:

#tlsTypes::Tls

Details for ClientAuthentication using TLS.

Returns:

  • (Types::Tls)

    Details for ClientAuthentication using TLS.