Returns the replication status for a specified image.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
describe-image-replication-status
--repository-name <value>
--image-id <value>
[--registry-id <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--repository-name
(string)
The name of the repository that the image is in.
--image-id
(structure)
An object with identifying information for an image in an Amazon ECR repository.
imageDigest -> (string)
The
sha256
digest of the image manifest.imageTag -> (string)
The tag used for the image.
Shorthand Syntax:
imageDigest=string,imageTag=string
JSON Syntax:
{
"imageDigest": "string",
"imageTag": "string"
}
--registry-id
(string)
The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
See ‘aws help’ for descriptions of global parameters.
repositoryName -> (string)
The repository name associated with the request.
imageId -> (structure)
An object with identifying information for an image in an Amazon ECR repository.
imageDigest -> (string)
The
sha256
digest of the image manifest.imageTag -> (string)
The tag used for the image.
replicationStatuses -> (list)
The replication status details for the images in the specified repository.
(structure)
The status of the replication process for an image.
region -> (string)
The destination Region for the image replication.
registryId -> (string)
The AWS account ID associated with the registry to which the image belongs.
status -> (string)
The image replication status.
failureCode -> (string)
The failure code for a replication that has failed.