aws.comprehend.describe_resource_policy
Example SQL Queries
SELECT * FROMaws.comprehend.describe_resource_policyWHERE"resource_arn" = 'VALUE';Description
Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the custom model version that has the resource policy. | 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 |
| creation_time The time at which the policy was created. | TIMESTAMP_S |
| last_modified_time The time at which the policy was last modified. | TIMESTAMP_S |
| policy_revision_id The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision ID, and it deletes the prior version of the policy. | VARCHAR |
| resource_policy The JSON body of the resource-based policy. | VARCHAR |