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

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

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_start_timestampTime

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

Returns:

  • (Time)

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

#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)

    The Amazon Resource Name (ARN) of the source Kinesis data stream.

#role_arnString

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

Returns:

  • (String)

    The ARN of the role used by the source Kinesis data stream.