aws.ecr.get_registry_policy
Example SQL Queries
SELECT * FROMaws.ecr.get_registry_policy;Description
Retrieves the permissions policy for a registry.
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
| |
| policy_text The JSON text of the permissions policy for a registry. | VARCHAR |
| registry_id The registry ID associated with the request. | VARCHAR |