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

CreatePartnerEventSourceRequest

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

§Properties

§
Account: string
[src]

The Amazon Web Services account ID that is permitted to create a matching partner event bus for this partner event source.

§
Name: string
[src]

The name of the partner event source. This name must be unique and must be in the format _partner_name_/_event_namespace_/_event_name_. The Amazon Web Services account that wants to use this partner event source must create a partner event bus with a name that matches the name of the partner event source.