| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| software.amazon.awscdk.services.lambda.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Method and Description |
|---|---|
List<IEventSource> |
EdgeFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeFunction.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEventSource.Jsii$Default
Internal default implementation for
IEventSource. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEventSource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<IEventSource> |
DockerImageFunctionProps.Jsii$Proxy.getEvents() |
List<IEventSource> |
FunctionProps.Jsii$Proxy.getEvents() |
default List<IEventSource> |
FunctionOptions.getEvents()
(experimental) Event sources for this function.
|
List<IEventSource> |
FunctionOptions.Jsii$Proxy.getEvents() |
List<IEventSource> |
SingletonFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
IVersion.Jsii$Proxy.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
default void |
IVersion.Jsii$Default.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
void |
IAlias.Jsii$Proxy.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
default void |
IAlias.Jsii$Default.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
void |
FunctionBase.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
void |
IFunction.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
void |
IFunction.Jsii$Proxy.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
default void |
IFunction.Jsii$Default.addEventSource(IEventSource source)
(experimental) Adds an event source to this function.
|
| Modifier and Type | Method and Description |
|---|---|
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
FunctionProps.Builder |
FunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
SingletonFunction.Builder |
SingletonFunction.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
Function.Builder |
Function.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
FunctionOptions.Builder |
FunctionOptions.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiEventSource
Example:
|
class |
DynamoEventSource
(experimental) Use an Amazon DynamoDB stream as an event source for AWS Lambda.
|
class |
KinesisEventSource
(experimental) Use an Amazon Kinesis stream as an event source for AWS Lambda.
|
class |
ManagedKafkaEventSource
(experimental) Use a MSK cluster as a streaming source for AWS Lambda.
|
class |
S3EventSource
(experimental) Use S3 bucket notifications as an event source for AWS Lambda.
|
class |
SelfManagedKafkaEventSource
(experimental) Use a self hosted Kafka installation as a streaming source for AWS Lambda.
|
class |
SnsEventSource
(experimental) Use an Amazon SNS topic as an event source for AWS Lambda.
|
class |
SqsEventSource
(experimental) Use an Amazon SQS queue as an event source for AWS Lambda.
|
class |
StreamEventSource
(experimental) Use an stream as an event source for AWS Lambda.
|
| Modifier and Type | Method and Description |
|---|---|
List<IEventSource> |
GoFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
GoFunction.Builder |
GoFunction.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
List<IEventSource> |
NodejsFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
NodejsFunction.Builder |
NodejsFunction.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
| Modifier and Type | Method and Description |
|---|---|
List<IEventSource> |
PythonFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunction.Builder |
PythonFunction.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
List<IEventSource> |
TriggerFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.events(List<? extends IEventSource> events)
(experimental) Event sources for this function.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
Copyright © 2022. All rights reserved.