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
Constructors
Link copied to clipboard
fun LayerVersionArgs(compatibleArchitectures: Output<List<String>>? = null, compatibleRuntimes: Output<List<String>>? = null, content: Output<LayerVersionContentArgs>? = null, description: Output<String>? = null, layerName: Output<String>? = null, licenseInfo: Output<String>? = null)