Uses of Interface
software.amazon.awscdk.services.lambda.EventInvokeConfigOptions
Package
Description
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of EventInvokeConfigOptions in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeInterfaceDescriptioninterface
Properties for creating a Lambda@Edge function.Modifier and TypeMethodDescriptionvoid
EdgeFunction.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation. -
Uses of EventInvokeConfigOptions in software.amazon.awscdk.services.lambda
Modifier and TypeInterfaceDescriptioninterface
Options forlambda.Alias
.interface
Properties for a new Lambda alias.interface
Properties to configure a new DockerImageFunction construct.interface
Properties for an EventInvokeConfig.interface
Non runtime options.interface
Example:interface
Properties for a newly created singleton Lambda.interface
Options forlambda.Version
.interface
Properties for a new Lambda version.Modifier and TypeClassDescriptionstatic final class
An implementation forAliasOptions
static final class
An implementation forAliasProps
static final class
An implementation forDockerImageFunctionProps
static final class
An implementation forEventInvokeConfigOptions
static final class
An implementation forEventInvokeConfigProps
static final class
An implementation forFunctionOptions
static final class
An implementation forFunctionProps
static final class
An implementation forSingletonFunctionProps
static final class
An implementation forVersionOptions
static final class
An implementation forVersionProps
Modifier and TypeMethodDescriptionEventInvokeConfigOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionFunction.addVersion
(String name, String codeSha256, String description, Number provisionedExecutions, EventInvokeConfigOptions asyncInvokeConfig) Deprecated.This method will create an AWS::Lambda::Version resource which snapshots the AWS Lambda function at the time of its creation and it won't get updated when the function changes.void
FunctionBase.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.default void
IAlias.Jsii$Default.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.final void
IAlias.Jsii$Proxy.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.void
IFunction.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.default void
IFunction.Jsii$Default.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.final void
IFunction.Jsii$Proxy.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.default void
IVersion.Jsii$Default.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.final void
IVersion.Jsii$Proxy.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation.void
QualifiedFunctionBase.configureAsyncInvoke
(EventInvokeConfigOptions options) Configures options for asynchronous invocation. -
Uses of EventInvokeConfigOptions in software.amazon.awscdk.services.lambda.go
Modifier and TypeInterfaceDescriptioninterface
(experimental) Properties for a GolangFunction. -
Uses of EventInvokeConfigOptions in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeInterfaceDescriptioninterface
Properties for a NodejsFunction. -
Uses of EventInvokeConfigOptions in software.amazon.awscdk.services.lambda.python
Modifier and TypeInterfaceDescriptioninterface
(experimental) Properties for a PythonFunction. -
Uses of EventInvokeConfigOptions in software.amazon.awscdk.triggers