@Stability(value=Stable)
public static interface CfnApplicationV2.InputLambdaProcessorProperty
extends software.amazon.jsii.JsiiSerializable
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")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.InputLambdaProcessorProperty.Builder
A builder for
CfnApplicationV2.InputLambdaProcessorProperty |
static class |
CfnApplicationV2.InputLambdaProcessorProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.InputLambdaProcessorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.InputLambdaProcessorProperty.Builder |
builder() |
String |
getResourceArn()
The ARN of the Amazon Lambda function that operates on records in the stream.
|
@Stability(value=Stable) @NotNull 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: Amazon Lambda
@Stability(value=Stable) static CfnApplicationV2.InputLambdaProcessorProperty.Builder builder()
Copyright © 2022. All rights reserved.