Interface OsConfigPatchDeploymentPatchConfigPreStep
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigPreStep.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.295Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigPreStep extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigPreStep.BuilderA builder forOsConfigPatchDeploymentPatchConfigPreStepstatic classOsConfigPatchDeploymentPatchConfigPreStep.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigPreStep
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigPreStep.Builderbuilder()default OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfiggetLinuxExecStepConfig()linux_exec_step_config block.default OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfiggetWindowsExecStepConfig()windows_exec_step_config block.
-
-
-
Method Detail
-
getLinuxExecStepConfig
@Stability(Stable) @Nullable default OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig getLinuxExecStepConfig()
linux_exec_step_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#linux_exec_step_config OsConfigPatchDeployment#linux_exec_step_config}
-
getWindowsExecStepConfig
@Stability(Stable) @Nullable default OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig getWindowsExecStepConfig()
windows_exec_step_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#windows_exec_step_config OsConfigPatchDeployment#windows_exec_step_config}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentPatchConfigPreStep.Builder builder()
-
-