Image Template Power Shell Customizer Args
data class ImageTemplatePowerShellCustomizerArgs(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<ImageTemplatePowerShellCustomizerArgs>
Runs the specified PowerShell on the VM (Windows). Corresponds to Packer powershell provisioner. Exactly one of 'scriptUri' or 'inline' can be specified.
Constructors
Link copied to clipboard
fun ImageTemplatePowerShellCustomizerArgs(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)