aws.glue.get_resource_policies
Example SQL Queries
SELECT * FROMaws.glue.get_resource_policies;Description
Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.
If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| create_time The date and time at which the policy was created. | TIMESTAMP_S |
| policy_hash Contains the hash value associated with this policy. | VARCHAR |
| policy_in_json Contains the requested policy document, in JSON format. | VARCHAR |
| update_time The date and time at which the policy was last updated. | TIMESTAMP_S |