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

AddProfilePermissionRequest

import type { AddProfilePermissionRequest } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface AddProfilePermissionRequest {
action: string;
principal: string;
profileName: string;
profileVersion?: string | null;
revisionId?: string | null;
statementId: string;
}

§Properties

§
action: string
[src]

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

§
principal: string
[src]

The AWS principal receiving cross-account permissions. This may be an IAM role or another AWS account ID.

§
profileName: string
[src]

The human-readable name of the signing profile.

§
profileVersion?: string | null
[src]

The version of the signing profile.

§
revisionId?: string | null
[src]

A unique identifier for the current profile revision.

§
statementId: string
[src]

A unique identifier for the cross-account permission statement.