MDAA TS Docs
    Preparing search index...

    Permission entry for a QuickSight data source, mapping a principal to a data source action.

    Use cases: Read-only data source access; Full author access for data source management

    AWS: QuickSight data source permissions

    Validation: Both actions and principal are required

    interface DataSourcePermissionsProps {
        actions: DataSourceActions;
        principal: string;
    }
    Index

    Properties

    Properties

    Either "READER_DATA_SOURCE" or "AUTHOR_DATA_SOURCE"

    principal: string

    The Amazon Resource Name (ARN) of the principal.