| 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.KinesisStreamsInput
Description
Documentation
data KinesisStreamsInput Source #
Identifies a Kinesis data stream as the streaming source. You provide the stream's Amazon Resource Name (ARN).
See: newKinesisStreamsInput smart constructor.
Constructors
| KinesisStreamsInput' | |
Fields
| |
Instances
newKinesisStreamsInput Source #
Arguments
| :: Text | |
| -> KinesisStreamsInput |
Create a value of KinesisStreamsInput 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:resourceARN:KinesisStreamsInput', kinesisStreamsInput_resourceARN - The ARN of the input Kinesis data stream to read.
kinesisStreamsInput_resourceARN :: Lens' KinesisStreamsInput Text Source #
The ARN of the input Kinesis data stream to read.