mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
10 lines
232 B
YAML
10 lines
232 B
YAML
policy:
|
|
Version: '2008-10-17'
|
|
Statement:
|
|
- Sid: new statement
|
|
Effect: Allow
|
|
Principal: "*"
|
|
Action:
|
|
- ecr:GetDownloadUrlForLayer
|
|
- ecr:BatchGetImage
|
|
- ecr:BatchCheckLayerAvailability
|