Class: Aws::Firehose::Types::KinesisStreamSourceDescription

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

Overview

Details about a Kinesis data stream used as the source for a Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_start_timestampTime

Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.

Returns:

  • (Time)


2655
2656
2657
2658
2659
2660
2661
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2655

class KinesisStreamSourceDescription < Struct.new(
  :kinesis_stream_arn,
  :role_arn,
  :delivery_start_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#kinesis_stream_arnString

The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.

Returns:

  • (String)


2655
2656
2657
2658
2659
2660
2661
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2655

class KinesisStreamSourceDescription < Struct.new(
  :kinesis_stream_arn,
  :role_arn,
  :delivery_start_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.

Returns:

  • (String)


2655
2656
2657
2658
2659
2660
2661
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2655

class KinesisStreamSourceDescription < Struct.new(
  :kinesis_stream_arn,
  :role_arn,
  :delivery_start_timestamp)
  SENSITIVE = []
  include Aws::Structure
end