Table of Contents

Class DisableRuleRequest

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Container for the parameters to the DisableRule operation. Disables the specified rule. A disabled rule won't match any events, and won't self-trigger if it has a schedule expression.

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.

public class DisableRuleRequest : AmazonEventBridgeRequest
Inheritance
DisableRuleRequest

Constructors

DisableRuleRequest()

public DisableRuleRequest()

Properties

EventBusName

Gets and sets the property EventBusName.

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

public string EventBusName { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The name of the rule.

public string Name { get; set; }

Property Value

string