You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: aws-ecr-repository/aws-ecr-repository.json
+10
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,16 @@
95
95
"description": "If you use the KMS encryption type, specify the CMK to use for encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed CMK for Amazon ECR will be used.",
96
96
"minLength": 1,
97
97
"maxLength": 2048
98
+
},
99
+
"EmptyOnDelete" : {
100
+
"type": "boolean",
101
+
"description": "If true, deleting the repository force deletes the contents of the repository. Without a force delete, you can only delete empty repositories."
"LifecyclePolicyText": "{\"rules\":[{\"rulePriority\":1,\"description\":\"Keep only one untagged image, expire all others\",\"selection\":{\"tagStatus\":\"untagged\",\"countType\":\"imageCountMoreThan\",\"countNumber\":1},\"action\":{\"type\":\"expire\"}}]}"
The LifecyclePolicy property type specifies a lifecycle policy. For information about lifecycle policy syntax, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html
0 commit comments