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

ResourcePermission

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

Permission for the resource.

interface ResourcePermission {
Actions: string[];
Principal: string;
}

§Properties

§
Actions: string[]
[src]

The IAM action to grant or revoke permissions on.

§
Principal: string
[src]

The Amazon Resource Name (ARN) of the principal. This can be one of the following:

  • The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
  • The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
  • The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. (This is less common.)