/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
events
/
Upload File
HOME
**To remove a target for an event** This example removes the Amazon Kinesis stream named MyStream1 from being a target of the rule DailyLambdaFunction. When DailyLambdaFunction was created, this stream was set as a target with an ID of Target1:: aws events remove-targets --rule "DailyLambdaFunction" --ids "Target1"