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.