LinuxCommandLibrary

aws-quicksight

CLI for AWS QuickSight.

TLDR

List datasets

$ aws quicksight list-data-sets --aws-account-id [aws_account_id]
copy


List users
$ aws quicksight list-users --aws-account-id [aws_account_id] --namespace default
copy


List groups
$ aws quicksight list-groups --aws-account-id [aws_account_id] --namespace default
copy


List dashboards
$ aws quicksight list-dashboards --aws-account-id [aws_account_id]
copy


Display detailed information about a dataset
$ aws quicksight describe-data-set --aws-account-id [aws_account_id] --data-set-id [data_set_id]
copy


Display who has access to the dataset and what kind of actions they can perform on the dataset
$ aws quicksight describe-data-set-permissions --aws-account-id [aws_account_id] --data-set-id [data_set_id]
copy

Copied to clipboard