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

Permission

import type { Permission } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";

A cross-account permission for a signing profile.

interface Permission {
action?: string | null;
principal?: string | null;
profileVersion?: string | null;
statementId?: string | null;
}

§Properties

§
action?: string | null
[src]

An AWS Signer action permitted as part of cross-account permissions.

§
principal?: string | null
[src]

The AWS principal that has been granted a cross-account permission.

§
profileVersion?: string | null
[src]

The signing profile version that a permission applies to.

§
statementId?: string | null
[src]

A unique identifier for a cross-account permission statement.