aws.quicksight.describe_role_custom_permission
Example SQL Queries
SELECT * FROMaws.quicksight.describe_role_custom_permissionWHERE"role" = 'VALUE'AND "aws_account_id" = 'VALUE'AND "namespace" = 'VALUE';Description
Describes all custom permissions that are mapped to 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 contains the role. | VARCHAR |
| role Required Input Column The name of the role whose permissions you want described. | 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 |
| custom_permissions_name The name of the custom permission that is described. | VARCHAR |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |