eventbridge_delete_rule: Deletes the specified rule

View source: R/eventbridge_operations.R

eventbridge_delete_ruleR Documentation

Deletes the specified rule

Description

Deletes the specified rule.

See https://www.paws-r-sdk.com/docs/eventbridge_delete_rule/ for full documentation.

Usage

eventbridge_delete_rule(Name, EventBusName = NULL, Force = NULL)

Arguments

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 Force as True to delete the rule. This parameter is ignored for rules that are not managed rules. You can check whether a rule is a managed rule by using describe_rule or list_rules and checking the ManagedBy field of the response.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.