aws.quicksight.describe_iam_policy_assignment
Example SQL Queries
SELECT * FROMaws.quicksight.describe_iam_policy_assignmentWHERE"aws_account_id" = 'VALUE'AND "assignment_name" = 'VALUE'AND "namespace" = 'VALUE';Description
Describes an existing IAM policy assignment, as specified by the assignment name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assignment_name Required Input Column The name of the assignment, also called a rule. | VARCHAR |
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the assignment that you want to describe. | VARCHAR |
| namespace Required Input Column The namespace that contains the assignment. | 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_assignment Information describing the IAM policy assignment. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |