Interface SqlDatabaseInstanceRestoreBackupContext

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.787Z")
    @Stability(Stable)
    public interface SqlDatabaseInstanceRestoreBackupContext
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getBackupRunId

        @Stability(Stable)
        @NotNull
        Number getBackupRunId()
        The ID of the backup run to restore from.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#backup_run_id SqlDatabaseInstance#backup_run_id}

      • getInstanceId

        @Stability(Stable)
        @Nullable
        default String getInstanceId()
        The ID of the instance that the backup was taken from.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#instance_id SqlDatabaseInstance#instance_id}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        The full project ID of the source instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#project SqlDatabaseInstance#project}