Bases: object
Properties necessary to import a LayerVersion.
layer_version_arn (str
) â The ARN of the LayerVersion.
compatible_runtimes (Optional
[Sequence
[Runtime
]]) â The list of compatible runtimes with this Layer.
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_ # runtime: lambda.Runtime layer_version_attributes = lambda.LayerVersionAttributes( layer_version_arn="layerVersionArn", # the properties below are optional compatible_runtimes=[runtime] )
Attributes
The list of compatible runtimes with this Layer.
The ARN of the LayerVersion.
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