AWS cli documentation change
Summary
Changed --target-vpc-subnet-id from required to optional parameter, clarifying it's only required for VPC-based endpoints, not Transit Gateway-based endpoints
Security assessment
This is a parameter requirement change to support the new Transit Gateway feature. No security vulnerabilities are addressed, and no security documentation is added. The change is purely functional to accommodate different endpoint types.
Diff
diff --git a/cli/latest/reference/ec2/create-client-vpn-route.md b/cli/latest/reference/ec2/create-client-vpn-route.md index 9afa7577f..8d98145af 100644 --- a//cli/latest/reference/ec2/create-client-vpn-route.md +++ b//cli/latest/reference/ec2/create-client-vpn-route.md @@ -15 +15 @@ - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) » @@ -70 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20 - --target-vpc-subnet-id <value> + [--target-vpc-subnet-id <value>] @@ -114 +114 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20 -`--target-vpc-subnet-id` (string) [required] +`--target-vpc-subnet-id` (string) @@ -118,0 +119,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ec2-20 +> +> This parameter is required for VPC-based Client VPN endpoints. For Transit Gateway-based endpoints, this parameter is not required. @@ -307 +309 @@ Status -> (structure) - * [AWS CLI 2.34.32 Command Reference](../../index.html) » + * [AWS CLI 2.34.34 Command Reference](../../index.html) »