Interface CfnChannelNamespacePropsMixin.LambdaConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannelNamespacePropsMixin.LambdaConfigProperty.Jsii$Proxy
Enclosing class:
CfnChannelNamespacePropsMixin

@Stability(Stable) public static interface CfnChannelNamespacePropsMixin.LambdaConfigProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.appsync.*;
 LambdaConfigProperty lambdaConfigProperty = LambdaConfigProperty.builder()
         .invokeType("invokeType")
         .build();
 

See Also: