Interface CfnChannelNamespace.LambdaConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelNamespace.LambdaConfigProperty.Jsii$Proxy
- Enclosing class:
CfnChannelNamespace
@Stability(Stable)
public static interface CfnChannelNamespace.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.services.appsync.*; LambdaConfigProperty lambdaConfigProperty = LambdaConfigProperty.builder() .invokeType("invokeType") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannelNamespace.LambdaConfigProperty
static final class
An implementation forCfnChannelNamespace.LambdaConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInvokeType
The invocation type for a Lambda data source.- See Also:
-
builder
-