| 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() |
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.
|
| Constructor and Description |
|---|
Jsii$Proxy(IFunction target,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String eventSourceArn,
List<String> kafkaBootstrapServers,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
List<? extends SourceAccessConfiguration> sourceAccessConfigurations,
StartingPosition startingPosition,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingProps.Builder. |
Jsii$Proxy(Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
String eventSourceArn,
List<String> kafkaBootstrapServers,
String kafkaTopic,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
List<? extends SourceAccessConfiguration> sourceAccessConfigurations,
StartingPosition startingPosition,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
EventSourceMappingOptions.Builder. |
Copyright © 2021. All rights reserved.