Features | Pricing | Documentation | Contact | Blog

Proxylity::UdpGateway::Listener Batching

Determines the number of packets that will be passed to the destination in each all.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

    {
        "Count" : Integer,
        "TimeoutInSeconds" : Double,
        "SizeInMB" : Double
    }
    

YAML

    Count: Integer
    TimeoutInSeconds: Double
    SizeInMB: Double
    

Properties

Count

The maximum number of packets to include in each batch.

Required: No

Type: Integer

Update requires: No interruption

TimeoutInSeconds

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

SizeInMB

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