@Stability(value=Stable)
public static interface CfnDataSource.LambdaConfigProperty
extends software.amazon.jsii.JsiiSerializable
LambdaConfig is a property of the AWS::AppSync::DataSource property type.
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.appsync.*;
LambdaConfigProperty lambdaConfigProperty = LambdaConfigProperty.builder()
.lambdaFunctionArn("lambdaFunctionArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.LambdaConfigProperty.Builder
A builder for
CfnDataSource.LambdaConfigProperty |
static class |
CfnDataSource.LambdaConfigProperty.Jsii$Proxy
An implementation for
CfnDataSource.LambdaConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.LambdaConfigProperty.Builder |
builder() |
String |
getLambdaFunctionArn()
The ARN for the Lambda function.
|
@Stability(value=Stable) @NotNull String getLambdaFunctionArn()
@Stability(value=Stable) static CfnDataSource.LambdaConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.