Layer
An object that represents an Amazon ECR image layer.
Contents
- layerAvailability
-
The availability status of the image layer.
Type: String
Valid Values:
AVAILABLE | UNAVAILABLE
Required: No
- layerDigest
-
The
sha256
digest of the image layer.Type: String
Pattern:
[a-zA-Z0-9-_+.]+:[a-fA-F0-9]+
Required: No
- layerSize
-
The size, in bytes, of the image layer.
Type: Long
Required: No
- mediaType
-
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gzip
orapplication/vnd.oci.image.layer.v1.tar+gzip
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: