Class: Aws::Firehose::Types::KinesisStreamSourceDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::KinesisStreamSourceDescription
- 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 Firehose stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivery_start_timestamp ⇒ Time
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
-
#kinesis_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the source Kinesis data stream.
-
#role_arn ⇒ String
The ARN of the role used by the source Kinesis data stream.
Instance Attribute Details
#delivery_start_timestamp ⇒ Time
Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
3239 3240 3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3239 class KinesisStreamSourceDescription < Struct.new( :kinesis_stream_arn, :role_arn, :delivery_start_timestamp) SENSITIVE = [] include Aws::Structure end |
#kinesis_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
3239 3240 3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3239 class KinesisStreamSourceDescription < Struct.new( :kinesis_stream_arn, :role_arn, :delivery_start_timestamp) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
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.
3239 3240 3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3239 class KinesisStreamSourceDescription < Struct.new( :kinesis_stream_arn, :role_arn, :delivery_start_timestamp) SENSITIVE = [] include Aws::Structure end |