AWS cli medium security documentation change
Summary
Added 'rateLimiterStatus' field documentation showing rate limiter metrics for connections and updated CLI version
Security assessment
Inclusion of rate limiter status metrics enables monitoring of network traffic controls critical for security operations and DDoS prevention on interconnect connections.
Diff
diff --git a/cli/latest/reference/directconnect/describe-connections-on-interconnect.md b/cli/latest/reference/directconnect/describe-connections-on-interconnect.md index e95e0d12a..6dc859899 100644 --- a//cli/latest/reference/directconnect/describe-connections-on-interconnect.md +++ b//cli/latest/reference/directconnect/describe-connections-on-interconnect.md @@ -13 +13 @@ - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) » @@ -442,0 +443,20 @@ connections -> (list) +>> rateLimiterStatus -> (structure) +>> +>>> The rate limiter status for the connection, including how many rate limiters are in use and the maximum allowed. +>>> +>>> maxAllowed -> (integer) +>>> +>>>> The maximum number of rate limiters allowed on the connection. +>>> +>>> inUse -> (integer) +>>> +>>>> The number of rate limiters currently in use on the connection. +>>> +>>> remaining -> (integer) +>>> +>>>> The number of rate limiters remaining (available) on the connection. +>>> +>>> totalBandwidth -> (string) +>>> +>>>> The total bandwidth allocated across all rate limiters on the connection. +>> @@ -454 +474 @@ nextToken -> (string) - * [AWS CLI 2.35.5 Command Reference](../../index.html) » + * [AWS CLI 2.35.8 Command Reference](../../index.html) »