| Modifier and Type | Interface and Description |
|---|---|
interface |
EventSourceMappingProps
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 |
IFunction.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
IFunction.Jsii$Proxy.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
default EventSourceMapping |
IFunction.Jsii$Default.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
IAlias.Jsii$Proxy.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
default EventSourceMapping |
IAlias.Jsii$Default.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
IVersion.Jsii$Proxy.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
default EventSourceMapping |
IVersion.Jsii$Default.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
EventSourceMapping |
FunctionBase.addEventSourceMapping(String id,
EventSourceMappingOptions options)
Adds an event source that maps to this AWS Lambda function.
|
Copyright © 2023. All rights reserved.