Command option Sample:aws ec2 disable-vgw-route-propagation

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

Disables a virtual private gateway (VGW) from propagating routes to aspecified route table of a VPC.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/disable-vgw-route-propagation.html

aws ec2 disable-vgw-route-propagation --route-table-id rtb-22574640 --gateway-id vgw-9a4cacf3
    enable-vgw-route-propagation — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/disable-vgw-route-propagation.html
aws ec2 disable-vgw-route-propagation \
    Disabling Route Propagation - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Disabling+Route+Propagation

aws のオプション一覧