aws.quicksight.describe_analysis_permissions
Example SQL Queries
SELECT * FROMaws.quicksight.describe_analysis_permissionsWHERE"aws_account_id" = 'VALUE'AND "analysis_id" = 'VALUE';Description
Provides the read and write permissions for an analysis.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analysis_id Required Input Column The ID of the analysis whose permissions you're describing. | VARCHAR |
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing. You must be using the Amazon Web Services account that the analysis is in. | 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 |
| analysis_arn The Amazon Resource Name (ARN) of the analysis whose permissions you're describing. | VARCHAR |
| permissions A structure that describes the principals and the resource-level permissions on an analysis. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |