Interface OsConfigPatchDeploymentRollout

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    OsConfigPatchDeploymentRollout.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.301Z")
    @Stability(Stable)
    public interface OsConfigPatchDeploymentRollout
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDisruptionBudget

        @Stability(Stable)
        @NotNull
        OsConfigPatchDeploymentRolloutDisruptionBudget getDisruptionBudget()
        disruption_budget block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#disruption_budget OsConfigPatchDeployment#disruption_budget}

      • getMode

        @Stability(Stable)
        @NotNull
        String getMode()
        Mode of the patch rollout. Possible values: ["ZONE_BY_ZONE", "CONCURRENT_ZONES"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#mode OsConfigPatchDeployment#mode}