| 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.KinesisAnalytics.Types.InputParallelismUpdate
Description
Documentation
data InputParallelismUpdate Source #
Provides updates to the parallelism count.
See: newInputParallelismUpdate smart constructor.
Constructors
| InputParallelismUpdate' | |
Fields
| |
Instances
newInputParallelismUpdate :: InputParallelismUpdate Source #
Create a value of InputParallelismUpdate 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:countUpdate:InputParallelismUpdate', inputParallelismUpdate_countUpdate - Number of in-application streams to create for the specified streaming
source.
inputParallelismUpdate_countUpdate :: Lens' InputParallelismUpdate (Maybe Natural) Source #
Number of in-application streams to create for the specified streaming source.