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

DescribeEventBusResponse

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the account permitted to write events to the current account.

§
Name?: string | null
[src]

The name of the event bus. Currently, this is always default.

§
Policy?: string | null
[src]

The policy that enables the external account to send events to your account.