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

Class: Aws::KinesisAnalyticsV2::Types::SqlRunConfiguration

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

Overview

Note:

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

{
  input_id: "Id", # required
  input_starting_position_configuration: { # required
    input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
  },
}

Describes the starting parameters for a SQL-based Kinesis Data Analytics application.

Instance Attribute Summary collapse

Instance Attribute Details

#input_idString

The input source ID. You can get this ID by calling the DescribeApplication operation.

Returns:

  • (String)

    The input source ID.

#input_starting_position_configurationTypes::InputStartingPositionConfiguration

The point at which you want the application to start processing records from the streaming source.

Returns: