| 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 |
IEventSourceDlq.Jsii$Default
Internal default implementation for
IEventSourceDlq. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEventSourceDlq.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IEventSourceDlq |
EventSourceMappingProps.Jsii$Proxy.getOnFailure() |
default IEventSourceDlq |
EventSourceMappingOptions.getOnFailure()
An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
IEventSourceDlq |
EventSourceMappingOptions.Jsii$Proxy.getOnFailure() |
| Modifier and Type | Method and Description |
|---|---|
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
EventSourceMappingOptions.getOnFailure() |
EventSourceMapping.Builder |
EventSourceMapping.Builder.onFailure(IEventSourceDlq onFailure)
An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
EventSourceMappingOptions.getOnFailure() |
| Modifier and Type | Class and Description |
|---|---|
class |
SnsDlq
An SNS dead letter queue destination configuration for a Lambda event source.
|
class |
SqsDlq
An SQS dead letter queue destination configuration for a Lambda event source.
|
| Modifier and Type | Method and Description |
|---|---|
IEventSourceDlq |
DynamoEventSourceProps.Jsii$Proxy.getOnFailure() |
default IEventSourceDlq |
StreamEventSourceProps.getOnFailure()
An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
IEventSourceDlq |
StreamEventSourceProps.Jsii$Proxy.getOnFailure() |
IEventSourceDlq |
KinesisEventSourceProps.Jsii$Proxy.getOnFailure() |
| Modifier and Type | Method and Description |
|---|---|
DynamoEventSourceProps.Builder |
DynamoEventSourceProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
StreamEventSourceProps.getOnFailure() |
StreamEventSourceProps.Builder |
StreamEventSourceProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
StreamEventSourceProps.getOnFailure() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.onFailure(IEventSourceDlq onFailure)
An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
DynamoEventSource.Builder |
DynamoEventSource.Builder.onFailure(IEventSourceDlq onFailure)
An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
KinesisEventSourceProps.Builder |
KinesisEventSourceProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
StreamEventSourceProps.getOnFailure() |
Copyright © 2022. All rights reserved.