Interface SqlDatabaseInstanceSettingsMaintenanceWindow

    • Method Detail

      • getDay

        @Stability(Stable)
        @Nullable
        default Number getDay()
        Day of week (1-7), starting on Monday.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#day SqlDatabaseInstance#day}

      • getHour

        @Stability(Stable)
        @Nullable
        default Number getHour()
        Hour of day (0-23), ignored if day not set.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#hour SqlDatabaseInstance#hour}

      • getUpdateTrack

        @Stability(Stable)
        @Nullable
        default String getUpdateTrack()
        Receive updates after one week (canary) or after two weeks (stable) or after five weeks (week5) of notification.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#update_track SqlDatabaseInstance#update_track}