Name | Description | Schema | Default | Example |
---|---|---|---|---|
type required |
Type of the throttling limit. Allowed values are \"RequestCountLimit\" and \"BandwidthLimit\". Please see schemas of each of those throttling limit types in Definitions section. |
string | null |
RequestCountLimit |
timeUnit required |
Unit of the time. Allowed values are \"sec\", \"min\", \"hour\", \"day\" |
string | null |
min |
unitTime required |
Time limit that the throttling limit applies. |
integer | null |
10 |
dataAmount optional |
Amount of data allowed to be transfered |
long | null |
1000 |
dataUnit optional |
Unit of data allowed to be transfered. Allowed values are \"KB\", \"MB\" and \"GB\" |
string | null |
KB |