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
Documentation
data LambdaOutputUpdate Source #
When updating an output configuration using the UpdateApplication operation, provides information about an AWS Lambda function configured as the destination.
See: newLambdaOutputUpdate
smart constructor.
LambdaOutputUpdate' | |
|
Instances
newLambdaOutputUpdate :: LambdaOutputUpdate Source #
Create a value of LambdaOutputUpdate
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:roleARNUpdate:LambdaOutputUpdate'
, lambdaOutputUpdate_roleARNUpdate
- 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.
$sel:resourceARNUpdate:LambdaOutputUpdate'
, lambdaOutputUpdate_resourceARNUpdate
- Amazon Resource Name (ARN) of the destination Lambda function.
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
lambdaOutputUpdate_roleARNUpdate :: Lens' LambdaOutputUpdate (Maybe 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.
lambdaOutputUpdate_resourceARNUpdate :: Lens' LambdaOutputUpdate (Maybe Text) Source #
Amazon Resource Name (ARN) of the destination Lambda function.
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