| Modifier and Type | Interface and Description |
|---|---|
interface |
AliasOptions
Options for `lambda.Alias`.
|
interface |
AliasProps
Properties for a new Lambda alias.
|
interface |
DockerImageFunctionProps
Properties to configure a new DockerImageFunction construct.
|
interface |
EventInvokeConfigProps
Properties for an EventInvokeConfig.
|
interface |
FunctionOptions
Non runtime options.
|
interface |
FunctionProps
Example:
|
interface |
SingletonFunctionProps
Properties for a newly created singleton Lambda.
|
interface |
VersionOptions
Options for `lambda.Version`.
|
interface |
VersionProps
Properties for a new Lambda version.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AliasOptions.Jsii$Proxy
An implementation for
AliasOptions |
static class |
AliasProps.Jsii$Proxy
An implementation for
AliasProps |
static class |
DockerImageFunctionProps.Jsii$Proxy
An implementation for
DockerImageFunctionProps |
static class |
EventInvokeConfigOptions.Jsii$Proxy
An implementation for
EventInvokeConfigOptions |
static class |
EventInvokeConfigProps.Jsii$Proxy
An implementation for
EventInvokeConfigProps |
static class |
FunctionOptions.Jsii$Proxy
An implementation for
FunctionOptions |
static class |
FunctionProps.Jsii$Proxy
An implementation for
FunctionProps |
static class |
SingletonFunctionProps.Jsii$Proxy
An implementation for
SingletonFunctionProps |
static class |
VersionOptions.Jsii$Proxy
An implementation for
VersionOptions |
static class |
VersionProps.Jsii$Proxy
An implementation for
VersionProps |
| Modifier and Type | Method and Description |
|---|---|
EventInvokeConfigOptions |
EventInvokeConfigOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Function.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. Instead, use
`this.currentVersion` to obtain a reference to a version resource that gets
automatically recreated when the function configuration (or code) changes.
|
void |
IFunction.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
void |
IFunction.Jsii$Proxy.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
default void |
IFunction.Jsii$Default.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
void |
IAlias.Jsii$Proxy.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
default void |
IAlias.Jsii$Default.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
void |
QualifiedFunctionBase.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
void |
IVersion.Jsii$Proxy.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
default void |
IVersion.Jsii$Default.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
void |
FunctionBase.configureAsyncInvoke(EventInvokeConfigOptions options)
Configures options for asynchronous invocation.
|
Copyright © 2023. All rights reserved.