Skip to content

Lambda  >  Structures  >  LayerVersionsListItem

LayerVersionsListItem

Structure Class

LayerVersionsListItem dataclass

Details about a version of an Lambda layer.

Attributes

compatible_architectures class-attribute instance-attribute
compatible_architectures: list[Architecture] | None = None

A list of compatible instruction set architectures.

compatible_runtimes class-attribute instance-attribute
compatible_runtimes: list[Runtime] | None = None

The layer's compatible runtimes.

The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.

For a list of all currently supported runtimes, see Supported runtimes.

created_date class-attribute instance-attribute
created_date: str | None = None

The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000.

description class-attribute instance-attribute
description: str | None = None

The description of the version.

layer_version_arn class-attribute instance-attribute
layer_version_arn: str | None = None

The ARN of the layer version.

license_info class-attribute instance-attribute
license_info: str | None = None

The layer's open-source license.

version class-attribute instance-attribute
version: int = 0

The version number.