ecr_describe_image_replication_status: Returns the replication status for a specified image

View source: R/ecr_operations.R

ecr_describe_image_replication_statusR 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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.