Command option Sample:aws events delete-rule

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

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

aws events delete-rule \
    Replacing EC2 On-Demand Instances With New Spot Instances - Alestic.com : http://alestic.com/2018/02/ec2-spot-cloudwatch-events-sns/
aws events delete-rule \
    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 delete-rule --name "EC2InstanceStateChanges"
    remove-targets — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/events/delete-rule.html
aws events delete-rule \
    GitHub - martijnvandongen/operational-tasks-lambda: Building operational tasks with lambda functions : http://github.com/martijnvandongen/operational-tasks-lambda

aws のオプション一覧