SoftwareRecipeStepInstallRpmArgs

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

Installs an rpm file via the rpm utility.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val artifactId: Output<String>

The id of the relevant artifact in the recipe.