Layer Version Args
data class LayerVersionArgs(val compatibleArchitectures: Output<List<String>>? = null, val compatibleRuntimes: Output<List<String>>? = null, val content: Output<LayerVersionContentArgs>? = null, val description: Output<String>? = null, val layerName: Output<String>? = null, val licenseInfo: Output<String>? = null) : ConvertibleToJava<LayerVersionArgs>
Resource Type definition for AWS::Lambda::LayerVersion
Properties
Link copied to clipboard
A list of compatible instruction set architectures.
Link copied to clipboard
A list of compatible function runtimes. Used for filtering with ListLayers and ListLayerVersions.
Link copied to clipboard
The function layer archive.
Link copied to clipboard
The description of the version.
Link copied to clipboard
The layer's software license.