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

Class: Aws::KinesisAnalyticsV2::Types::KinesisStreamsInputUpdate

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

Overview

Note:

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

{
  resource_arn_update: "ResourceARN", # required
}

When you update the input configuration for a SQL-based Kinesis Data Analytics application, provides information about a Kinesis stream as the streaming source.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn_updateString

The Amazon Resource Name (ARN) of the input Kinesis data stream to read.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the input Kinesis data stream to read.