1. Packages
  2. Packages
  3. Bytepluscc Provider
  4. API Docs
  5. rdsmssql
  6. Backup
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus

    Backup list.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    resources:
      rDSMsSQLBackupDemo:
        type: bytepluscc:rdsmssql:Backup
        name: RDSMsSQLBackupDemo
        properties:
          instanceId: mssql-099bda9abfaf
          backupType: Full
          backupMetas:
            - db_name: user
    
    Example coming soon!
    

    Create Backup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Backup(name: string, args: BackupArgs, opts?: CustomResourceOptions);
    @overload
    def Backup(resource_name: str,
               args: BackupArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Backup(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               instance_id: Optional[str] = None,
               backup_metas: Optional[Sequence[BackupBackupMetaArgs]] = None,
               backup_type: Optional[str] = None)
    func NewBackup(ctx *Context, name string, args BackupArgs, opts ...ResourceOption) (*Backup, error)
    public Backup(string name, BackupArgs args, CustomResourceOptions? opts = null)
    public Backup(String name, BackupArgs args)
    public Backup(String name, BackupArgs args, CustomResourceOptions options)
    
    type: bytepluscc:rdsmssql:Backup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "bytepluscc_rdsmssql_backup" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args BackupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args BackupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args BackupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BackupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BackupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var byteplusccBackupResource = new Bytepluscc.Rdsmssql.Backup("byteplusccBackupResource", new()
    {
        InstanceId = "string",
        BackupMetas = new[]
        {
            new Bytepluscc.Rdsmssql.Inputs.BackupBackupMetaArgs
            {
                DbName = "string",
            },
        },
        BackupType = "string",
    });
    
    example, err := rdsmssql.NewBackup(ctx, "byteplusccBackupResource", &rdsmssql.BackupArgs{
    	InstanceId: pulumi.String("string"),
    	BackupMetas: rdsmssql.BackupBackupMetaArray{
    		&rdsmssql.BackupBackupMetaArgs{
    			DbName: pulumi.String("string"),
    		},
    	},
    	BackupType: pulumi.String("string"),
    })
    
    resource "bytepluscc_rdsmssql_backup" "byteplusccBackupResource" {
      instance_id = "string"
      backup_metas {
        db_name = "string"
      }
      backup_type = "string"
    }
    
    var byteplusccBackupResource = new com.byteplus.bytepluscc.rdsmssql.Backup("byteplusccBackupResource", com.byteplus.bytepluscc.rdsmssql.BackupArgs.builder()
        .instanceId("string")
        .backupMetas(BackupBackupMetaArgs.builder()
            .dbName("string")
            .build())
        .backupType("string")
        .build());
    
    bytepluscc_backup_resource = bytepluscc.rdsmssql.Backup("byteplusccBackupResource",
        instance_id="string",
        backup_metas=[{
            "db_name": "string",
        }],
        backup_type="string")
    
    const byteplusccBackupResource = new bytepluscc.rdsmssql.Backup("byteplusccBackupResource", {
        instanceId: "string",
        backupMetas: [{
            dbName: "string",
        }],
        backupType: "string",
    });
    
    type: bytepluscc:rdsmssql:Backup
    properties:
        backupMetas:
            - dbName: string
        backupType: string
        instanceId: string
    

    Backup Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Backup resource accepts the following input properties:

    InstanceId string
    Instance ID.
    BackupMetas List<Byteplus.BackupBackupMeta>
    BackupType string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    InstanceId string
    Instance ID.
    BackupMetas []BackupBackupMetaArgs
    BackupType string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    instance_id string
    Instance ID.
    backup_metas list(object)
    backup_type string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    instanceId String
    Instance ID.
    backupMetas List<BackupBackupMeta>
    backupType String
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    instanceId string
    Instance ID.
    backupMetas BackupBackupMeta[]
    backupType string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    instance_id str
    Instance ID.
    backup_metas Sequence[BackupBackupMetaArgs]
    backup_type str
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    instanceId String
    Instance ID.
    backupMetas List<Property Map>
    backupType String
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Backup resource produces the following output properties:

    BackupDatabaseDetails List<Byteplus.BackupBackupDatabaseDetail>
    BackupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupFileSize int
    Backup file size (Bytes).
    BackupId string
    Backup ID.
    BackupMethod string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    BackupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupStatus string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    CreateType string
    Creation type. Values: System (system), User (user).
    DownloadProgress int
    Backup file preparation progress (%).
    DownloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    Id string
    The provider-assigned unique ID for this managed resource.
    BackupDatabaseDetails []BackupBackupDatabaseDetail
    BackupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupFileSize int
    Backup file size (Bytes).
    BackupId string
    Backup ID.
    BackupMethod string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    BackupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupStatus string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    CreateType string
    Creation type. Values: System (system), User (user).
    DownloadProgress int
    Backup file preparation progress (%).
    DownloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    Id string
    The provider-assigned unique ID for this managed resource.
    backup_database_details list(object)
    backup_end_time string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_file_size number
    Backup file size (Bytes).
    backup_id string
    Backup ID.
    backup_method string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backup_start_time string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_status string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    create_type string
    Creation type. Values: System (system), User (user).
    download_progress number
    Backup file preparation progress (%).
    download_status string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    id string
    The provider-assigned unique ID for this managed resource.
    backupDatabaseDetails List<BackupBackupDatabaseDetail>
    backupEndTime String
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupFileSize Integer
    Backup file size (Bytes).
    backupId String
    Backup ID.
    backupMethod String
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backupStartTime String
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupStatus String
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    createType String
    Creation type. Values: System (system), User (user).
    downloadProgress Integer
    Backup file preparation progress (%).
    downloadStatus String
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    id String
    The provider-assigned unique ID for this managed resource.
    backupDatabaseDetails BackupBackupDatabaseDetail[]
    backupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupFileSize number
    Backup file size (Bytes).
    backupId string
    Backup ID.
    backupMethod string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupStatus string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    createType string
    Creation type. Values: System (system), User (user).
    downloadProgress number
    Backup file preparation progress (%).
    downloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    id string
    The provider-assigned unique ID for this managed resource.
    backup_database_details Sequence[BackupBackupDatabaseDetail]
    backup_end_time str
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_file_size int
    Backup file size (Bytes).
    backup_id str
    Backup ID.
    backup_method str
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backup_start_time str
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_status str
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    create_type str
    Creation type. Values: System (system), User (user).
    download_progress int
    Backup file preparation progress (%).
    download_status str
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    id str
    The provider-assigned unique ID for this managed resource.
    backupDatabaseDetails List<Property Map>
    backupEndTime String
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupFileSize Number
    Backup file size (Bytes).
    backupId String
    Backup ID.
    backupMethod String
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backupStartTime String
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupStatus String
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    createType String
    Creation type. Values: System (system), User (user).
    downloadProgress Number
    Backup file preparation progress (%).
    downloadStatus String
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Backup Resource

    Get an existing Backup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: BackupState, opts?: CustomResourceOptions): Backup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            backup_database_details: Optional[Sequence[BackupBackupDatabaseDetailArgs]] = None,
            backup_end_time: Optional[str] = None,
            backup_file_size: Optional[int] = None,
            backup_id: Optional[str] = None,
            backup_metas: Optional[Sequence[BackupBackupMetaArgs]] = None,
            backup_method: 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_progress: Optional[int] = None,
            download_status: Optional[str] = None,
            instance_id: Optional[str] = None) -> Backup
    func GetBackup(ctx *Context, name string, id IDInput, state *BackupState, opts ...ResourceOption) (*Backup, error)
    public static Backup Get(string name, Input<string> id, BackupState? state, CustomResourceOptions? opts = null)
    public static Backup get(String name, Output<String> id, BackupState state, CustomResourceOptions options)
    resources:  _:    type: bytepluscc:rdsmssql:Backup    get:      id: ${id}
    import {
      to = bytepluscc_rdsmssql_backup.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    BackupDatabaseDetails List<Byteplus.BackupBackupDatabaseDetail>
    BackupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupFileSize int
    Backup file size (Bytes).
    BackupId string
    Backup ID.
    BackupMetas List<Byteplus.BackupBackupMeta>
    BackupMethod string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    BackupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupStatus string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    BackupType string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    CreateType string
    Creation type. Values: System (system), User (user).
    DownloadProgress int
    Backup file preparation progress (%).
    DownloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    InstanceId string
    Instance ID.
    BackupDatabaseDetails []BackupBackupDatabaseDetailArgs
    BackupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupFileSize int
    Backup file size (Bytes).
    BackupId string
    Backup ID.
    BackupMetas []BackupBackupMetaArgs
    BackupMethod string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    BackupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupStatus string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    BackupType string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    CreateType string
    Creation type. Values: System (system), User (user).
    DownloadProgress int
    Backup file preparation progress (%).
    DownloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    InstanceId string
    Instance ID.
    backup_database_details list(object)
    backup_end_time string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_file_size number
    Backup file size (Bytes).
    backup_id string
    Backup ID.
    backup_metas list(object)
    backup_method string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backup_start_time string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_status string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    backup_type string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    create_type string
    Creation type. Values: System (system), User (user).
    download_progress number
    Backup file preparation progress (%).
    download_status string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    instance_id string
    Instance ID.
    backupDatabaseDetails List<BackupBackupDatabaseDetail>
    backupEndTime String
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupFileSize Integer
    Backup file size (Bytes).
    backupId String
    Backup ID.
    backupMetas List<BackupBackupMeta>
    backupMethod String
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backupStartTime String
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupStatus String
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    backupType String
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    createType String
    Creation type. Values: System (system), User (user).
    downloadProgress Integer
    Backup file preparation progress (%).
    downloadStatus String
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    instanceId String
    Instance ID.
    backupDatabaseDetails BackupBackupDatabaseDetail[]
    backupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupFileSize number
    Backup file size (Bytes).
    backupId string
    Backup ID.
    backupMetas BackupBackupMeta[]
    backupMethod string
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupStatus string
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    backupType string
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    createType string
    Creation type. Values: System (system), User (user).
    downloadProgress number
    Backup file preparation progress (%).
    downloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    instanceId string
    Instance ID.
    backup_database_details Sequence[BackupBackupDatabaseDetailArgs]
    backup_end_time str
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_file_size int
    Backup file size (Bytes).
    backup_id str
    Backup ID.
    backup_metas Sequence[BackupBackupMetaArgs]
    backup_method str
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backup_start_time str
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_status str
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    backup_type str
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    create_type str
    Creation type. Values: System (system), User (user).
    download_progress int
    Backup file preparation progress (%).
    download_status str
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    instance_id str
    Instance ID.
    backupDatabaseDetails List<Property Map>
    backupEndTime String
    Backup end time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupFileSize Number
    Backup file size (Bytes).
    backupId String
    Backup ID.
    backupMetas List<Property Map>
    backupMethod String
    Backup method. Values: Logical (logical backup), Physical (physical backup), Snapshot (snapshot backup).
    backupStartTime String
    Backup start time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupStatus String
    Backup status. Values: Success (successful), Failed (failed), Running (in progress).
    backupType String
    Backup type. Values: Full (full backup), Diff (incremental/differential backup), Log (log backup).
    createType String
    Creation type. Values: System (system), User (user).
    downloadProgress Number
    Backup file preparation progress (%).
    downloadStatus String
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    instanceId String
    Instance ID.

    Supporting Types

    BackupBackupDatabaseDetail, BackupBackupDatabaseDetailArgs

    BackupDownloadLinkEip string
    External network backup download link.
    BackupDownloadLinkInner string
    Internal network backup download link.
    BackupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    BackupFileName string
    Backup file name.
    BackupFileSize int
    Backup file size (Bytes).
    BackupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    BackupType string
    Backup type. Values: Full (full backup), Diff (differential backup).
    DatabaseName string
    Database name.
    DownloadProgress int
    Backup file preparation progress (%).
    DownloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    LinkExpiredTime string
    Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    BackupDownloadLinkEip string
    External network backup download link.
    BackupDownloadLinkInner string
    Internal network backup download link.
    BackupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    BackupFileName string
    Backup file name.
    BackupFileSize int
    Backup file size (Bytes).
    BackupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    BackupType string
    Backup type. Values: Full (full backup), Diff (differential backup).
    DatabaseName string
    Database name.
    DownloadProgress int
    Backup file preparation progress (%).
    DownloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    LinkExpiredTime string
    Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_download_link_eip string
    External network backup download link.
    backup_download_link_inner string
    Internal network backup download link.
    backup_end_time string
    Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backup_file_name string
    Backup file name.
    backup_file_size number
    Backup file size (Bytes).
    backup_start_time string
    Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backup_type string
    Backup type. Values: Full (full backup), Diff (differential backup).
    database_name string
    Database name.
    download_progress number
    Backup file preparation progress (%).
    download_status string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    link_expired_time string
    Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupDownloadLinkEip String
    External network backup download link.
    backupDownloadLinkInner String
    Internal network backup download link.
    backupEndTime String
    Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backupFileName String
    Backup file name.
    backupFileSize Integer
    Backup file size (Bytes).
    backupStartTime String
    Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backupType String
    Backup type. Values: Full (full backup), Diff (differential backup).
    databaseName String
    Database name.
    downloadProgress Integer
    Backup file preparation progress (%).
    downloadStatus String
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    linkExpiredTime String
    Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupDownloadLinkEip string
    External network backup download link.
    backupDownloadLinkInner string
    Internal network backup download link.
    backupEndTime string
    Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backupFileName string
    Backup file name.
    backupFileSize number
    Backup file size (Bytes).
    backupStartTime string
    Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backupType string
    Backup type. Values: Full (full backup), Diff (differential backup).
    databaseName string
    Database name.
    downloadProgress number
    Backup file preparation progress (%).
    downloadStatus string
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    linkExpiredTime string
    Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backup_download_link_eip str
    External network backup download link.
    backup_download_link_inner str
    Internal network backup download link.
    backup_end_time str
    Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backup_file_name str
    Backup file name.
    backup_file_size int
    Backup file size (Bytes).
    backup_start_time str
    Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backup_type str
    Backup type. Values: Full (full backup), Diff (differential backup).
    database_name str
    Database name.
    download_progress int
    Backup file preparation progress (%).
    download_status str
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    link_expired_time str
    Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
    backupDownloadLinkEip String
    External network backup download link.
    backupDownloadLinkInner String
    Internal network backup download link.
    backupEndTime String
    Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backupFileName String
    Backup file name.
    backupFileSize Number
    Backup file size (Bytes).
    backupStartTime String
    Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
    backupType String
    Backup type. Values: Full (full backup), Diff (differential backup).
    databaseName String
    Database name.
    downloadProgress Number
    Backup file preparation progress (%).
    downloadStatus String
    Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
    linkExpiredTime String
    Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).

    BackupBackupMeta, BackupBackupMetaArgs

    DbName string
    Backup database name.
    DbName string
    Backup database name.
    db_name string
    Backup database name.
    dbName String
    Backup database name.
    dbName string
    Backup database name.
    db_name str
    Backup database name.
    dbName String
    Backup database name.

    Import

    $ pulumi import bytepluscc:rdsmssql/backup:Backup example "instance_id|backup_id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.35
    published on Monday, Jun 15, 2026 by Byteplus

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial