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/eventbridge_remove_targets/ for full documentation.
eventbridge_remove_targets(Rule, EventBusName = NULL, Ids, Force = NULL)
[required] The name of the rule.
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
[required] The IDs of the targets to remove from the rule.
If this is a managed rule, created by an Amazon Web Services service on
your behalf, you must specify Force
as True
to remove targets. This
parameter is ignored for rules that are not managed rules. You can check
whether a rule is a managed rule by using
describe_rule
or
list_rules
and checking the ManagedBy
field of the response.