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

DeleteRuleRequest

import type { DeleteRuleRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface DeleteRuleRequest {
EventBusName?: string | null;
Force?: boolean | 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.

§
Force?: boolean | null
[src]

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 DescribeRule or ListRules and checking the ManagedBy field of the response.

§
Name: string
[src]

The name of the rule.