aws quicksight: add page (#4738)

beep
ahonarmand 2020-10-19 11:20:06 -06:00 committed by GitHub
parent e46977260b
commit 8400c98f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# aws quicksight
> CLI for AWS QuickSight.
> Access QuickSight entities.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/quicksight/index.html>.
- List datasets:
`aws quicksight list-data-sets --aws-account-id {{aws_account_id}}`
- List users:
`aws quicksight list-users --aws-account-id {{aws_account_id}} --namespace default`
- List groups:
`aws quicksight list-groups --aws-account-id {{aws_account_id}} --namespace default`
- List dashboards:
`aws quicksight list-dashboards --aws-account-id {{aws_account_id}}`
- Display detailed information about a dataset:
`aws quicksight describe-data-set --aws-account-id {{aws_account_id}} --data-set-id {{data_set_id}}`
- 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}}`