View source: R/cloudwatchevents_operations.R
cloudwatchevents_remove_targets | R Documentation |
Removes the specified targets from the specified rule. When the rule is triggered, those targets are no longer be invoked.
See https://www.paws-r-sdk.com/docs/cloudwatchevents_remove_targets/ for full documentation.
cloudwatchevents_remove_targets(Rule, EventBusName = NULL, Ids, Force = NULL)
Rule |
[required] The name of the rule. |
EventBusName |
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used. |
Ids |
[required] The IDs of the targets to remove from the rule. |
Force |
If this is a managed rule, created by an Amazon Web Services service on
your behalf, you must specify |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.