aws.workdocs.describe_resource_permissions
Example SQL Queries
SELECT * FROMaws.workdocs.describe_resource_permissionsWHERE"resource_id" = 'VALUE';Description
Describes the permissions of a specified resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id Required Input Column The ID of the resource. | VARCHAR |
| authentication_token Input Column Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. | VARCHAR |
| principal_id Input Column The ID of the principal to filter permissions by. | 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 |
| id The ID of the resource. | VARCHAR |
| roles The permission information for the resource. | STRUCT( |
Show child fields
| |
| type The type of resource. | VARCHAR |