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

PartnerEventSource

import type { PartnerEventSource } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";

A partner event source is created by an SaaS partner. If a customer creates a partner event bus that matches this event source, that Amazon Web Services account can receive events from the partner's applications or services.

interface PartnerEventSource {
Arn?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the partner event source.

§
Name?: string | null
[src]

The name of the partner event source.