Class SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.796Z")
    @Stability(Stable)
    public class SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference

        protected SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference

        protected SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference

        @Stability(Stable)
        public SqlDatabaseInstanceSettingsMaintenanceWindowOutputReference​(@NotNull
                                                                           com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                           @NotNull
                                                                           String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetDay

        @Stability(Stable)
        public void resetDay()
      • resetHour

        @Stability(Stable)
        public void resetHour()
      • resetUpdateTrack

        @Stability(Stable)
        public void resetUpdateTrack()
      • getDayInput

        @Stability(Stable)
        @Nullable
        public Number getDayInput()
      • getHourInput

        @Stability(Stable)
        @Nullable
        public Number getHourInput()
      • getUpdateTrackInput

        @Stability(Stable)
        @Nullable
        public String getUpdateTrackInput()
      • getDay

        @Stability(Stable)
        @NotNull
        public Number getDay()
      • setDay

        @Stability(Stable)
        public void setDay​(@NotNull
                           Number value)
      • getHour

        @Stability(Stable)
        @NotNull
        public Number getHour()
      • setHour

        @Stability(Stable)
        public void setHour​(@NotNull
                            Number value)
      • getUpdateTrack

        @Stability(Stable)
        @NotNull
        public String getUpdateTrack()
      • setUpdateTrack

        @Stability(Stable)
        public void setUpdateTrack​(@NotNull
                                   String value)