| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaOutputDescription |
LambdaOutputDescription.clone() |
LambdaOutputDescription |
OutputDescription.getLambdaOutputDescription()
Describes the Lambda function that is configured as the destination where output is written.
|
LambdaOutputDescription |
LambdaOutputDescription.withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputDescription |
LambdaOutputDescription.withRoleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDescription.setLambdaOutputDescription(LambdaOutputDescription lambdaOutputDescription)
Describes the Lambda function that is configured as the destination where output is written.
|
OutputDescription |
OutputDescription.withLambdaOutputDescription(LambdaOutputDescription lambdaOutputDescription)
Describes the Lambda function that is configured as the destination where output is written.
|
Copyright © 2020. All rights reserved.