Skip to content

Lambda  >  Structures  >  LayerVersionContentOutput

LayerVersionContentOutput

Structure Class

LayerVersionContentOutput dataclass

Details about a version of an Lambda layer.

Attributes

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

The SHA-256 hash of the layer archive.

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

The size of the layer archive in bytes.

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

A link to the layer archive in Amazon S3 that is valid for 10 minutes.

resolved_s3_object class-attribute instance-attribute
resolved_s3_object: ResolvedS3Object | None = None

The resolved Amazon S3 object that contains the layer archive.

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.