Command option Sample:aws ec2 delete-vpn-connection-route

Search command sample in the internet.It is the result.

Deletes the specified static route associated with a VPN connectionbetween an existing virtual private gateway and a VPN customergateway.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/delete-vpn-connection-route.html

aws ec2 delete-vpn-connection-route --vpn-connection-id vpn-40f41529 --destination-cidr-block *.*.*.*/16
    delete-vpn-gateway — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/delete-vpn-connection-route.html
aws ec2 delete-vpn-connection-route \
    Deleting a VPN Connection Route - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Deleting+a+VPN+Connection+Route

aws のオプション一覧