Forrest logo
back to the aws tool

aws-quicksight:tldr:127dd

aws-quicksight: List groups.
$ aws quicksight list-groups --aws-account-id ${aws_account_id} --namespace default
try on your machine

This command is using the AWS Command Line Interface (CLI) to retrieve a list of groups in Amazon QuickSight.

Here's a breakdown of the command and its parameters:

  • aws quicksight list-groups: This is the main command to retrieve the list of groups in Amazon QuickSight.
  • --aws-account-id: This parameter specifies the AWS account ID for the account where the QuickSight groups are located. ${aws_account_id} is a placeholder that should be replaced with the actual AWS account ID.
  • --namespace: This parameter specifies the namespace in which the groups reside. In this case, the default namespace is being used.

Note: The command should be executed in the AWS CLI environment and the user executing the command must have appropriate permissions to access QuickSight resources.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the aws tool