Class: Aws::Firehose::Types::MSKSourceConfiguration

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

Overview

The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::AuthenticationConfiguration

The authentication configuration of the Amazon MSK cluster.



2794
2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-firehose/types.rb', line 2794

class MSKSourceConfiguration < Struct.new(
  :msk_cluster_arn,
  :topic_name,
  :authentication_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#msk_cluster_arnString

The ARN of the Amazon MSK cluster.

Returns:

  • (String)


2794
2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-firehose/types.rb', line 2794

class MSKSourceConfiguration < Struct.new(
  :msk_cluster_arn,
  :topic_name,
  :authentication_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

The topic name within the Amazon MSK cluster.

Returns:

  • (String)


2794
2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-firehose/types.rb', line 2794

class MSKSourceConfiguration < Struct.new(
  :msk_cluster_arn,
  :topic_name,
  :authentication_configuration)
  SENSITIVE = []
  include Aws::Structure
end