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

GetPermissionRequest

import type { GetPermissionRequest } from "https://aws-api.deno.dev/v0.3/services/ram.ts?docs=full";
interface GetPermissionRequest {
permissionArn: string;
permissionVersion?: number | null;
}

§Properties

§
permissionArn: string
[src]

Specifies the Amazon Resoure Name (ARN) of the permission whose contents you want to retrieve. To find the ARN for a permission, use either the "ListPermissions" operation or go to the Permissions library page in the RAM console and then choose the name of the permission. The ARN is displayed on the detail page.

§
permissionVersion?: number | null
[src]

Specifies identifier for the version of the RAM permission to retrieve. If you don't specify this parameter, the operation retrieves the default version.