| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| 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 | 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.
|
EventSourceMapping |
EventSourceMapping.Builder.build() |
Copyright © 2021. All rights reserved.