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

PutRuleRequest

import type { PutRuleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eventbridge.ts";
interface PutRuleRequest {
Description?: string | null;
EventBusName?: string | null;
EventPattern?: string | null;
Name: string;
RoleArn?: string | null;
ScheduleExpression?: string | null;
State?: RuleState | null;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]
§
EventBusName?: string | null
[src]
§
EventPattern?: string | null
[src]
§
Name: string
[src]
§
RoleArn?: string | null
[src]
§
ScheduleExpression?: string | null
[src]
§
State?: RuleState | null
[src]
§
Tags?: Tag[] | null
[src]