ecr-public:PutRegistryCatalogData is a Write access-level action in the ecr-public service. Grants permission to create and update the catalog data associated with a registry
ARNs that ecr-public:PutRegistryCatalogData can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows ecr-public:PutRegistryCatalogData. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowEcrpublicPutRegistryCatalogData",
"Effect": "Allow",
"Action": "ecr-public:PutRegistryCatalogData",
"Resource": "*"
}
]
}