Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
Deprecated: volcengine.rds_postgresql.DataBackups has been deprecated in favor of volcengine.rds_postgresql.getDataBackups
Use this data source to query detailed information of rds postgresql data backups
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const example = volcengine.rds_postgresql.getDataBackups({
backupEndTime: "2025-12-15T23:59:59.999Z",
backupId: "20251214-172343F",
backupStartTime: "2025-12-01T00:00:00.000Z",
instanceId: "postgres-72715e0d9f58",
});
import pulumi
import pulumi_volcengine as volcengine
example = volcengine.rds_postgresql.get_data_backups(backup_end_time="2025-12-15T23:59:59.999Z",
backup_id="20251214-172343F",
backup_start_time="2025-12-01T00:00:00.000Z",
instance_id="postgres-72715e0d9f58")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds_postgresql"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rds_postgresql.GetDataBackups(ctx, &rds_postgresql.GetDataBackupsArgs{
BackupEndTime: pulumi.StringRef("2025-12-15T23:59:59.999Z"),
BackupId: pulumi.StringRef("20251214-172343F"),
BackupStartTime: pulumi.StringRef("2025-12-01T00:00:00.000Z"),
InstanceId: "postgres-72715e0d9f58",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var example = Volcengine.Rds_postgresql.GetDataBackups.Invoke(new()
{
BackupEndTime = "2025-12-15T23:59:59.999Z",
BackupId = "20251214-172343F",
BackupStartTime = "2025-12-01T00:00:00.000Z",
InstanceId = "postgres-72715e0d9f58",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rds_postgresql.Rds_postgresqlFunctions;
import com.pulumi.volcengine.rds_postgresql.inputs.GetDataBackupsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = Rds_postgresqlFunctions.getDataBackups(GetDataBackupsArgs.builder()
.backupEndTime("2025-12-15T23:59:59.999Z")
.backupId("20251214-172343F")
.backupStartTime("2025-12-01T00:00:00.000Z")
.instanceId("postgres-72715e0d9f58")
.build());
}
}
variables:
example:
fn::invoke:
Function: volcengine:rds_postgresql:getDataBackups
Arguments:
backupEndTime: 2025-12-15T23:59:59.999Z
backupId: 20251214-172343F
backupStartTime: 2025-12-01T00:00:00.000Z
instanceId: postgres-72715e0d9f58
Using DataBackups
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function dataBackups(args: DataBackupsArgs, opts?: InvokeOptions): Promise<DataBackupsResult>
function dataBackupsOutput(args: DataBackupsOutputArgs, opts?: InvokeOptions): Output<DataBackupsResult>def data_backups(backup_database_name: Optional[str] = None,
backup_description: Optional[str] = None,
backup_end_time: Optional[str] = None,
backup_id: Optional[str] = None,
backup_method: Optional[str] = None,
backup_scope: Optional[str] = None,
backup_start_time: Optional[str] = None,
backup_status: Optional[str] = None,
backup_type: Optional[str] = None,
create_type: Optional[str] = None,
download_status: Optional[str] = None,
instance_id: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> DataBackupsResult
def data_backups_output(backup_database_name: Optional[pulumi.Input[str]] = None,
backup_description: Optional[pulumi.Input[str]] = None,
backup_end_time: Optional[pulumi.Input[str]] = None,
backup_id: Optional[pulumi.Input[str]] = None,
backup_method: Optional[pulumi.Input[str]] = None,
backup_scope: Optional[pulumi.Input[str]] = None,
backup_start_time: Optional[pulumi.Input[str]] = None,
backup_status: Optional[pulumi.Input[str]] = None,
backup_type: Optional[pulumi.Input[str]] = None,
create_type: Optional[pulumi.Input[str]] = None,
download_status: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[DataBackupsResult]func DataBackups(ctx *Context, args *DataBackupsArgs, opts ...InvokeOption) (*DataBackupsResult, error)
func DataBackupsOutput(ctx *Context, args *DataBackupsOutputArgs, opts ...InvokeOption) DataBackupsResultOutputpublic static class DataBackups
{
public static Task<DataBackupsResult> InvokeAsync(DataBackupsArgs args, InvokeOptions? opts = null)
public static Output<DataBackupsResult> Invoke(DataBackupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<DataBackupsResult> dataBackups(DataBackupsArgs args, InvokeOptions options)
public static Output<DataBackupsResult> dataBackups(DataBackupsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rds_postgresql:DataBackups
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - The ID of the PostgreSQL instance.
- Backup
Database stringName - The name of the database included in the backup set. Only effective when the value of backup_method is Logical.
- Backup
Description string - The description of the backup set.
- Backup
End stringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Id string - The ID of the backup.
- Backup
Method string - The method of the backup: Physical, Logical.
- Backup
Scope string - The scope of the backup: Instance, Database.
- Backup
Start stringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Status string - The status of the backup: Success, Failed, Running.
- Backup
Type string - The type of the backup: Full, Increment.
- Create
Type string - The creation type of the backup: System, User.
- Download
Status string - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- Output
File string - File name where to save data source results.
- Instance
Id string - The ID of the PostgreSQL instance.
- Backup
Database stringName - The name of the database included in the backup set. Only effective when the value of backup_method is Logical.
- Backup
Description string - The description of the backup set.
- Backup
End stringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Id string - The ID of the backup.
- Backup
Method string - The method of the backup: Physical, Logical.
- Backup
Scope string - The scope of the backup: Instance, Database.
- Backup
Start stringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Status string - The status of the backup: Success, Failed, Running.
- Backup
Type string - The type of the backup: Full, Increment.
- Create
Type string - The creation type of the backup: System, User.
- Download
Status string - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- Output
File string - File name where to save data source results.
- instance
Id String - The ID of the PostgreSQL instance.
- backup
Database StringName - The name of the database included in the backup set. Only effective when the value of backup_method is Logical.
- backup
Description String - The description of the backup set.
- backup
End StringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Id String - The ID of the backup.
- backup
Method String - The method of the backup: Physical, Logical.
- backup
Scope String - The scope of the backup: Instance, Database.
- backup
Start StringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status String - The status of the backup: Success, Failed, Running.
- backup
Type String - The type of the backup: Full, Increment.
- create
Type String - The creation type of the backup: System, User.
- download
Status String - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- output
File String - File name where to save data source results.
- instance
Id string - The ID of the PostgreSQL instance.
- backup
Database stringName - The name of the database included in the backup set. Only effective when the value of backup_method is Logical.
- backup
Description string - The description of the backup set.
- backup
End stringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Id string - The ID of the backup.
- backup
Method string - The method of the backup: Physical, Logical.
- backup
Scope string - The scope of the backup: Instance, Database.
- backup
Start stringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status string - The status of the backup: Success, Failed, Running.
- backup
Type string - The type of the backup: Full, Increment.
- create
Type string - The creation type of the backup: System, User.
- download
Status string - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- output
File string - File name where to save data source results.
- instance_
id str - The ID of the PostgreSQL instance.
- backup_
database_ strname - The name of the database included in the backup set. Only effective when the value of backup_method is Logical.
- backup_
description str - The description of the backup set.
- backup_
end_ strtime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup_
id str - The ID of the backup.
- backup_
method str - The method of the backup: Physical, Logical.
- backup_
scope str - The scope of the backup: Instance, Database.
- backup_
start_ strtime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup_
status str - The status of the backup: Success, Failed, Running.
- backup_
type str - The type of the backup: Full, Increment.
- create_
type str - The creation type of the backup: System, User.
- download_
status str - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- output_
file str - File name where to save data source results.
- instance
Id String - The ID of the PostgreSQL instance.
- backup
Database StringName - The name of the database included in the backup set. Only effective when the value of backup_method is Logical.
- backup
Description String - The description of the backup set.
- backup
End StringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Id String - The ID of the backup.
- backup
Method String - The method of the backup: Physical, Logical.
- backup
Scope String - The scope of the backup: Instance, Database.
- backup
Start StringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status String - The status of the backup: Success, Failed, Running.
- backup
Type String - The type of the backup: Full, Increment.
- create
Type String - The creation type of the backup: System, User.
- download
Status String - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- output
File String - File name where to save data source results.
DataBackups Result
The following output properties are available:
- Backups
List<Data
Backups Backup> - The collection of the query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Total
Count int - The total count of query.
- Backup
Database stringName - Backup
Description string - The description of the backup set.
- Backup
End stringTime - The end time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Id string - The ID of the backup.
- Backup
Method string - The method of the backup: Physical, Logical.
- Backup
Scope string - The scope of the backup: Instance, Database.
- Backup
Start stringTime - The start time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Status string - The status of the backup: Success, Failed, Running.
- Backup
Type string - The type of the backup: Full, Increment.
- Create
Type string - The creation type of the backup: System, User.
- Download
Status string - The downloadable status of the backup set.
- Output
File string
- Backups
[]Data
Backups Backup - The collection of the query.
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Total
Count int - The total count of query.
- Backup
Database stringName - Backup
Description string - The description of the backup set.
- Backup
End stringTime - The end time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Id string - The ID of the backup.
- Backup
Method string - The method of the backup: Physical, Logical.
- Backup
Scope string - The scope of the backup: Instance, Database.
- Backup
Start stringTime - The start time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Status string - The status of the backup: Success, Failed, Running.
- Backup
Type string - The type of the backup: Full, Increment.
- Create
Type string - The creation type of the backup: System, User.
- Download
Status string - The downloadable status of the backup set.
- Output
File string
- backups
List<Data
Backups Backup> - The collection of the query.
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - total
Count Integer - The total count of query.
- backup
Database StringName - backup
Description String - The description of the backup set.
- backup
End StringTime - The end time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Id String - The ID of the backup.
- backup
Method String - The method of the backup: Physical, Logical.
- backup
Scope String - The scope of the backup: Instance, Database.
- backup
Start StringTime - The start time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status String - The status of the backup: Success, Failed, Running.
- backup
Type String - The type of the backup: Full, Increment.
- create
Type String - The creation type of the backup: System, User.
- download
Status String - The downloadable status of the backup set.
- output
File String
- backups
Data
Backups Backup[] - The collection of the query.
- id string
- The provider-assigned unique ID for this managed resource.
- instance
Id string - total
Count number - The total count of query.
- backup
Database stringName - backup
Description string - The description of the backup set.
- backup
End stringTime - The end time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Id string - The ID of the backup.
- backup
Method string - The method of the backup: Physical, Logical.
- backup
Scope string - The scope of the backup: Instance, Database.
- backup
Start stringTime - The start time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status string - The status of the backup: Success, Failed, Running.
- backup
Type string - The type of the backup: Full, Increment.
- create
Type string - The creation type of the backup: System, User.
- download
Status string - The downloadable status of the backup set.
- output
File string
- backups
Sequence[Data
Backups Backup] - The collection of the query.
- id str
- The provider-assigned unique ID for this managed resource.
- instance_
id str - total_
count int - The total count of query.
- backup_
database_ strname - backup_
description str - The description of the backup set.
- backup_
end_ strtime - The end time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup_
id str - The ID of the backup.
- backup_
method str - The method of the backup: Physical, Logical.
- backup_
scope str - The scope of the backup: Instance, Database.
- backup_
start_ strtime - The start time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup_
status str - The status of the backup: Success, Failed, Running.
- backup_
type str - The type of the backup: Full, Increment.
- create_
type str - The creation type of the backup: System, User.
- download_
status str - The downloadable status of the backup set.
- output_
file str
- backups List<Property Map>
- The collection of the query.
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - total
Count Number - The total count of query.
- backup
Database StringName - backup
Description String - The description of the backup set.
- backup
End StringTime - The end time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Id String - The ID of the backup.
- backup
Method String - The method of the backup: Physical, Logical.
- backup
Scope String - The scope of the backup: Instance, Database.
- backup
Start StringTime - The start time of the backup. The time format is yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status String - The status of the backup: Success, Failed, Running.
- backup
Type String - The type of the backup: Full, Increment.
- create
Type String - The creation type of the backup: System, User.
- download
Status String - The downloadable status of the backup set.
- output
File String
Supporting Types
DataBackupsBackup
- Backup
Data intSize - The original size of the data contained in the backup, in Bytes.
- Backup
Description string - The description of the backup set.
- Backup
End stringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
File stringName - The name of the backup file.
- Backup
File intSize - The size of the backup file, in Byte.
- Backup
Id string - The ID of the backup.
- Backup
Metas List<DataBackups Backup Backup Meta> - The information about the databases included in the backup.
- Backup
Method string - The method of the backup: Physical, Logical.
- Backup
Progress int - The progress of the backup. The unit is percentage.
- Backup
Scope string - The scope of the backup: Instance, Database.
- Backup
Start stringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Status string - The status of the backup: Success, Failed, Running.
- Backup
Type string - The type of the backup: Full, Increment.
- Create
Type string - The creation type of the backup: System, User.
- Download
Status string - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- Backup
Data intSize - The original size of the data contained in the backup, in Bytes.
- Backup
Description string - The description of the backup set.
- Backup
End stringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
File stringName - The name of the backup file.
- Backup
File intSize - The size of the backup file, in Byte.
- Backup
Id string - The ID of the backup.
- Backup
Metas []DataBackups Backup Backup Meta - The information about the databases included in the backup.
- Backup
Method string - The method of the backup: Physical, Logical.
- Backup
Progress int - The progress of the backup. The unit is percentage.
- Backup
Scope string - The scope of the backup: Instance, Database.
- Backup
Start stringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Backup
Status string - The status of the backup: Success, Failed, Running.
- Backup
Type string - The type of the backup: Full, Increment.
- Create
Type string - The creation type of the backup: System, User.
- Download
Status string - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- backup
Data IntegerSize - The original size of the data contained in the backup, in Bytes.
- backup
Description String - The description of the backup set.
- backup
End StringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
File StringName - The name of the backup file.
- backup
File IntegerSize - The size of the backup file, in Byte.
- backup
Id String - The ID of the backup.
- backup
Metas List<DataBackups Backup Backup Meta> - The information about the databases included in the backup.
- backup
Method String - The method of the backup: Physical, Logical.
- backup
Progress Integer - The progress of the backup. The unit is percentage.
- backup
Scope String - The scope of the backup: Instance, Database.
- backup
Start StringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status String - The status of the backup: Success, Failed, Running.
- backup
Type String - The type of the backup: Full, Increment.
- create
Type String - The creation type of the backup: System, User.
- download
Status String - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- backup
Data numberSize - The original size of the data contained in the backup, in Bytes.
- backup
Description string - The description of the backup set.
- backup
End stringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
File stringName - The name of the backup file.
- backup
File numberSize - The size of the backup file, in Byte.
- backup
Id string - The ID of the backup.
- backup
Metas DataBackups Backup Backup Meta[] - The information about the databases included in the backup.
- backup
Method string - The method of the backup: Physical, Logical.
- backup
Progress number - The progress of the backup. The unit is percentage.
- backup
Scope string - The scope of the backup: Instance, Database.
- backup
Start stringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status string - The status of the backup: Success, Failed, Running.
- backup
Type string - The type of the backup: Full, Increment.
- create
Type string - The creation type of the backup: System, User.
- download
Status string - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- backup_
data_ intsize - The original size of the data contained in the backup, in Bytes.
- backup_
description str - The description of the backup set.
- backup_
end_ strtime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup_
file_ strname - The name of the backup file.
- backup_
file_ intsize - The size of the backup file, in Byte.
- backup_
id str - The ID of the backup.
- backup_
metas Sequence[DataBackups Backup Backup Meta] - The information about the databases included in the backup.
- backup_
method str - The method of the backup: Physical, Logical.
- backup_
progress int - The progress of the backup. The unit is percentage.
- backup_
scope str - The scope of the backup: Instance, Database.
- backup_
start_ strtime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup_
status str - The status of the backup: Success, Failed, Running.
- backup_
type str - The type of the backup: Full, Increment.
- create_
type str - The creation type of the backup: System, User.
- download_
status str - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
- backup
Data NumberSize - The original size of the data contained in the backup, in Bytes.
- backup
Description String - The description of the backup set.
- backup
End StringTime - The latest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
File StringName - The name of the backup file.
- backup
File NumberSize - The size of the backup file, in Byte.
- backup
Id String - The ID of the backup.
- backup
Metas List<Property Map> - The information about the databases included in the backup.
- backup
Method String - The method of the backup: Physical, Logical.
- backup
Progress Number - The progress of the backup. The unit is percentage.
- backup
Scope String - The scope of the backup: Instance, Database.
- backup
Start StringTime - The earliest time when the backup is created, in the format of yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- backup
Status String - The status of the backup: Success, Failed, Running.
- backup
Type String - The type of the backup: Full, Increment.
- create
Type String - The creation type of the backup: System, User.
- download
Status String - The downloadable status of the backup set. NotAllowed: download is not supported. NeedToPrepare: the backup set is in place and needs background preparation for backup. LinkReady: the backup set is ready for download.
DataBackupsBackupBackupMeta
- Db
Name string - The name of the database.
- Db
Name string - The name of the database.
- db
Name String - The name of the database.
- db
Name string - The name of the database.
- db_
name str - The name of the database.
- db
Name String - The name of the database.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
