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