SoftwareRecipeStepExtractArchiveArgs

data class SoftwareRecipeStepExtractArchiveArgs(val artifactId: Output<String>, val destination: Output<String>? = null, val type: Output<SoftwareRecipeStepExtractArchiveType>) : ConvertibleToJava<SoftwareRecipeStepExtractArchiveArgs>

Extracts an archive of the type specified in the specified directory.

Constructors

Link copied to clipboard
fun SoftwareRecipeStepExtractArchiveArgs(artifactId: Output<String>, destination: Output<String>? = null, type: Output<SoftwareRecipeStepExtractArchiveType>)

Functions

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

Properties

Link copied to clipboard
val artifactId: Output<String>

The id of the relevant artifact in the recipe.

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

Directory to extract archive to. Defaults to / on Linux or C:\ on Windows.

Link copied to clipboard

The type of the archive to extract.