View source: R/cloudwatchevents_operations.R
cloudwatchevents_disable_rule | R Documentation |
Disables the specified rule. A disabled rule won't match any events, and won't self-trigger if it has a schedule expression.
See https://www.paws-r-sdk.com/docs/cloudwatchevents_disable_rule/ for full documentation.
cloudwatchevents_disable_rule(Name, EventBusName = 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.