ecr_describe_image_replication_status {paws.compute} | R Documentation |
Returns the replication status for a specified image
Description
Returns the replication status for a specified image.
See https://www.paws-r-sdk.com/docs/ecr_describe_image_replication_status/ for full documentation.
Usage
ecr_describe_image_replication_status(
repositoryName,
imageId,
registryId = NULL
)
Arguments
repositoryName |
[required] The name of the repository that the image is in. |
imageId |
[required] |
registryId |
The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed. |
[Package paws.compute version 0.7.0 Index]