Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
SqlRunConfiguration' | |
|
Instances
newSqlRunConfiguration Source #
:: 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.