Interface LookerInstanceMaintenanceWindow

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

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

      • getDayOfWeek

        @Stability(Stable)
        @NotNull
        String getDayOfWeek()
        Required. Day of the week for this MaintenanceWindow (in UTC).

        * MONDAY: Monday * TUESDAY: Tuesday * WEDNESDAY: Wednesday * THURSDAY: Thursday * FRIDAY: Friday * SATURDAY: Saturday * SUNDAY: Sunday Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#day_of_week LookerInstance#day_of_week}

      • getStartTime

        @Stability(Stable)
        @NotNull
        LookerInstanceMaintenanceWindowStartTime getStartTime()
        start_time block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#start_time LookerInstance#start_time}