@Stability(value=Stable)
public static interface CfnApplicationOutput.LambdaOutputProperty
extends software.amazon.jsii.JsiiSerializable
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.kinesisanalyticsv2.*;
LambdaOutputProperty lambdaOutputProperty = LambdaOutputProperty.builder()
.resourceArn("resourceArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationOutput.LambdaOutputProperty.Builder
A builder for
CfnApplicationOutput.LambdaOutputProperty |
static class |
CfnApplicationOutput.LambdaOutputProperty.Jsii$Proxy
An implementation for
CfnApplicationOutput.LambdaOutputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationOutput.LambdaOutputProperty.Builder |
builder() |
String |
getResourceArn()
The Amazon Resource Name (ARN) of the destination Lambda function to write to.
|
@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 CfnApplicationOutput.LambdaOutputProperty.Builder builder()
Copyright © 2022. All rights reserved.