View source: R/ecrpublic_operations.R
ecrpublic_describe_images | R Documentation |
Returns metadata that's related to the images in a repository in a public registry.
See https://www.paws-r-sdk.com/docs/ecrpublic_describe_images/ for full documentation.
ecrpublic_describe_images(
registryId = NULL,
repositoryName,
imageIds = NULL,
nextToken = NULL,
maxResults = NULL
)
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 repository that contains the images to describe. |
imageIds |
The list of image IDs for the requested repository. |
nextToken |
The |
maxResults |
The maximum number of repository results that's returned by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.