Features
| Pricing | Documentation | Contact | Blog
Determines the number of packets that will be passed to the destination in each all.
To declare this entity in your AWS CloudFormation template, use the following syntax:
{ "Count" : Integer, "TimeoutInSeconds" : Double, "SizeInMB" : Double }
Count: Integer TimeoutInSeconds: Double SizeInMB: Double
The maximum number of packets to include in each batch.
Required: No
Type: Integer
Update requires: No interruption
The maximum amount of time (in seconds) that will elapse between a packet arriving at the listener and it being included in a batch.
Required: No
Type: Double
Update requires: No interruption
The maximum total size of base64 encoded data in each batch. Note that this setting is advisory, and at least one packet will always be included in a batch.
Required: No
Type: Double
Update requires: No interruption