Software Recipe Step Extract Archive Args
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>)