Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DisableRuleRequest

import type { DisableRuleRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface DisableRuleRequest {
EventBusName?: string | null;
Name: string;
}

§Properties

§
EventBusName?: string | null
[src]

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

§
Name: string
[src]

The name of the rule.