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 |
Documentation
data LambdaOutputDescription Source #
For an application output, describes the AWS Lambda function configured as its destination.
See: newLambdaOutputDescription
smart constructor.
Instances
newLambdaOutputDescription :: LambdaOutputDescription 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:resourceARN:LambdaOutputDescription'
, lambdaOutputDescription_resourceARN
- Amazon Resource Name (ARN) of the destination Lambda function.
$sel:roleARN:LambdaOutputDescription'
, lambdaOutputDescription_roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to
the destination function.
lambdaOutputDescription_resourceARN :: Lens' LambdaOutputDescription (Maybe Text) Source #
Amazon Resource Name (ARN) of the destination Lambda function.
lambdaOutputDescription_roleARN :: Lens' LambdaOutputDescription (Maybe Text) Source #
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.