| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Method and Description |
|---|---|
default StartingPosition |
EventSourceMappingOptions.getStartingPosition()
(experimental) The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
StartingPosition |
EventSourceMappingOptions.Jsii$Proxy.getStartingPosition() |
StartingPosition |
EventSourceMappingProps.Jsii$Proxy.getStartingPosition() |
static StartingPosition |
StartingPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartingPosition[] |
StartingPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EventSourceMapping.Builder |
EventSourceMapping.Builder.startingPosition(StartingPosition startingPosition)
(experimental) The position in the DynamoDB, Kinesis or MSK stream where AWS Lambda should start reading.
|
EventSourceMappingOptions.Builder |
EventSourceMappingOptions.Builder.startingPosition(StartingPosition startingPosition)
Sets the value of
EventSourceMappingOptions.getStartingPosition() |
EventSourceMappingProps.Builder |
EventSourceMappingProps.Builder.startingPosition(StartingPosition startingPosition)
Sets the value of
EventSourceMappingOptions.getStartingPosition() |
| 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 | Method and Description |
|---|---|
StartingPosition |
KinesisEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
KafkaEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
StreamEventSourceProps.getStartingPosition()
(experimental) Where to begin consuming the stream.
|
StartingPosition |
StreamEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
DynamoEventSourceProps.Jsii$Proxy.getStartingPosition() |
StartingPosition |
ManagedKafkaEventSourceProps.Jsii$Proxy.getStartingPosition() |
| 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
KinesisEventSourceProps.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(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.