| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEventSourceMapping.Jsii$Default
Internal default implementation for
IEventSourceMapping. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventSourceMapping
(experimental) Defines a Lambda EventSourceMapping resource.
|
static class |
IEventSourceMapping.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IEventSourceMapping |
EventSourceMapping.fromEventSourceMappingId(software.constructs.Construct scope,
String id,
String eventSourceMappingId)
(experimental) Import an event source into this stack from its event source id.
|
| Modifier and Type | Method and Description |
|---|---|
DlqDestinationConfig |
IEventSourceDlq.bind(IEventSourceMapping target,
IFunction targetHandler)
(experimental) Returns the DLQ destination config of the DLQ.
|
DlqDestinationConfig |
IEventSourceDlq.Jsii$Proxy.bind(IEventSourceMapping target,
IFunction targetHandler)
(experimental) Returns the DLQ destination config of the DLQ.
|
default DlqDestinationConfig |
IEventSourceDlq.Jsii$Default.bind(IEventSourceMapping target,
IFunction targetHandler)
(experimental) Returns the DLQ destination config of the DLQ.
|
| Modifier and Type | Method and Description |
|---|---|
DlqDestinationConfig |
SnsDlq.bind(IEventSourceMapping _target,
IFunction targetHandler)
(experimental) Returns a destination configuration for the DLQ.
|
DlqDestinationConfig |
SqsDlq.bind(IEventSourceMapping _target,
IFunction targetHandler)
(experimental) Returns a destination configuration for the DLQ.
|
Copyright © 2021. All rights reserved.