aws.quicksight.list_user_groups
Example SQL Queries
SELECT * FROMaws.quicksight.list_user_groupsWHERE"user_name" = 'VALUE'AND "aws_account_id" = 'VALUE'AND "namespace" = 'VALUE';Description
Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The Amazon Web Services account ID that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account. | VARCHAR |
| namespace Required Input Column The namespace. Currently, you should set this to default. | VARCHAR |
| user_name Required Input Column The Amazon QuickSight user name that you want to list group memberships for. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| group_list The list of groups the user is a member of. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |