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

RemovePermissionRequest

import type { RemovePermissionRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface RemovePermissionRequest {
EventBusName?: string | null;
RemoveAllPermissions?: boolean | null;
StatementId?: string | null;
}

§Properties

§
EventBusName?: string | null
[src]

The name of the event bus to revoke permissions for. If you omit this, the default event bus is used.

§
RemoveAllPermissions?: boolean | null
[src]

Specifies whether to remove all permissions.

§
StatementId?: string | null
[src]

The statement ID corresponding to the account that is no longer allowed to put events to the default event bus.