Interface OsConfigPatchDeploymentPatchConfigPostStep
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigPostStep.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.292Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigPostStep extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigPostStep.BuilderA builder forOsConfigPatchDeploymentPatchConfigPostStepstatic classOsConfigPatchDeploymentPatchConfigPostStep.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigPostStep
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigPostStep.Builderbuilder()default OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfiggetLinuxExecStepConfig()linux_exec_step_config block.default OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfiggetWindowsExecStepConfig()windows_exec_step_config block.
-
-
-
Method Detail
-
getLinuxExecStepConfig
@Stability(Stable) @Nullable default OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfig 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 OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig 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 OsConfigPatchDeploymentPatchConfigPostStep.Builder builder()
-
-