ecr_complete_layer_upload {paws.compute} | R Documentation |
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID
Description
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and upload ID. You can optionally provide a sha256
digest of the image layer for data validation purposes.
See https://www.paws-r-sdk.com/docs/ecr_complete_layer_upload/ for full documentation.
Usage
ecr_complete_layer_upload(
registryId = NULL,
repositoryName,
uploadId,
layerDigests
)
Arguments
registryId |
The Amazon Web Services account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed. |
repositoryName |
[required] The name of the repository to associate with the image layer. |
uploadId |
[required] The upload ID from a previous
|
layerDigests |
[required] The |
[Package paws.compute version 0.9.0 Index]