SoftwareRecipeStepInstallDpkgArgs

data class SoftwareRecipeStepInstallDpkgArgs(val artifactId: Output<String>) : ConvertibleToJava<SoftwareRecipeStepInstallDpkgArgs>

Installs a deb via dpkg.

Constructors

Link copied to clipboard
fun SoftwareRecipeStepInstallDpkgArgs(artifactId: Output<String>)

Functions

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

Properties

Link copied to clipboard
val artifactId: Output<String>

The id of the relevant artifact in the recipe.