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

Class: Aws::Firehose::Types::KinesisStreamSourceConfiguration

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

Overview

Note:

When passing KinesisStreamSourceConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  kinesis_stream_arn: "KinesisStreamARN", # required
  role_arn: "RoleARN", # required
}

The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a delivery stream.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kinesis_stream_arnString

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

Returns:

  • (String)

    The ARN of the source Kinesis data stream.

#role_arnString

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

Returns:

  • (String)

    The ARN of the role that provides access to the source Kinesis data stream.