Bases: object
Non runtime options.
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
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_lambda as lambda_ import aws_cdk.core as cdk layer_version_options = lambda.LayerVersionOptions( description="description", layer_version_name="layerVersionName", license="license", removal_policy=cdk.RemovalPolicy.DESTROY )
Attributes
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