View source: R/eventbridge_operations.R
eventbridge_put_targets | R Documentation |
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/eventbridge_put_targets/ for full documentation.
eventbridge_put_targets(Rule, EventBusName = NULL, Targets)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.