Interface CfnDataSource.ILambdaConfigProperty
The LambdaConfig property type specifies the Lambda function ARN for an AWS AppSync data source.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.ILambdaConfigProperty
Syntax (vb)
Public Interface CfnDataSource.ILambdaConfigProperty
Remarks
LambdaConfig is a property of the AWS::AppSync::DataSource property type.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var lambdaConfigProperty = new LambdaConfigProperty {
LambdaFunctionArn = "lambdaFunctionArn"
};
Synopsis
Properties
| LambdaFunctionArn | The ARN for the Lambda function. |
Properties
LambdaFunctionArn
The ARN for the Lambda function.
string LambdaFunctionArn { get; }