| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.SqlRunConfiguration
Description
Synopsis
- data SqlRunConfiguration = SqlRunConfiguration' {}
- newSqlRunConfiguration :: Text -> InputStartingPositionConfiguration -> SqlRunConfiguration
- sqlRunConfiguration_inputId :: Lens' SqlRunConfiguration Text
- sqlRunConfiguration_inputStartingPositionConfiguration :: Lens' SqlRunConfiguration InputStartingPositionConfiguration
Documentation
data SqlRunConfiguration Source #
Describes the starting parameters for a SQL-based Kinesis Data Analytics application.
See: newSqlRunConfiguration smart constructor.
Constructors
| SqlRunConfiguration' | |
Fields
| |
Instances
newSqlRunConfiguration Source #
Arguments
| :: Text | |
| -> InputStartingPositionConfiguration |
|
| -> SqlRunConfiguration |
Create a value of SqlRunConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inputId:SqlRunConfiguration', sqlRunConfiguration_inputId - The input source ID. You can get this ID by calling the
DescribeApplication operation.
$sel:inputStartingPositionConfiguration:SqlRunConfiguration', sqlRunConfiguration_inputStartingPositionConfiguration - The point at which you want the application to start processing records
from the streaming source.
sqlRunConfiguration_inputId :: Lens' SqlRunConfiguration Text Source #
The input source ID. You can get this ID by calling the DescribeApplication operation.
sqlRunConfiguration_inputStartingPositionConfiguration :: Lens' SqlRunConfiguration InputStartingPositionConfiguration Source #
The point at which you want the application to start processing records from the streaming source.