Forrest logo
back to context overview

aws-quicksight

List of commands for aws-quicksight:

  • aws-quicksight:tldr:127dd aws-quicksight: List groups.
    $ aws quicksight list-groups --aws-account-id ${aws_account_id} --namespace default
    try on your machine
    explain this command
  • aws-quicksight:tldr:220cf aws-quicksight: List dashboards.
    $ aws quicksight list-dashboards --aws-account-id ${aws_account_id}
    try on your machine
    explain this command
  • aws-quicksight:tldr:3c8a3 aws-quicksight: Display detailed information about a dataset.
    $ aws quicksight describe-data-set --aws-account-id ${aws_account_id} --data-set-id ${data_set_id}
    try on your machine
    explain this command
  • aws-quicksight:tldr:498eb aws-quicksight: List users.
    $ aws quicksight list-users --aws-account-id ${aws_account_id} --namespace default
    try on your machine
    explain this command
  • aws-quicksight:tldr:5db2e aws-quicksight: 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}
    try on your machine
    explain this command
  • aws-quicksight:tldr:962c0 aws-quicksight: List datasets.
    $ aws quicksight list-data-sets --aws-account-id ${aws_account_id}
    try on your machine
    explain this command
back to context overview