| 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()
(experimental) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
IEventSourceDlq |
EventSourceMappingOptions.Jsii$Proxy.getOnFailure() |
| Modifier and Type | Method and Description |
|---|---|
EventSourceMapping.Builder |
EventSourceMapping.Builder.onFailure(IEventSourceDlq onFailure)
(experimental) 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() |
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
EventSourceMappingOptions.getOnFailure() |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
SnsDlq
(experimental) An SNS dead letter queue destination configuration for a Lambda event source.
|
class |
SqsDlq
(experimental) An SQS dead letter queue destination configuration for a Lambda event source.
|
| Modifier and Type | Method and Description |
|---|---|
IEventSourceDlq |
KafkaEventSourceProps.Jsii$Proxy.getOnFailure() |
IEventSourceDlq |
ManagedKafkaEventSourceProps.Jsii$Proxy.getOnFailure() |
IEventSourceDlq |
KinesisEventSourceProps.Jsii$Proxy.getOnFailure() |
IEventSourceDlq |
DynamoEventSourceProps.Jsii$Proxy.getOnFailure() |
default IEventSourceDlq |
StreamEventSourceProps.getOnFailure()
(experimental) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
IEventSourceDlq |
StreamEventSourceProps.Jsii$Proxy.getOnFailure() |
IEventSourceDlq |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getOnFailure() |
| Modifier and Type | Method and Description |
|---|---|
DynamoEventSource.Builder |
DynamoEventSource.Builder.onFailure(IEventSourceDlq onFailure)
(experimental) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
KafkaEventSourceProps.Builder |
KafkaEventSourceProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
StreamEventSourceProps.getOnFailure() |
ManagedKafkaEventSourceProps.Builder |
ManagedKafkaEventSourceProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
StreamEventSourceProps.getOnFailure() |
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.onFailure(IEventSourceDlq onFailure)
(experimental) 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() |
KinesisEventSource.Builder |
KinesisEventSource.Builder.onFailure(IEventSourceDlq onFailure)
(experimental) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
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() |
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.onFailure(IEventSourceDlq onFailure)
Sets the value of
StreamEventSourceProps.getOnFailure() |
ManagedKafkaEventSource.Builder |
ManagedKafkaEventSource.Builder.onFailure(IEventSourceDlq onFailure)
(experimental) An Amazon SQS queue or Amazon SNS topic destination for discarded records.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<String> bootstrapServers,
AuthenticationMethod authenticationMethod,
ISecurityGroup securityGroup,
IVpc vpc,
SubnetSelection vpcSubnets,
String topic,
ISecret secret,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
SelfManagedKafkaEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
KinesisEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
DynamoEventSourceProps.Builder. |
Jsii$Proxy(StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
StreamEventSourceProps.Builder. |
Jsii$Proxy(String topic,
ISecret secret,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
KafkaEventSourceProps.Builder. |
Jsii$Proxy(String clusterArn,
String topic,
ISecret secret,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Boolean reportBatchItemFailures,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
ManagedKafkaEventSourceProps.Builder. |
Copyright © 2021. All rights reserved.