Class DataprocMetastoreServiceScheduledBackupOutputReference

  • 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:20.777Z")
    @Stability(Stable)
    public class DataprocMetastoreServiceScheduledBackupOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataprocMetastoreServiceScheduledBackupOutputReference

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

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

        @Stability(Stable)
        public DataprocMetastoreServiceScheduledBackupOutputReference​(@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

      • resetCronSchedule

        @Stability(Stable)
        public void resetCronSchedule()
      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • resetTimeZone

        @Stability(Stable)
        public void resetTimeZone()
      • getBackupLocationInput

        @Stability(Stable)
        @Nullable
        public String getBackupLocationInput()
      • getCronScheduleInput

        @Stability(Stable)
        @Nullable
        public String getCronScheduleInput()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getTimeZoneInput

        @Stability(Stable)
        @Nullable
        public String getTimeZoneInput()
      • getBackupLocation

        @Stability(Stable)
        @NotNull
        public String getBackupLocation()
      • setBackupLocation

        @Stability(Stable)
        public void setBackupLocation​(@NotNull
                                      String value)
      • getCronSchedule

        @Stability(Stable)
        @NotNull
        public String getCronSchedule()
      • setCronSchedule

        @Stability(Stable)
        public void setCronSchedule​(@NotNull
                                    String value)
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)
      • getTimeZone

        @Stability(Stable)
        @NotNull
        public String getTimeZone()
      • setTimeZone

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