AWS cli documentation change
Summary
Added TunnelBandwidth field documentation showing configured VPN tunnel throughput
Security assessment
Documents throughput capacity configuration without security implications. No mention of encryption or vulnerability mitigation.
Diff
diff --git a/cli/latest/reference/ec2/describe-vpn-connections.md b/cli/latest/reference/ec2/describe-vpn-connections.md index 03d8db062..b8799f0c7 100644 --- a//cli/latest/reference/ec2/describe-vpn-connections.md +++ b//cli/latest/reference/ec2/describe-vpn-connections.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -600,0 +601,11 @@ VpnConnections -> (list) +>>> +>>> TunnelBandwidth -> (string) +>>> +>>>> The configured bandwidth for the VPN tunnel. Represents the current throughput capacity setting for the tunnel connection. `standard` tunnel bandwidth supports up to 1.25 Gbps per tunnel while `large` supports up to 5 Gbps per tunnel. If no tunnel bandwidth was specified for the connection, `standard` is used as the default value. +>>>> +>>>> Possible values: +>>>> +>>>> * `standard` +>>>> * `large` +>>>> + @@ -749 +760 @@ VpnConnections -> (list) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »