Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
events
📤 Upload
📝 New File
📁 New Folder
Close
Editing: remove-targets.rst
**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"
Save
Cancel