InstallationArgs

data class InstallationArgs(val license: Output<LicenseArgs>? = null, val location: Output<List<LocationArgs>>? = null) : ConvertibleToJava<InstallationArgs>

This represents how a particular software package may be installed on a system.

Constructors

Link copied to clipboard
fun InstallationArgs(license: Output<LicenseArgs>? = null, location: Output<List<LocationArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val license: Output<LicenseArgs>? = null

Licenses that have been declared by the authors of the package.

Link copied to clipboard
val location: Output<List<LocationArgs>>? = null

All of the places within the filesystem versions of this package have been found.