Mods
AWS

Policy: AWS > ECR > Repository > Policy > Required > Items

A list of IAM policy statements that must be attached to the repository.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
array
Default
[]
Examples [YAML]
  • - Action:
        - ecr:BatchCheckLayerAvailability
        - ecr:BatchGetImage
        - ecr:GetAuthorizationToken
        - ecr:GetDownloadUrlForLayer
      Effect: Allow
      Principal:
        AWS: arn:aws:iam::123456789012:root
      Sid: ECRVulnScanning
    

Category

In Your Workspace

Developers