AwsEcrImageDetailPropertiesArgs

data class AwsEcrImageDetailPropertiesArgs(val artifactMediaType: Output<String>? = null, val imageDigest: Output<String>? = null, val imageManifestMediaType: Output<String>? = null, val imagePushedAt: Output<String>? = null, val imageScanFindingsSummary: Output<ImageScanFindingsSummaryArgs>? = null, val imageScanStatus: Output<ImageScanStatusArgs>? = null, val imageSizeInBytes: Output<Double>? = null, val imageTags: Output<List<String>>? = null, val lastRecordedPullTime: Output<String>? = null, val registryId: Output<String>? = null, val repositoryName: Output<String>? = null) : ConvertibleToJava<AwsEcrImageDetailPropertiesArgs>

Definition of awsEcrImageDetail

Constructors

Link copied to clipboard
constructor(artifactMediaType: Output<String>? = null, imageDigest: Output<String>? = null, imageManifestMediaType: Output<String>? = null, imagePushedAt: Output<String>? = null, imageScanFindingsSummary: Output<ImageScanFindingsSummaryArgs>? = null, imageScanStatus: Output<ImageScanStatusArgs>? = null, imageSizeInBytes: Output<Double>? = null, imageTags: Output<List<String>>? = null, lastRecordedPullTime: Output<String>? = null, registryId: Output<String>? = null, repositoryName: Output<String>? = null)

Properties

Link copied to clipboard
val artifactMediaType: Output<String>? = null

The artifact media type of the image.

Link copied to clipboard
val imageDigest: Output<String>? = null

The sha256 digest of the image manifest.

Link copied to clipboard
val imageManifestMediaType: Output<String>? = null

The media type of the image manifest.

Link copied to clipboard
val imagePushedAt: Output<String>? = null

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

Link copied to clipboard

A summary of the last completed image scan.

Link copied to clipboard

The current state of the scan.

Link copied to clipboard
val imageSizeInBytes: Output<Double>? = null

The size, in bytes, of the image in the repository.

If the image is a manifest list, this will be the max size of all manifests in the list.

Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it may return a larger image size than the image sizes returned by DescribeImages.

Link copied to clipboard
val imageTags: Output<List<String>>? = null

The list of tags associated with this image.

Link copied to clipboard
val lastRecordedPullTime: Output<String>? = null

The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull.

Amazon ECR refreshes the last image pull timestamp at least once every 24 hours. For example, if you pull an image once a day then the lastRecordedPullTime timestamp will indicate the exact time that the image was last pulled. However, if you pull an image once an hour, because Amazon ECR refreshes the lastRecordedPullTime timestamp at least once every 24 hours, the result may not be the exact time that the image was last pulled.

Link copied to clipboard
val registryId: Output<String>? = null

The Amazon Web Services account ID associated with the registry to which this image belongs.

Link copied to clipboard
val repositoryName: Output<String>? = null

The name of the repository to which this image belongs.

Functions

Link copied to clipboard
open override fun toJava(): AwsEcrImageDetailPropertiesArgs