bytesPerSecond property

Input<int?>? bytesPerSecond
final

Limits the bandwidth utilized. For example, to set a maximum of 1 MB, set this value to 1048576. Value values: -1 or greater. Default: -1 (unlimited).

Implementation

final pulumi.Input<int?>? bytesPerSecond;