| 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 |
|---|---|
default IEventSourceDlq |
EventSourceMappingOptions.getOnFailure()
An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
IEventSourceDlq |
EventSourceMappingOptions.Jsii$Proxy.getOnFailure() |
IEventSourceDlq |
EventSourceMappingProps.Jsii$Proxy.getOnFailure() |
| Modifier and Type | Method and Description |
|---|---|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.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.
|
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
EventSourceMappingOptions.getOnFailure() |
| Constructor and Description |
|---|
Jsii$Proxy(IFunction target,
String eventSourceArn,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
StartingPosition startingPosition)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingProps.Builder. |
Jsii$Proxy(String eventSourceArn,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
StartingPosition startingPosition)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingOptions.Builder. |
Copyright © 2021. All rights reserved.