aws.quicksight.list_role_memberships
Example SQL Queries
SELECT * FROMaws.quicksight.list_role_membershipsWHERE"role" = 'VALUE'AND "aws_account_id" = 'VALUE'AND "namespace" = 'VALUE';Description
Lists all groups that are associated with a role.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account. | VARCHAR |
| namespace Required Input Column The namespace that includes the role. | VARCHAR |
| role Required Input Column The name of the role. | 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 |
| members_list The list of groups associated with a role | VARCHAR[] |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |