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

PutPermissionRequest

import type { PutPermissionRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/eventbridge.ts";
interface PutPermissionRequest {
Action?: string | null;
Condition?: Condition | null;
EventBusName?: string | null;
Policy?: string | null;
Principal?: string | null;
StatementId?: string | null;
}

§Properties

§
Action?: string | null
[src]
§
Condition?: Condition | null
[src]
§
EventBusName?: string | null
[src]
§
Policy?: string | null
[src]
§
Principal?: string | null
[src]
§
StatementId?: string | null
[src]