MDAA TS Docs
    Preparing search index...

    Permission entry for a QuickSight shared folder, mapping a principal to a folder action.

    Use cases: Folder read access for consumers; Author access for BI developers

    AWS: QuickSight shared folder permissions

    Validation: Both principal and actions are required

    interface SharedFoldersPermissionsProps {
        actions: FolderActions;
        principal: string;
    }
    Index

    Properties

    Properties

    actions: FolderActions

    Folder permission level granted to the principal.

    Use cases: Read-only dashboard consumers; Full authoring access for BI developers

    AWS: QuickSight folder actions (DescribeFolder for READER, full CRUD for AUTHOR)

    Validation: Required; 'READER_FOLDER' | 'AUTHOR_FOLDER'

    principal: string

    Principal name referencing a QuickSight user or group from the project's principals map.

    Use cases: Group-based folder access; User-specific permissions

    AWS: QuickSight principal (user or group)

    Validation: Required; must match a key in the project principals configuration