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 LambdaOutput = LambdaOutput' {
- resourceARN :: Text
- roleARN :: Text
- newLambdaOutput :: Text -> Text -> LambdaOutput
- lambdaOutput_resourceARN :: Lens' LambdaOutput Text
- lambdaOutput_roleARN :: Lens' LambdaOutput Text
Documentation
data LambdaOutput Source #
When configuring application output, identifies an AWS Lambda function as the destination. You provide the function Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the function on your behalf.
See: newLambdaOutput
smart constructor.
LambdaOutput' | |
|
Instances
Create a value of LambdaOutput
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:LambdaOutput'
, lambdaOutput_resourceARN
- Amazon Resource Name (ARN) of the destination Lambda function to write
to.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
$sel:roleARN:LambdaOutput'
, lambdaOutput_roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to
the destination function on your behalf. You need to grant the necessary
permissions to this role.
lambdaOutput_resourceARN :: Lens' LambdaOutput Text Source #
Amazon Resource Name (ARN) of the destination Lambda function to write to.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
lambdaOutput_roleARN :: Lens' LambdaOutput Text Source #
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.