Class DbInstanceRestoreToPointInTimeOutputReference

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.503Z")
    @Stability(Stable)
    public class DbInstanceRestoreToPointInTimeOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DbInstanceRestoreToPointInTimeOutputReference

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

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

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

      • resetRestoreTime

        @Stability(Stable)
        public void resetRestoreTime()
      • resetSourceDbInstanceAutomatedBackupsArn

        @Stability(Stable)
        public void resetSourceDbInstanceAutomatedBackupsArn()
      • resetSourceDbInstanceIdentifier

        @Stability(Stable)
        public void resetSourceDbInstanceIdentifier()
      • resetSourceDbiResourceId

        @Stability(Stable)
        public void resetSourceDbiResourceId()
      • resetUseLatestRestorableTime

        @Stability(Stable)
        public void resetUseLatestRestorableTime()
      • getRestoreTimeInput

        @Stability(Stable)
        @Nullable
        public String getRestoreTimeInput()
      • getSourceDbInstanceAutomatedBackupsArnInput

        @Stability(Stable)
        @Nullable
        public String getSourceDbInstanceAutomatedBackupsArnInput()
      • getSourceDbInstanceIdentifierInput

        @Stability(Stable)
        @Nullable
        public String getSourceDbInstanceIdentifierInput()
      • getSourceDbiResourceIdInput

        @Stability(Stable)
        @Nullable
        public String getSourceDbiResourceIdInput()
      • getUseLatestRestorableTimeInput

        @Stability(Stable)
        @Nullable
        public Object getUseLatestRestorableTimeInput()
      • getRestoreTime

        @Stability(Stable)
        @NotNull
        public String getRestoreTime()
      • setRestoreTime

        @Stability(Stable)
        public void setRestoreTime​(@NotNull
                                   String value)
      • getSourceDbInstanceAutomatedBackupsArn

        @Stability(Stable)
        @NotNull
        public String getSourceDbInstanceAutomatedBackupsArn()
      • setSourceDbInstanceAutomatedBackupsArn

        @Stability(Stable)
        public void setSourceDbInstanceAutomatedBackupsArn​(@NotNull
                                                           String value)
      • getSourceDbInstanceIdentifier

        @Stability(Stable)
        @NotNull
        public String getSourceDbInstanceIdentifier()
      • setSourceDbInstanceIdentifier

        @Stability(Stable)
        public void setSourceDbInstanceIdentifier​(@NotNull
                                                  String value)
      • getSourceDbiResourceId

        @Stability(Stable)
        @NotNull
        public String getSourceDbiResourceId()
      • setSourceDbiResourceId

        @Stability(Stable)
        public void setSourceDbiResourceId​(@NotNull
                                           String value)
      • getUseLatestRestorableTime

        @Stability(Stable)
        @NotNull
        public Object getUseLatestRestorableTime()
      • setUseLatestRestorableTime

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

        @Stability(Stable)
        public void setUseLatestRestorableTime​(@NotNull
                                               com.hashicorp.cdktf.IResolvable value)