View source: R/ecr_operations.R
ecr_batch_check_layer_availability | R Documentation |
Checks the availability of one or more image layers in a repository.
See https://www.paws-r-sdk.com/docs/ecr_batch_check_layer_availability/ for full documentation.
ecr_batch_check_layer_availability(
registryId = NULL,
repositoryName,
layerDigests
)
registryId |
The Amazon Web Services account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed. |
repositoryName |
[required] The name of the repository that is associated with the image layers to check. |
layerDigests |
[required] The digests of the image layers to check. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.