cloudwatchevents_put_targets {paws.management} | R Documentation |
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule
Description
Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
See https://www.paws-r-sdk.com/docs/cloudwatchevents_put_targets/ for full documentation.
Usage
cloudwatchevents_put_targets(Rule, EventBusName = NULL, Targets)
Arguments
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. |
Targets |
[required] The targets to update or add to the rule. |
[Package paws.management version 0.7.0 Index]