Bases: LayerVersionOptions
description (Optional
[str
]) â The description the this Lambda Layer. Default: - No description.
layer_version_name (Optional
[str
]) â The name of the layer. Default: - A name will be generated.
license (Optional
[str
]) â The SPDX licence identifier or URL to the license file for this layer. Default: - No license information will be recorded.
removal_policy (Optional
[RemovalPolicy
]) â Whether to retain this version of the layer when a new version is added or when the stack is deleted. Default: RemovalPolicy.DESTROY
code (Code
) â The content of this Layer. Using Code.fromInline
is not supported.
compatible_architectures (Optional
[Sequence
[Architecture
]]) â The system architectures compatible with this layer. Default: [Architecture.X86_64]
compatible_runtimes (Optional
[Sequence
[Runtime
]]) â The runtimes compatible with this Layer. Default: - All runtimes are supported.
infused
Example:
lambda_.LayerVersion(self, "MyLayer", removal_policy=RemovalPolicy.RETAIN, code=lambda_.Code.from_asset(path.join(__dirname, "lambda-handler")), compatible_architectures=[lambda_.Architecture.X86_64, lambda_.Architecture.ARM_64] )
Attributes
The content of this Layer.
Using Code.fromInline
is not supported.
The system architectures compatible with this layer.
[Architecture.X86_64]
The runtimes compatible with this Layer.
All runtimes are supported.
The description the this Lambda Layer.
No description.
The name of the layer.
A name will be generated.
The SPDX licence identifier or URL to the license file for this layer.
No license information will be recorded.
Whether to retain this version of the layer when a new version is added or when the stack is deleted.
RemovalPolicy.DESTROY
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4