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