Interface OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.295Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig.Builderstatic classOsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig.Builderbuilder()default List<Number>getAllowedSuccessCodes()Defaults to [0].default OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectgetGcsObject()gcs_object block.default StringgetInterpreter()The script interpreter to use to run the script.default StringgetLocalPath()An absolute path to the executable on the VM.
-
-
-
Method Detail
-
getAllowedSuccessCodes
@Stability(Stable) @Nullable default List<Number> getAllowedSuccessCodes()
Defaults to [0]. A list of possible return values that the execution can return to indicate a success.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#allowed_success_codes OsConfigPatchDeployment#allowed_success_codes}
-
getGcsObject
@Stability(Stable) @Nullable default OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject getGcsObject()
gcs_object block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#gcs_object OsConfigPatchDeployment#gcs_object}
-
getInterpreter
@Stability(Stable) @Nullable default String getInterpreter()
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: ["SHELL", "POWERSHELL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#interpreter OsConfigPatchDeployment#interpreter}
-
getLocalPath
@Stability(Stable) @Nullable default String getLocalPath()
An absolute path to the executable on the VM.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#local_path OsConfigPatchDeployment#local_path}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig.Builder builder()
-
-