Patch Deployment Patch Config Pre Step Windows Exec Step Config Args
data class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs(val allowedSuccessCodes: Output<List<Int>>? = null, val gcsObject: Output<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs>? = null, val interpreter: Output<String>? = null, val localPath: Output<String>? = null) : ConvertibleToJava<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs>
Constructors
Link copied to clipboard
constructor(allowedSuccessCodes: Output<List<Int>>? = null, gcsObject: Output<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs>? = null, interpreter: Output<String>? = null, localPath: Output<String>? = null)
Properties
Link copied to clipboard
Defaults to 0. A list of possible return values that the execution can return to indicate a success.
Link copied to clipboard
A Cloud Storage object containing the executable. Structure is documented below.
Link copied to clipboard
The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines. Possible values are: SHELL
, POWERSHELL
.