Learn R Programming

paws.management (version 0.1.6)

cloudwatchevents_disable_rule: Disables the specified rule

Description

Disables the specified rule. A disabled rule won\'t match any events and won\'t self-trigger if it has a schedule expression.

Usage

cloudwatchevents_disable_rule(Name, EventBusName)

Arguments

Name

[required] The name of the rule.

EventBusName

The event bus associated with the rule. If you omit this, the default event bus is used.

Request syntax

svc$disable_rule(
  Name = "string",
  EventBusName = "string"
)

Details

When you disable a rule, incoming events might continue to match to the disabled rule. Allow a short period of time for changes to take effect.