aws.ecr_public.get_repository_policy
Example SQL Queries
SELECT * FROMaws.ecr_public.get_repository_policyWHERE"repository_name" = 'VALUE';Description
Retrieves the repository policy for the specified repository.
Table Definition
| Column Name | Column Data Type |
|---|---|
| repository_name Required Input Column The repository name that's associated with the request. | VARCHAR |
| registry_id Input Column The registry ID that's associated with the request. | 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_text The repository policy text that's associated with the repository. The policy text will be in JSON format. | VARCHAR |