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