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 |
Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsInputDescription
Description
Synopsis
- data KinesisStreamsInputDescription = KinesisStreamsInputDescription' {
- roleARN :: Maybe Text
- resourceARN :: Text
- newKinesisStreamsInputDescription :: Text -> KinesisStreamsInputDescription
- kinesisStreamsInputDescription_roleARN :: Lens' KinesisStreamsInputDescription (Maybe Text)
- kinesisStreamsInputDescription_resourceARN :: Lens' KinesisStreamsInputDescription Text
Documentation
data KinesisStreamsInputDescription Source #
For a SQL-based Kinesis Data Analytics application, describes the Kinesis data stream that is configured as the streaming source in the application input configuration.
See: newKinesisStreamsInputDescription
smart constructor.
Constructors
KinesisStreamsInputDescription' | |
Fields
|
Instances
newKinesisStreamsInputDescription Source #
Create a value of KinesisStreamsInputDescription
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:roleARN:KinesisStreamsInputDescription'
, kinesisStreamsInputDescription_roleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to access
the stream.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
$sel:resourceARN:KinesisStreamsInputDescription'
, kinesisStreamsInputDescription_resourceARN
- The Amazon Resource Name (ARN) of the Kinesis data stream.
kinesisStreamsInputDescription_roleARN :: Lens' KinesisStreamsInputDescription (Maybe Text) Source #
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
kinesisStreamsInputDescription_resourceARN :: Lens' KinesisStreamsInputDescription Text Source #
The Amazon Resource Name (ARN) of the Kinesis data stream.