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

DescribeRuleResponse

import type { DescribeRuleResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface DescribeRuleResponse {
Arn?: string | null;
CreatedBy?: string | null;
Description?: string | null;
EventBusName?: string | null;
EventPattern?: string | null;
ManagedBy?: string | null;
Name?: string | null;
RoleArn?: string | null;
ScheduleExpression?: string | null;
State?: RuleState | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the rule.

§
CreatedBy?: string | null
[src]

The account ID of the user that created the rule. If you use PutRule to put a rule on an event bus in another account, the other account is the owner of the rule, and the rule ARN includes the account ID for that account. However, the value for CreatedBy is the account ID as the account that created the rule in the other account.

§
Description?: string | null
[src]

The description of the rule.

§
EventBusName?: string | null
[src]

The name of the event bus associated with the rule.

§
EventPattern?: string | null
[src]

The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

§
ManagedBy?: string | null
[src]

If this is a managed rule, created by an Amazon Web Services service on your behalf, this field displays the principal name of the Amazon Web Services service that created the rule.

§
Name?: string | null
[src]

The name of the rule.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role associated with the rule.

§
ScheduleExpression?: string | null
[src]

The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".

§
State?: RuleState | null
[src]

Specifies whether the rule is enabled or disabled.