aws.ecr.describe_image_replication_status
Example SQL Queries
SELECT * FROMaws.ecr.describe_image_replication_statusWHERE"repository_name" = 'VALUE'AND "image_id" = 'VALUE';Description
Returns the replication status for a specified image.
Table Definition
| Column Name | Column Data Type |
|---|---|
| image_id Required Input Column An object with identifying information for an image in an Amazon ECR repository. | STRUCT( |
Show child fields
| |
| repository_name Required Input Column The repository name associated with the request. | VARCHAR |
| registry_id Input Column The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| replication_statuses The replication status details for the images in the specified repository. | STRUCT( |
Show child fields
| |