Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.model |
Modifier and Type | Method and Description |
---|---|
LambdaOutputUpdate |
LambdaOutputUpdate.clone() |
LambdaOutputUpdate |
OutputUpdate.getLambdaOutputUpdate()
Describes an AWS Lambda function as the destination for the output.
|
LambdaOutputUpdate |
LambdaOutputUpdate.withResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputUpdate |
LambdaOutputUpdate.withRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputUpdate.setLambdaOutputUpdate(LambdaOutputUpdate lambdaOutputUpdate)
Describes an AWS Lambda function as the destination for the output.
|
OutputUpdate |
OutputUpdate.withLambdaOutputUpdate(LambdaOutputUpdate lambdaOutputUpdate)
Describes an AWS Lambda function as the destination for the output.
|
Copyright © 2019. All rights reserved.