@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-12T21:08:35.610Z") @Stability(value=Stable) public interface SqsEventSourceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SqsEventSourceProps.Builder
A builder for
SqsEventSourceProps |
static class |
SqsEventSourceProps.Jsii$Proxy
An implementation for
SqsEventSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static SqsEventSourceProps.Builder |
builder() |
default Number |
getBatchSize()
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.
|
default Boolean |
getEnabled()
If the SQS event source mapping should be enabled.
|
@Stability(value=Stable) @Nullable default Number getBatchSize()
Your function receives an event with all the retrieved records.
Valid Range: Minimum value of 1. Maximum value of 10.
Default: 10
@Stability(value=Stable) @Nullable default Boolean getEnabled()
Default: true
@Stability(value=Stable) static SqsEventSourceProps.Builder builder()
SqsEventSourceProps.Builder of SqsEventSourcePropsCopyright © 2021. All rights reserved.