Skip to content

Lambda  >  Structures  >  Layer

Layer

Structure Class

Layer dataclass

An Lambda layer.

Attributes

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

The Amazon Resource Name (ARN) of the function layer.

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

The size of the layer archive in bytes.

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

The Amazon Resource Name (ARN) of a signing job.

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

The Amazon Resource Name (ARN) for a signing profile version.