Interface LookerInstanceDenyMaintenancePeriodStartDate

    • Method Detail

      • getDay

        @Stability(Stable)
        @Nullable
        default Number getDay()
        Day of a month.

        Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#day LookerInstance#day}

      • getMonth

        @Stability(Stable)
        @Nullable
        default Number getMonth()
        Month of a year.

        Must be from 1 to 12, or 0 to specify a year without a month and day. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#month LookerInstance#month}

      • getYear

        @Stability(Stable)
        @Nullable
        default Number getYear()
        Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

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