Learn R Programming

paws.application.integration (version 0.1.5)

eventbridge_enable_rule: Enables the specified rule

Description

Enables the specified rule. If the rule doesn't exist, the operation fails.

Usage

eventbridge_enable_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$enable_rule(
  Name = "string",
  EventBusName = "string"
)

Details

When you enable a rule, incoming events might not immediately start matching to a newly enabled rule. Allow a short period of time for changes to take effect.