aws.quicksight.list_iam_policy_assignments_for_user
Example SQL Queries
SELECT * FROMaws.quicksight.list_iam_policy_assignments_for_userWHERE"aws_account_id" = 'VALUE'AND "user_name" = 'VALUE'AND "namespace" = 'VALUE';Description
Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the assignments. | VARCHAR |
| namespace Required Input Column The namespace of the assignment. | VARCHAR |
| user_name Required Input Column The name of the user. | 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 |
| active_assignments The active assignments for this user. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |