Image Template Power Shell Validator Args
data class ImageTemplatePowerShellValidatorArgs(val inline: Output<List<String>>? = null, val name: Output<String>? = null, val runAsSystem: Output<Boolean>? = null, val runElevated: Output<Boolean>? = null, val scriptUri: Output<String>? = null, val sha256Checksum: Output<String>? = null, val type: Output<String>, val validExitCodes: Output<List<Int>>? = null) : ConvertibleToJava<ImageTemplatePowerShellValidatorArgs>
Runs the specified PowerShell script during the validation phase (Windows). Corresponds to Packer powershell provisioner. Exactly one of 'scriptUri' or 'inline' can be specified.
Constructors
Link copied to clipboard
fun ImageTemplatePowerShellValidatorArgs(inline: Output<List<String>>? = null, name: Output<String>? = null, runAsSystem: Output<Boolean>? = null, runElevated: Output<Boolean>? = null, scriptUri: Output<String>? = null, sha256Checksum: Output<String>? = null, type: Output<String>, validExitCodes: Output<List<Int>>? = null)