BatchDeleteImageRequest
class BatchDeleteImageRequest
Deletes specified images within a specified repository. Images are specified with either the imageTag
or imageDigest
.
Types
Properties
Link copied to clipboard
A list of image ID references that correspond to images to delete. The format of the imageIds
reference is imageTag=tag
or imageDigest=digest
.
Link copied to clipboard
The Amazon Web Services account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed.
Link copied to clipboard
The repository that contains the image to delete.