Class CfnChannelNamespace.LambdaConfigProperty
The LambdaConfig property type specifies the integration configuration for a Lambda data source.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannelNamespace.LambdaConfigProperty : CfnChannelNamespace.ILambdaConfigProperty
Syntax (vb)
Public Class CfnChannelNamespace.LambdaConfigProperty Implements CfnChannelNamespace.ILambdaConfigProperty
Remarks
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 {
InvokeType = "invokeType"
};
Synopsis
Constructors
| LambdaConfigProperty() | The |
Properties
| InvokeType | The invocation type for a Lambda data source. |
Constructors
LambdaConfigProperty()
The LambdaConfig property type specifies the integration configuration for a Lambda data source.
public LambdaConfigProperty()
Remarks
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 {
InvokeType = "invokeType"
};
Properties
InvokeType
The invocation type for a Lambda data source.
public string InvokeType { get; set; }