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

LinkSharingConfiguration

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

A structure that contains the configuration of a shareable link to the dashboard.

interface LinkSharingConfiguration {
Permissions?: ResourcePermission[] | null;
}

§Properties

§
Permissions?: ResourcePermission[] | null
[src]

A structure that contains the permissions of a shareable link.