Oracle Cloud Infrastructure v3.3.0 published on Thursday, Jul 17, 2025 by Pulumi
oci.BigDataService.getBdsInstanceNodeBackupConfiguration
Explore with Pulumi AI
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:
- Bds
Instance stringId - The OCID of the cluster.
- Node
Backup stringConfiguration Id - Unique Oracle-assigned identifier of the NodeBackupConfiguration.
- Bds
Instance stringId - The OCID of the cluster.
- Node
Backup stringConfiguration Id - Unique Oracle-assigned identifier of the NodeBackupConfiguration.
- bds
Instance StringId - The OCID of the cluster.
- node
Backup StringConfiguration Id - Unique Oracle-assigned identifier of the NodeBackupConfiguration.
- bds
Instance stringId - The OCID of the cluster.
- node
Backup stringConfiguration Id - Unique Oracle-assigned identifier of the NodeBackupConfiguration.
- bds_
instance_ strid - The OCID of the cluster.
- node_
backup_ strconfiguration_ id - Unique Oracle-assigned identifier of the NodeBackupConfiguration.
- bds
Instance StringId - The OCID of the cluster.
- node
Backup StringConfiguration Id - Unique Oracle-assigned identifier of the NodeBackupConfiguration.
getBdsInstanceNodeBackupConfiguration Result
The following output properties are available:
- Backup
Type string - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- Bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- Display
Name 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.
- Level
Type List<GetDetails Bds Instance Node Backup Configuration Level Type Detail> - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Node
Backup stringConfiguration Id - Number
Of intBackups To Retain - 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.
- Time
Created string - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated 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 string - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- Bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- Display
Name 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.
- Level
Type []GetDetails Bds Instance Node Backup Configuration Level Type Detail - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Node
Backup stringConfiguration Id - Number
Of intBackups To Retain - 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.
- Time
Created string - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated 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 String - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- bds
Instance StringId - The OCID of the bdsInstance which is the parent resource id.
- display
Name 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.
- level
Type List<GetDetails Bds Instance Node Backup Configuration Level Type Detail> - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Backup StringConfiguration Id - number
Of IntegerBackups To Retain - 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.
- time
Created String - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated 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 string - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- display
Name 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.
- level
Type GetDetails Bds Instance Node Backup Configuration Level Type Detail[] - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Backup stringConfiguration Id - number
Of numberBackups To Retain - 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.
- time
Created string - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated 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_ strid - 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_ Sequence[Getdetails Bds Instance Node Backup Configuration Level Type Detail] - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node_
backup_ strconfiguration_ id - number_
of_ intbackups_ to_ retain - 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
- backup
Type String - Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
- bds
Instance StringId - The OCID of the bdsInstance which is the parent resource id.
- display
Name 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.
- level
Type List<Property Map>Details - Details of the type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Backup StringConfiguration Id - number
Of NumberBackups To Retain - 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.
- time
Created String - The time the NodeBackupConfiguration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated 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
- Level
Type string - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Node
Host stringName - Host name of the node to create backup configuration.
- Node
Type string - Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
- Level
Type string - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- Node
Host stringName - Host name of the node to create backup configuration.
- Node
Type string - Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
- level
Type String - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Host StringName - Host name of the node to create backup configuration.
- node
Type String - Type of the node or nodes of the node backup configuration or node replacement configuration which are going to be created.
- level
Type string - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Host stringName - Host name of the node to create backup configuration.
- node
Type 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_ strname - 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.
- level
Type String - Type of level used to trigger the creation of a new node backup configuration or node replacement configuration.
- node
Host StringName - Host name of the node to create backup configuration.
- node
Type 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.