ecrpublic_describe_image_tags {paws.compute} | R Documentation |
Returns the image tag details for a repository in a public registry
Description
Returns the image tag details for a repository in a public registry.
See https://www.paws-r-sdk.com/docs/ecrpublic_describe_image_tags/ for full documentation.
Usage
ecrpublic_describe_image_tags(
registryId = NULL,
repositoryName,
nextToken = NULL,
maxResults = NULL
)
Arguments
registryId |
The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed. |
repositoryName |
[required] The name of the repository that contains the image tag details to describe. |
nextToken |
The |
maxResults |
The maximum number of repository results that's returned by
|