| 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
|
| Modifier and Type | Method and Description |
|---|---|
EventSourceMapping |
EdgeFunction.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventSourceMappingProps
(experimental) Properties for declaring a new event source mapping.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EventSourceMappingOptions.Jsii$Proxy
An implementation for
EventSourceMappingOptions |
static class |
EventSourceMappingProps.Jsii$Proxy
An implementation for
EventSourceMappingProps |
| Modifier and Type | Method and Description |
|---|---|
EventSourceMappingOptions |
EventSourceMappingOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
EventSourceMapping |
IAlias.Jsii$Proxy.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
default EventSourceMapping |
IAlias.Jsii$Default.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
IVersion.Jsii$Proxy.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
default EventSourceMapping |
IVersion.Jsii$Default.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
IFunction.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
IFunction.Jsii$Proxy.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
default EventSourceMapping |
IFunction.Jsii$Default.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
FunctionBase.addEventSourceMapping(String id,
EventSourceMappingOptions options)
(experimental) Adds an event source that maps to this AWS Lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
protected EventSourceMappingOptions |
StreamEventSource.enrichMappingOptions(EventSourceMappingOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected EventSourceMappingOptions |
StreamEventSource.enrichMappingOptions(EventSourceMappingOptions options) |
Copyright © 2021. All rights reserved.