public static interface CfnApplicationOutputV2.LambdaOutputProperty
You provide the function Amazon Resource Name (ARN) of the Lambda function.
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.*; LambdaOutputProperty lambdaOutputProperty = LambdaOutputProperty.builder() .resourceArn("resourceArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationOutputV2.LambdaOutputProperty.Builder
A builder for
CfnApplicationOutputV2.LambdaOutputProperty |
static class |
CfnApplicationOutputV2.LambdaOutputProperty.Jsii$Proxy
An implementation for
CfnApplicationOutputV2.LambdaOutputProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationOutputV2.LambdaOutputProperty.Builder |
builder() |
java.lang.String |
getResourceArn()
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
|
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: Amazon Lambda
static CfnApplicationOutputV2.LambdaOutputProperty.Builder builder()