com.pulumi.googlenative.osconfig.v1beta.inputs.SoftwareRecipeStepRunScriptArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.osconfig.v1beta.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.googlenative.osconfig.v1beta.enums.SoftwareRecipeStepRunScriptInterpreter;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Runs a script through an interpreter.
*
*/
public final class SoftwareRecipeStepRunScriptArgs extends com.pulumi.resources.ResourceArgs {
public static final SoftwareRecipeStepRunScriptArgs Empty = new SoftwareRecipeStepRunScriptArgs();
/**
* Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
*
*/
@Import(name="allowedExitCodes")
private @Nullable Output> allowedExitCodes;
/**
* @return Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy