Class SqlDatabaseInstanceSettingsBackupConfigurationOutputReference

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

      • SqlDatabaseInstanceSettingsBackupConfigurationOutputReference

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

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

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

      • resetBackupRetentionSettings

        @Stability(Stable)
        public void resetBackupRetentionSettings()
      • resetBinaryLogEnabled

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

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

        @Stability(Stable)
        public void resetLocation()
      • resetPointInTimeRecoveryEnabled

        @Stability(Stable)
        public void resetPointInTimeRecoveryEnabled()
      • resetStartTime

        @Stability(Stable)
        public void resetStartTime()
      • resetTransactionLogRetentionDays

        @Stability(Stable)
        public void resetTransactionLogRetentionDays()
      • getBinaryLogEnabledInput

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

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

        @Stability(Stable)
        @Nullable
        public String getLocationInput()
      • getPointInTimeRecoveryEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getPointInTimeRecoveryEnabledInput()
      • getStartTimeInput

        @Stability(Stable)
        @Nullable
        public String getStartTimeInput()
      • getTransactionLogRetentionDaysInput

        @Stability(Stable)
        @Nullable
        public Number getTransactionLogRetentionDaysInput()
      • getBinaryLogEnabled

        @Stability(Stable)
        @NotNull
        public Object getBinaryLogEnabled()
      • setBinaryLogEnabled

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

        @Stability(Stable)
        public void setBinaryLogEnabled​(@NotNull
                                        com.hashicorp.cdktf.IResolvable 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)
      • getLocation

        @Stability(Stable)
        @NotNull
        public String getLocation()
      • setLocation

        @Stability(Stable)
        public void setLocation​(@NotNull
                                String value)
      • getPointInTimeRecoveryEnabled

        @Stability(Stable)
        @NotNull
        public Object getPointInTimeRecoveryEnabled()
      • setPointInTimeRecoveryEnabled

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

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

        @Stability(Stable)
        @NotNull
        public String getStartTime()
      • setStartTime

        @Stability(Stable)
        public void setStartTime​(@NotNull
                                 String value)
      • getTransactionLogRetentionDays

        @Stability(Stable)
        @NotNull
        public Number getTransactionLogRetentionDays()
      • setTransactionLogRetentionDays

        @Stability(Stable)
        public void setTransactionLogRetentionDays​(@NotNull
                                                   Number value)