interface LambdaConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppSync.CfnChannelNamespacePropsMixin.LambdaConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappsync#CfnChannelNamespacePropsMixin_LambdaConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnChannelNamespacePropsMixin.LambdaConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_appsync.CfnChannelNamespacePropsMixin.LambdaConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appsync » CfnChannelNamespacePropsMixin » LambdaConfigProperty |
The LambdaConfig property type specifies the integration configuration for a Lambda data source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from '@aws-cdk/cfn-property-mixins';
const lambdaConfigProperty: appsync.CfnChannelNamespacePropsMixin.LambdaConfigProperty = {
invokeType: 'invokeType',
};
Properties
| Name | Type | Description |
|---|---|---|
| invoke | string | The invocation type for a Lambda data source. |
invokeType?
Type:
string
(optional)
The invocation type for a Lambda data source.

.NET
Go
Java
Python
TypeScript