Class: Aws::Firehose::Types::MSKSourceDescription

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

Overview

Details about the Amazon MSK cluster used as the source for a Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::AuthenticationConfiguration

The authentication configuration of the Amazon MSK cluster.



2824
2825
2826
2827
2828
2829
2830
2831
# File 'lib/aws-sdk-firehose/types.rb', line 2824

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

#delivery_start_timestampTime

Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with this timestamp.

Returns:

  • (Time)


2824
2825
2826
2827
2828
2829
2830
2831
# File 'lib/aws-sdk-firehose/types.rb', line 2824

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

#msk_cluster_arnString

The ARN of the Amazon MSK cluster.

Returns:

  • (String)


2824
2825
2826
2827
2828
2829
2830
2831
# File 'lib/aws-sdk-firehose/types.rb', line 2824

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

#topic_nameString

The topic name within the Amazon MSK cluster.

Returns:

  • (String)


2824
2825
2826
2827
2828
2829
2830
2831
# File 'lib/aws-sdk-firehose/types.rb', line 2824

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