AWS cli documentation change
Summary
Added 'TunnelBandwidth' parameter documentation for VPN connections
Security assessment
Documents throughput capacity settings without any security implications mentioned. Change appears performance-related.
Diff
diff --git a/cli/latest/reference/ec2/modify-vpn-connection-options.md b/cli/latest/reference/ec2/modify-vpn-connection-options.md index eb7598313..11242fb62 100644 --- a//cli/latest/reference/ec2/modify-vpn-connection-options.md +++ b//cli/latest/reference/ec2/modify-vpn-connection-options.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -549,0 +550,11 @@ VpnConnection -> (structure) +>> +>> 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` +>>> + @@ -698 +709 @@ VpnConnection -> (structure) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »