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

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

Overview

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

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)


2056
2057
2058
2059
2060
2061
# File 'lib/aws-sdk-firehose/types.rb', line 2056

class KinesisStreamSourceDescription < Struct.new(
  :kinesis_stream_arn,
  :role_arn,
  :delivery_start_timestamp)
  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].

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kinesis-streams

Returns:

  • (String)


2056
2057
2058
2059
2060
2061
# File 'lib/aws-sdk-firehose/types.rb', line 2056

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

#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].

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-iam

Returns:

  • (String)


2056
2057
2058
2059
2060
2061
# File 'lib/aws-sdk-firehose/types.rb', line 2056

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