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 KinesisFirehoseOutputDescription = KinesisFirehoseOutputDescription' {
- roleARN :: Maybe Text
- resourceARN :: Text
- newKinesisFirehoseOutputDescription :: Text -> KinesisFirehoseOutputDescription
- kinesisFirehoseOutputDescription_roleARN :: Lens' KinesisFirehoseOutputDescription (Maybe Text)
- kinesisFirehoseOutputDescription_resourceARN :: Lens' KinesisFirehoseOutputDescription Text
Documentation
data KinesisFirehoseOutputDescription Source #
For a SQL-based Kinesis Data Analytics application's output, describes the Kinesis Data Firehose delivery stream that is configured as its destination.
See: newKinesisFirehoseOutputDescription
smart constructor.
KinesisFirehoseOutputDescription' | |
|
Instances
newKinesisFirehoseOutputDescription Source #
Create a value of KinesisFirehoseOutputDescription
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:KinesisFirehoseOutputDescription'
, kinesisFirehoseOutputDescription_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:KinesisFirehoseOutputDescription'
, kinesisFirehoseOutputDescription_resourceARN
- The Amazon Resource Name (ARN) of the delivery stream.
kinesisFirehoseOutputDescription_roleARN :: Lens' KinesisFirehoseOutputDescription (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.
kinesisFirehoseOutputDescription_resourceARN :: Lens' KinesisFirehoseOutputDescription Text Source #
The Amazon Resource Name (ARN) of the delivery stream.