LicenseArgs

data class LicenseArgs(val comments: Output<String>? = null, val expression: Output<String>? = null) : ConvertibleToJava<LicenseArgs>

License information.

Constructors

Link copied to clipboard
fun LicenseArgs(comments: Output<String>? = null, expression: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LicenseArgs

Properties

Link copied to clipboard
val comments: Output<String>? = null

Comments

Link copied to clipboard
val expression: Output<String>? = null

Often a single license can be used to represent the licensing terms. Sometimes it is necessary to include a choice of one or more licenses or some combination of license identifiers. Examples: "LGPL-2.1-only OR MIT", "LGPL-2.1-only AND MIT", "GPL-2.0-or-later WITH Bison-exception-2.2".