Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-datasource-lambdaconfig.html#cfn-appsync-datasource-lambdaconfig-lambdafunctionarn

Back to top Generated by DocFX