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

CreateDiscovererRequest

import type { CreateDiscovererRequest } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface CreateDiscovererRequest {
CrossAccount?: boolean | null;
Description?: string | null;
SourceArn: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CrossAccount?: boolean | null
[src]

Support discovery of schemas in events sent to the bus from another account. (default: true).

§
Description?: string | null
[src]

A description for the discoverer.

§
SourceArn: string
[src]

The ARN of the event bus.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags associated with the resource.