BatchConfig
Configuration settings for batching.
Contents
- maxBatchOpenMs
-
The maximum amount of time (in milliseconds) that an outgoing call waits for other calls with which it batches messages of the same type. The higher the setting, the longer the latency of the batched HTTP Action will be.
Type: Integer
Valid Range: Minimum value of 5. Maximum value of 200.
Required: No
- maxBatchSize
-
The maximum number of messages that are batched together in a single action execution.
Type: Integer
Valid Range: Minimum value of 2. Maximum value of 10.
Required: No
- maxBatchSizeBytes
-
Maximum size of a message batch, in bytes.
Type: Integer
Valid Range: Minimum value of 100. Maximum value of 131072.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: