1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. BigDataService
  5. getBdsInstanceNodeBackupConfiguration
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

oci.BigDataService.getBdsInstanceNodeBackupConfiguration

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi

    This data source provides details about a specific Bds Instance Node Backup Configuration resource in Oracle Cloud Infrastructure Big Data Service service.

    Returns details of the NodeBackupConfiguration identified by the given ID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBdsInstanceNodeBackupConfiguration = oci.BigDataService.getBdsInstanceNodeBackupConfiguration({
        bdsInstanceId: testBdsInstance.id,
        nodeBackupConfigurationId: testConfiguration.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_bds_instance_node_backup_configuration = oci.BigDataService.get_bds_instance_node_backup_configuration(bds_instance_id=test_bds_instance["id"],
        node_backup_configuration_id=test_configuration["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/bigdataservice"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := bigdataservice.GetBdsInstanceNodeBackupConfiguration(ctx, &bigdataservice.GetBdsInstanceNodeBackupConfigurationArgs{
    			BdsInstanceId:             testBdsInstance.Id,
    			NodeBackupConfigurationId: testConfiguration.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testBdsInstanceNodeBackupConfiguration = Oci.BigDataService.GetBdsInstanceNodeBackupConfiguration.Invoke(new()
        {
            BdsInstanceId = testBdsInstance.Id,
            NodeBackupConfigurationId = testConfiguration.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.BigDataService.BigDataServiceFunctions;
    import com.pulumi.oci.BigDataService.inputs.GetBdsInstanceNodeBackupConfigurationArgs;
    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 testBdsInstanceNodeBackupConfiguration = BigDataServiceFunctions.getBdsInstanceNodeBackupConfiguration(GetBdsInstanceNodeBackupConfigurationArgs.builder()
                .bdsInstanceId(testBdsInstance.id())
                .nodeBackupConfigurationId(testConfiguration.id())
                .build());
    
        }
    }
    
    variables:
      testBdsInstanceNodeBackupConfiguration:
        fn::invoke:
          function: oci:BigDataService:getBdsInstanceNodeBackupConfiguration
          arguments:
            bdsInstanceId: ${testBdsInstance.id}
            nodeBackupConfigurationId: ${testConfiguration.id}
    

    Using getBdsInstanceNodeBackupConfiguration

    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 getBdsInstanceNodeBackupConfiguration(args: GetBdsInstanceNodeBackupConfigurationArgs, opts?: InvokeOptions): Promise<GetBdsInstanceNodeBackupConfigurationResult>
    function getBdsInstanceNodeBackupConfigurationOutput(args: GetBdsInstanceNodeBackupConfigurationOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceNodeBackupConfigurationResult>
    def get_bds_instance_node_backup_configuration(bds_instance_id: Optional[str] = None,
                                                   node_backup_configuration_id: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetBdsInstanceNodeBackupConfigurationResult
    def get_bds_instance_node_backup_configuration_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
                                                   node_backup_configuration_id: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceNodeBackupConfigurationResult]
    func LookupBdsInstanceNodeBackupConfiguration(ctx *Context, args *LookupBdsInstanceNodeBackupConfigurationArgs, opts ...InvokeOption) (*LookupBdsInstanceNodeBackupConfigurationResult, error)
    func LookupBdsInstanceNodeBackupConfigurationOutput(ctx *Context, args *LookupBdsInstanceNodeBackupConfigurationOutputArgs, opts ...InvokeOption) LookupBdsInstanceNodeBackupConfigurationResultOutput

    > Note: This function is named LookupBdsInstanceNodeBackupConfiguration in the Go SDK.

    public static class GetBdsInstanceNodeBackupConfiguration 
    {
        public static Task<GetBdsInstanceNodeBackupConfigurationResult> InvokeAsync(GetBdsInstanceNodeBackupConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetBdsInstanceNodeBackupConfigurationResult> Invoke(GetBdsInstanceNodeBackupConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBdsInstanceNodeBackupConfigurationResult> getBdsInstanceNodeBackupConfiguration(GetBdsInstanceNodeBackupConfigurationArgs args, InvokeOptions options)
    public static Output<GetBdsInstanceNodeBackupConfigurationResult> getBdsInstanceNodeBackupConfiguration(GetBdsInstanceNodeBackupConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:BigDataService/getBdsInstanceNodeBackupConfiguration:getBdsInstanceNodeBackupConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BdsInstanceId string
    The OCID of the cluster.
    NodeBackupConfigurationId string
    Unique Oracle-assigned identifier of the NodeBackupConfiguration.
    BdsInstanceId string
    The OCID of the cluster.
    NodeBackupConfigurationId string
    Unique Oracle-assigned identifier of the NodeBackupConfiguration.
    bdsInstanceId String
    The OCID of the cluster.
    nodeBackupConfigurationId String
    Unique Oracle-assigned identifier of the NodeBackupConfiguration.
    bdsInstanceId string
    The OCID of the cluster.
    nodeBackupConfigurationId string
    Unique Oracle-assigned identifier of the NodeBackupConfiguration.
    bds_instance_id str
    The OCID of the cluster.
    node_backup_configuration_id str
    Unique Oracle-assigned identifier of the NodeBackupConfiguration.
    bdsInstanceId String
    The OCID of the cluster.
    nodeBackupConfigurationId String
    Unique Oracle-assigned identifier of the NodeBackupConfiguration.

    getBdsInstanceNodeBackupConfiguration Result

    The following output properties are available:

    BackupType string
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    BdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    DisplayName string
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    Id string
    The unique identifier for the NodeBackupConfiguration.
    LevelTypeDetails List<GetBdsInstanceNodeBackupConfigurationLevelTypeDetail>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NodeBackupConfigurationId string
    NumberOfBackupsToRetain int
    Number of backup copies to retain.
    Schedule string
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    State string
    The state of the NodeBackupConfiguration.
    TimeCreated string
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeUpdated string
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    Timezone string
    The time zone of the execution schedule, in IANA time zone database name format
    BackupType string
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    BdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    DisplayName string
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    Id string
    The unique identifier for the NodeBackupConfiguration.
    LevelTypeDetails []GetBdsInstanceNodeBackupConfigurationLevelTypeDetail
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NodeBackupConfigurationId string
    NumberOfBackupsToRetain int
    Number of backup copies to retain.
    Schedule string
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    State string
    The state of the NodeBackupConfiguration.
    TimeCreated string
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    TimeUpdated string
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    Timezone string
    The time zone of the execution schedule, in IANA time zone database name format
    backupType String
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bdsInstanceId String
    The OCID of the bdsInstance which is the parent resource id.
    displayName String
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    id String
    The unique identifier for the NodeBackupConfiguration.
    levelTypeDetails List<GetBdsInstanceNodeBackupConfigurationLevelTypeDetail>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeBackupConfigurationId String
    numberOfBackupsToRetain Integer
    Number of backup copies to retain.
    schedule String
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state String
    The state of the NodeBackupConfiguration.
    timeCreated String
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated String
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone String
    The time zone of the execution schedule, in IANA time zone database name format
    backupType string
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bdsInstanceId string
    The OCID of the bdsInstance which is the parent resource id.
    displayName string
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    id string
    The unique identifier for the NodeBackupConfiguration.
    levelTypeDetails GetBdsInstanceNodeBackupConfigurationLevelTypeDetail[]
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeBackupConfigurationId string
    numberOfBackupsToRetain number
    Number of backup copies to retain.
    schedule string
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state string
    The state of the NodeBackupConfiguration.
    timeCreated string
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated string
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone string
    The time zone of the execution schedule, in IANA time zone database name format
    backup_type str
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bds_instance_id str
    The OCID of the bdsInstance which is the parent resource id.
    display_name str
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    id str
    The unique identifier for the NodeBackupConfiguration.
    level_type_details Sequence[GetBdsInstanceNodeBackupConfigurationLevelTypeDetail]
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    node_backup_configuration_id str
    number_of_backups_to_retain int
    Number of backup copies to retain.
    schedule str
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state str
    The state of the NodeBackupConfiguration.
    time_created str
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    time_updated str
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone str
    The time zone of the execution schedule, in IANA time zone database name format
    backupType String
    Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
    bdsInstanceId String
    The OCID of the bdsInstance which is the parent resource id.
    displayName String
    A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
    id String
    The unique identifier for the NodeBackupConfiguration.
    levelTypeDetails List<Property Map>
    Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeBackupConfigurationId String
    numberOfBackupsToRetain Number
    Number of backup copies to retain.
    schedule String
    Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
    state String
    The state of the NodeBackupConfiguration.
    timeCreated String
    The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
    timeUpdated String
    The time the NodeBackupConfiguration was updated, shown as an RFC 3339 formatted datetime string.
    timezone String
    The time zone of the execution schedule, in IANA time zone database name format

    Supporting Types

    GetBdsInstanceNodeBackupConfigurationLevelTypeDetail

    LevelType string
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NodeHostName string
    Host name of the node to create backup configuration.
    NodeType string
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    LevelType string
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    NodeHostName string
    Host name of the node to create backup configuration.
    NodeType string
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    levelType String
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeHostName String
    Host name of the node to create backup configuration.
    nodeType String
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    levelType string
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeHostName string
    Host name of the node to create backup configuration.
    nodeType string
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    level_type str
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    node_host_name str
    Host name of the node to create backup configuration.
    node_type str
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
    levelType String
    Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
    nodeHostName String
    Host name of the node to create backup configuration.
    nodeType String
    Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi