| 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.nodejs |
Amazon Lambda Node.js 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)
Adds an event source to this function.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.events(List<? extends IEventSource> events)
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 |
|---|---|
default List<IEventSource> |
FunctionOptions.getEvents()
Event sources for this function.
|
List<IEventSource> |
FunctionOptions.Jsii$Proxy.getEvents() |
List<IEventSource> |
DockerImageFunctionProps.Jsii$Proxy.getEvents() |
List<IEventSource> |
SingletonFunctionProps.Jsii$Proxy.getEvents() |
List<IEventSource> |
FunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionBase.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IAlias.Jsii$Proxy.addEventSource(IEventSource source)
Adds an event source to this function.
|
default void |
IAlias.Jsii$Default.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IFunction.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IFunction.Jsii$Proxy.addEventSource(IEventSource source)
Adds an event source to this function.
|
default void |
IFunction.Jsii$Default.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IVersion.Jsii$Proxy.addEventSource(IEventSource source)
Adds an event source to this function.
|
default void |
IVersion.Jsii$Default.addEventSource(IEventSource source)
Adds an event source to this function.
|
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
FunctionOptions.Builder |
FunctionOptions.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.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() |
FunctionProps.Builder |
FunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
SingletonFunction.Builder |
SingletonFunction.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApiEventSource
Example:
|
class |
DynamoEventSource
Use an Amazon DynamoDB stream as an event source for AWS Lambda.
|
class |
KinesisEventSource
Use an Amazon Kinesis stream as an event source for AWS Lambda.
|
class |
ManagedKafkaEventSource
Use a MSK cluster as a streaming source for AWS Lambda.
|
class |
S3EventSource
Use S3 bucket notifications as an event source for AWS Lambda.
|
class |
SelfManagedKafkaEventSource
Use a self hosted Kafka installation as a streaming source for AWS Lambda.
|
class |
SnsEventSource
Use an Amazon SNS topic as an event source for AWS Lambda.
|
class |
SqsEventSource
Use an Amazon SQS queue as an event source for AWS Lambda.
|
class |
StreamEventSource
Use an stream as an event source for AWS Lambda.
|
| 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)
Event sources for this function.
|
| 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)
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.