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

CreateFolderRequest

import type { CreateFolderRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateFolderRequest {
AwsAccountId: string;
FolderId: string;
FolderType?: FolderType | null;
Name?: string | null;
ParentFolderArn?: string | null;
Permissions?: ResourcePermission[] | null;
Tags?: Tag[] | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account where you want to create the folder.

§
FolderId: string
[src]

The ID of the folder.

§
FolderType?: FolderType | null
[src]

The type of folder. By default, folderType is SHARED.

§
Name?: string | null
[src]

The name of the folder.

§
ParentFolderArn?: string | null
[src]

The Amazon Resource Name (ARN) for the parent folder.

ParentFolderArn can be null. An empty parentFolderArn creates a root-level folder.

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

A structure that describes the principals and the resource-level permissions of a folder.

To specify no permissions, omit Permissions.

§
Tags?: Tag[] | null
[src]

Tags for the folder.