paws.management (version 0.1.0)

cloudwatchevents_remove_targets: Removes the specified targets from the specified rule

Description

Removes the specified targets from the specified rule. When the rule is triggered, those targets are no longer be invoked.

Usage

cloudwatchevents_remove_targets(Rule, Ids, Force)

Arguments

Rule

[required] The name of the rule.

Ids

[required] The IDs of the targets to remove from the rule.

Force

If this is a managed rule, created by an AWS 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 DescribeRule or ListRules and checking the ManagedBy field of the response.

Request syntax

svc$remove_targets(
  Rule = "string",
  Ids = list(
    "string"
  ),
  Force = TRUE|FALSE
)

Details

When you remove a target, when the associated rule triggers, removed targets might continue to be invoked. Allow a short period of time for changes to take effect.

This action can partially fail if too many requests are made at the same time. If that happens, FailedEntryCount is non-zero in the response and each entry in FailedEntries provides the ID of the failed target and the error code.