Amazon Kinesis Data Analytics ApplicationOutput LambdaOutput
The LambdaOutput property type specifies a Lambda function as
the destination when you are configuring application output.
LambdaOutput is a property of the Output property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ResourceARN" :String, "RoleARN" :String}
YAML
ResourceARN:StringRoleARN:String
Properties
ResourceARN-
The Amazon Resource Name (ARN) of the destination Amazon Lambda function to write to.
Required: Yes
Type: String
Update requires: No interruption
RoleARN-
The ARN of the IAM role that Amazon Kinesis Data Analytics can assume to write to the destination function on your behalf.
Required: Yes
Type: String
Update requires: No interruption
