SoftwareRecipeStepInstallRpmArgs

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

Installs an rpm file via the rpm utility.

Constructors

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

Properties

Link copied to clipboard
val artifactId: Output<String>

The id of the relevant artifact in the recipe.

Functions

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