View source: R/ecr_operations.R
ecr_describe_image_replication_status | R Documentation |
Returns the replication status for a specified image.
See https://www.paws-r-sdk.com/docs/ecr_describe_image_replication_status/ for full documentation.
ecr_describe_image_replication_status(
repositoryName,
imageId,
registryId = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.