aws.quicksight.describe_group_membership
Example SQL Queries
SELECT * FROMaws.quicksight.describe_group_membershipWHERE"member_name" = 'VALUE'AND "group_name" = 'VALUE'AND "aws_account_id" = 'VALUE'AND "namespace" = 'VALUE';Description
Use the DescribeGroupMembership operation to determine if a user is a member of the specified group. If the user exists and is a member of the specified group, an associated GroupMember object is returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account. | VARCHAR |
| group_name Required Input Column The name of the group that you want to search. | VARCHAR |
| member_name Required Input Column The user name of the user that you want to search for. | VARCHAR |
| namespace Required Input Column The namespace that includes the group you are searching within. | 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_member A member of an Amazon QuickSight group. Currently, group members must be users. Groups can't be members of another group. . | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |