FileLocationArgs

data class FileLocationArgs(val filePath: Output<String>? = null) : ConvertibleToJava<FileLocationArgs>

Indicates the location at which a package was found.

Constructors

Link copied to clipboard
fun FileLocationArgs(filePath: Output<String>? = null)

Functions

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

Properties

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

For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.