public static interface CfnApplication.InputLambdaProcessorProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kinesisanalytics.*; InputLambdaProcessorProperty inputLambdaProcessorProperty = InputLambdaProcessorProperty.builder() .resourceArn("resourceArn") .roleArn("roleArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplication.InputLambdaProcessorProperty.Builder
A builder for
CfnApplication.InputLambdaProcessorProperty |
static class |
CfnApplication.InputLambdaProcessorProperty.Jsii$Proxy
An implementation for
CfnApplication.InputLambdaProcessorProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplication.InputLambdaProcessorProperty.Builder |
builder() |
java.lang.String |
getResourceArn()
The ARN of the [AWS Lambda](https://docs.aws.amazon.com/lambda/) function that operates on records in the stream.
|
java.lang.String |
getRoleArn()
The ARN of the IAM role that is used to access the AWS Lambda function.
|
java.lang.String getResourceArn()
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda
java.lang.String getRoleArn()
static CfnApplication.InputLambdaProcessorProperty.Builder builder()