diff --git a/providers/aws/resources/aws.lr b/providers/aws/resources/aws.lr index bbc38888c1..dfe5692e5b 100644 --- a/providers/aws/resources/aws.lr +++ b/providers/aws/resources/aws.lr @@ -2497,11 +2497,11 @@ private aws.ecr.image @defaults("uri region") { arn string // uri for the image repository uri string - // The time the image was pushed + // Time the image was pushed pushedAt time - // The size of the image in bytes + // Size of the image in bytes sizeInBytes int - // The last time Amazon recorded an image pull. Note: Amazon only refreshes this data once every 24 hours so it is not fully granular. + // Time of most recent image pull (Amazon only refreshes this data once every 24 hours.) lastRecordedPullTime time }