Class GuestPoliciesRecipeInstallStepScriptRunArgs


  • public final class GuestPoliciesRecipeInstallStepScriptRunArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • allowedExitCodes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.Integer>>> allowedExitCodes()
        Returns:
        Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
      • interpreter

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> interpreter()
        Returns:
        The script interpreter to use to run the script. If no interpreter is specified the script is executed directly, which likely only succeed for scripts with shebang lines. Possible values are: `SHELL`, `POWERSHELL`.
      • script

        public com.pulumi.core.Output<java.lang.String> script()
        Returns:
        The shell script to be executed.