Interface DbInstanceRestoreToPointInTime

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.502Z")
    @Stability(Stable)
    public interface DbInstanceRestoreToPointInTime
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getRestoreTime

        @Stability(Stable)
        @Nullable
        default String getRestoreTime()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#restore_time DbInstance#restore_time}.
      • getSourceDbInstanceAutomatedBackupsArn

        @Stability(Stable)
        @Nullable
        default String getSourceDbInstanceAutomatedBackupsArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_db_instance_automated_backups_arn DbInstance#source_db_instance_automated_backups_arn}.
      • getSourceDbInstanceIdentifier

        @Stability(Stable)
        @Nullable
        default String getSourceDbInstanceIdentifier()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_db_instance_identifier DbInstance#source_db_instance_identifier}.
      • getSourceDbiResourceId

        @Stability(Stable)
        @Nullable
        default String getSourceDbiResourceId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_dbi_resource_id DbInstance#source_dbi_resource_id}.
      • getUseLatestRestorableTime

        @Stability(Stable)
        @Nullable
        default Object getUseLatestRestorableTime()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#use_latest_restorable_time DbInstance#use_latest_restorable_time}.