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 LambdaOutputDescription = LambdaOutputDescription' {
- roleARN :: Maybe Text
- resourceARN :: Text
- newLambdaOutputDescription :: Text -> LambdaOutputDescription
- lambdaOutputDescription_roleARN :: Lens' LambdaOutputDescription (Maybe Text)
- lambdaOutputDescription_resourceARN :: Lens' LambdaOutputDescription Text
Documentation
data LambdaOutputDescription Source #
For a SQL-based Kinesis Data Analytics application's output, describes the Amazon Lambda function that is configured as its destination.
See: newLambdaOutputDescription
smart constructor.
LambdaOutputDescription' | |
|
Instances
newLambdaOutputDescription Source #
Create a value of LambdaOutputDescription
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:LambdaOutputDescription'
, lambdaOutputDescription_roleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to write
to the destination function.
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:LambdaOutputDescription'
, lambdaOutputDescription_resourceARN
- The Amazon Resource Name (ARN) of the destination Lambda function.
lambdaOutputDescription_roleARN :: Lens' LambdaOutputDescription (Maybe Text) Source #
The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.
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.
lambdaOutputDescription_resourceARN :: Lens' LambdaOutputDescription Text Source #
The Amazon Resource Name (ARN) of the destination Lambda function.