aws.entityresolution.get_policy
Example SQL Queries
SELECT * FROMaws.entityresolution.get_policyWHERE"arn" = 'VALUE';Description
Returns the resource-based policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Entity Resolution resource ARN. | 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
| |
| policy The resource-based policy. | VARCHAR |
| token A unique identifier for the current revision of the policy. | VARCHAR |