aws.glue.get_resource_policy
Example SQL Queries
SELECT * FROMaws.glue.get_resource_policy;Description
Retrieves a specified resource policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Input Column The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use GetResourcePolicies to view all existing resource policies. For more information see Specifying Glue Resource ARNs. | 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 |
| 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 |