AWS cli documentation change
Summary
Added 'TunnelBandwidth' parameter documentation for VPN tunnel options
Security assessment
Performance-related tunnel bandwidth documentation without security implications mentioned in the change.
Diff
diff --git a/cli/latest/reference/ec2/modify-vpn-tunnel-options.md b/cli/latest/reference/ec2/modify-vpn-tunnel-options.md index 89adac3e3..193fb7c2c 100644 --- a//cli/latest/reference/ec2/modify-vpn-tunnel-options.md +++ b//cli/latest/reference/ec2/modify-vpn-tunnel-options.md @@ -15 +15 @@ - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) » @@ -861,0 +862,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` +>>> + @@ -1010 +1021 @@ VpnConnection -> (structure) - * [AWS CLI 2.31.32 Command Reference](../../index.html) » + * [AWS CLI 2.31.35 Command Reference](../../index.html) »