Command option Sample:aws events remove-targets

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

Removes the specified targets from the specified rule.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/events/remove-targets.html

aws events remove-targets \
    Replacing EC2 On-Demand Instances With New Spot Instances - Alestic.com : http://alestic.com/2018/02/ec2-spot-cloudwatch-events-sns/
aws events remove-targets \
    A Tutorial on Automating Operational Tasks in AWS Lambda : http://binx.io/blog/2017/09/29/tutorial-on-automating-operational-tasks-in-aws-lambda/
aws events remove-targets --rule "DailyLambdaFunction" --ids "Target1"
    remove-targets — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/events/remove-targets.html
aws events remove-targets \
    GitHub - martijnvandongen/operational-tasks-lambda: Building operational tasks with lambda functions : http://github.com/martijnvandongen/operational-tasks-lambda

aws のオプション一覧