Jump to Content

Interface Layer

An object representing an Amazon ECR image layer.

Hierarchy

  • Layer

Properties

layerAvailability?: string

The availability status of the image layer.

layerDigest?: string

The sha256 digest of the image layer.

layerSize?: number

The size, in bytes, of the image layer.

mediaType?: string

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.