aws.quicksight.list_iam_policy_assignments
Example SQL Queries
SELECT * FROMaws.quicksight.list_iam_policy_assignmentsWHERE"aws_account_id" = 'VALUE'AND "namespace" = 'VALUE';Description
Lists the IAM policy assignments in the current Amazon QuickSight account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains these IAM policy assignments. | VARCHAR |
| namespace Required Input Column The namespace for the assignments. | VARCHAR |
| assignment_status Input Column The status of the assignments. | 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 |
| iam_policy_assignments Information describing the IAM policy assignments. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |