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 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.
KinesisStreamsInputDescription' | |
|
Instances
Eq KinesisStreamsInputDescription Source # | |
Read KinesisStreamsInputDescription Source # | |
Show KinesisStreamsInputDescription Source # | |
Generic KinesisStreamsInputDescription Source # | |
NFData KinesisStreamsInputDescription Source # | |
Hashable KinesisStreamsInputDescription Source # | |
FromJSON KinesisStreamsInputDescription Source # | |
type Rep KinesisStreamsInputDescription Source # | |
Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsInputDescription type Rep KinesisStreamsInputDescription = D1 ('MetaData "KinesisStreamsInputDescription" "Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsInputDescription" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "KinesisStreamsInputDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
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.