You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalytics::Types::InputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::InputConfiguration
- Defined in:
- (unknown)
Overview
Note:
When passing InputConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
id: "Id", # required
input_starting_position_configuration: { # required
input_starting_position: "NOW", # accepts NOW, TRIM_HORIZON, LAST_STOPPED_POINT
},
}
When you start your application, you provide this configuration, which identifies the input source and the point in the input source at which you want the application to start processing records.
Instance Attribute Summary collapse
-
#id ⇒ String
Input source ID.
-
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Point at which you want the application to start processing records from the streaming source.
Instance Attribute Details
#id ⇒ String
Input source ID. You can get this ID by calling the DescribeApplication operation.
#input_starting_position_configuration ⇒ Types::InputStartingPositionConfiguration
Point at which you want the application to start processing records from the streaming source.