Class: Aws::Firehose::Types::AuthenticationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

The authentication configuration of the Amazon MSK cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectivityString

The type of connectivity used to access the Amazon MSK cluster.

Returns:

  • (String)


595
596
597
598
599
600
# File 'lib/aws-sdk-firehose/types.rb', line 595

class AuthenticationConfiguration < Struct.new(
  :role_arn,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role used to access the Amazon MSK cluster.

Returns:

  • (String)


595
596
597
598
599
600
# File 'lib/aws-sdk-firehose/types.rb', line 595

class AuthenticationConfiguration < Struct.new(
  :role_arn,
  :connectivity)
  SENSITIVE = []
  include Aws::Structure
end