Interface LookerInstanceDenyMaintenancePeriodEndDate

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.881Z")
    @Stability(Stable)
    public interface LookerInstanceDenyMaintenancePeriodEndDate
    extends software.amazon.jsii.JsiiSerializable
    • 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}