View source: R/eventbridge_operations.R
eventbridge_delete_rule | R Documentation |
Deletes the specified rule.
See https://www.paws-r-sdk.com/docs/eventbridge_delete_rule/ for full documentation.
eventbridge_delete_rule(Name, EventBusName = NULL, Force = NULL)
Name |
[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. |
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.