Viewing docs for Oracle Cloud Infrastructure v4.22.0
published on Wednesday, Aug 26, 2026 by Pulumi
published on Wednesday, Aug 26, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.22.0
published on Wednesday, Aug 26, 2026 by Pulumi
published on Wednesday, Aug 26, 2026 by Pulumi
This data source provides the list of Bds Instance Bds Capacity Reservation Configurations in Oracle Cloud Infrastructure Big Data Service service.
Returns a list of BDS capacity reservation configurations for the specified BDS cluster.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstanceBdsCapacityReservationConfigurations = oci.bigdataservice.getBdsInstanceBdsCapacityReservationConfigurations({
bdsInstanceId: testBdsInstance.id,
displayName: bdsInstanceBdsCapacityReservationConfigurationDisplayName,
state: bdsInstanceBdsCapacityReservationConfigurationState,
});
import pulumi
import pulumi_oci as oci
test_bds_instance_bds_capacity_reservation_configurations = oci.bigdataservice.get_bds_instance_bds_capacity_reservation_configurations(bds_instance_id=test_bds_instance["id"],
display_name=bds_instance_bds_capacity_reservation_configuration_display_name,
state=bds_instance_bds_capacity_reservation_configuration_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/bigdataservice"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := bigdataservice.GetBdsInstanceBdsCapacityReservationConfigurations(ctx, &bigdataservice.GetBdsInstanceBdsCapacityReservationConfigurationsArgs{
BdsInstanceId: testBdsInstance.Id,
DisplayName: pulumi.StringRef(bdsInstanceBdsCapacityReservationConfigurationDisplayName),
State: pulumi.StringRef(bdsInstanceBdsCapacityReservationConfigurationState),
}, 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 testBdsInstanceBdsCapacityReservationConfigurations = Oci.BigDataService.GetBdsInstanceBdsCapacityReservationConfigurations.Invoke(new()
{
BdsInstanceId = testBdsInstance.Id,
DisplayName = bdsInstanceBdsCapacityReservationConfigurationDisplayName,
State = bdsInstanceBdsCapacityReservationConfigurationState,
});
});
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.GetBdsInstanceBdsCapacityReservationConfigurationsArgs;
import java.util.ArrayList;
import java.util.Arrays;
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 testBdsInstanceBdsCapacityReservationConfigurations = BigDataServiceFunctions.getBdsInstanceBdsCapacityReservationConfigurations(GetBdsInstanceBdsCapacityReservationConfigurationsArgs.builder()
.bdsInstanceId(testBdsInstance.id())
.displayName(bdsInstanceBdsCapacityReservationConfigurationDisplayName)
.state(bdsInstanceBdsCapacityReservationConfigurationState)
.build());
}
}
variables:
testBdsInstanceBdsCapacityReservationConfigurations:
fn::invoke:
function: oci:BigDataService:getBdsInstanceBdsCapacityReservationConfigurations
arguments:
bdsInstanceId: ${testBdsInstance.id}
displayName: ${bdsInstanceBdsCapacityReservationConfigurationDisplayName}
state: ${bdsInstanceBdsCapacityReservationConfigurationState}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_bigdataservice_getbdsinstancebdscapacityreservationconfigurations" "testBdsInstanceBdsCapacityReservationConfigurations" {
bds_instance_id = testBdsInstance.id
display_name = bdsInstanceBdsCapacityReservationConfigurationDisplayName
state = bdsInstanceBdsCapacityReservationConfigurationState
}
Using getBdsInstanceBdsCapacityReservationConfigurations
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 getBdsInstanceBdsCapacityReservationConfigurations(args: GetBdsInstanceBdsCapacityReservationConfigurationsArgs, opts?: InvokeOptions): Promise<GetBdsInstanceBdsCapacityReservationConfigurationsResult>
function getBdsInstanceBdsCapacityReservationConfigurationsOutput(args: GetBdsInstanceBdsCapacityReservationConfigurationsOutputArgs, opts?: InvokeOutputOptions): Output<GetBdsInstanceBdsCapacityReservationConfigurationsResult>def get_bds_instance_bds_capacity_reservation_configurations(bds_instance_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetBdsInstanceBdsCapacityReservationConfigurationsFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBdsInstanceBdsCapacityReservationConfigurationsResult
def get_bds_instance_bds_capacity_reservation_configurations_output(bds_instance_id: pulumi.Input[Optional[str]] = None,
display_name: pulumi.Input[Optional[str]] = None,
filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetBdsInstanceBdsCapacityReservationConfigurationsFilterArgs]]]] = None,
state: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetBdsInstanceBdsCapacityReservationConfigurationsResult]func GetBdsInstanceBdsCapacityReservationConfigurations(ctx *Context, args *GetBdsInstanceBdsCapacityReservationConfigurationsArgs, opts ...InvokeOption) (*GetBdsInstanceBdsCapacityReservationConfigurationsResult, error)
func GetBdsInstanceBdsCapacityReservationConfigurationsOutput(ctx *Context, args *GetBdsInstanceBdsCapacityReservationConfigurationsOutputArgs, opts ...InvokeOption) GetBdsInstanceBdsCapacityReservationConfigurationsResultOutput> Note: This function is named GetBdsInstanceBdsCapacityReservationConfigurations in the Go SDK.
public static class GetBdsInstanceBdsCapacityReservationConfigurations
{
public static Task<GetBdsInstanceBdsCapacityReservationConfigurationsResult> InvokeAsync(GetBdsInstanceBdsCapacityReservationConfigurationsArgs args, InvokeOptions? opts = null)
public static Output<GetBdsInstanceBdsCapacityReservationConfigurationsResult> Invoke(GetBdsInstanceBdsCapacityReservationConfigurationsInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetBdsInstanceBdsCapacityReservationConfigurationsResult> Invoke(GetBdsInstanceBdsCapacityReservationConfigurationsInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetBdsInstanceBdsCapacityReservationConfigurationsResult> getBdsInstanceBdsCapacityReservationConfigurations(GetBdsInstanceBdsCapacityReservationConfigurationsArgs args, InvokeOptions options)
public static Output<GetBdsInstanceBdsCapacityReservationConfigurationsResult> getBdsInstanceBdsCapacityReservationConfigurations(GetBdsInstanceBdsCapacityReservationConfigurationsArgs args, InvokeOptions options)
public static Output<GetBdsInstanceBdsCapacityReservationConfigurationsResult> getBdsInstanceBdsCapacityReservationConfigurations(GetBdsInstanceBdsCapacityReservationConfigurationsArgs args, InvokeOutputOptions options)
fn::invoke:
function: oci:BigDataService/getBdsInstanceBdsCapacityReservationConfigurations:getBdsInstanceBdsCapacityReservationConfigurations
arguments:
# arguments dictionarydata "oci_big_data_service_get_bds_instance_bds_capacity_reservation_configurations" "name" {
# arguments
}The following arguments are supported:
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Bds Instance Bds Capacity Reservation Configurations Filter> - State string
- The lifecycle state of the BDS capacity reservation configuration.
- Bds
Instance stringId - The OCID of the cluster.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Bds Instance Bds Capacity Reservation Configurations Filter - State string
- The lifecycle state of the BDS capacity reservation configuration.
- bds_
instance_ stringid - The OCID of the cluster.
- display_
name string - A filter to return only resources that match the entire display name given.
- filters list(object)
- state string
- The lifecycle state of the BDS capacity reservation configuration.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Bds Instance Bds Capacity Reservation Configurations Filter> - state String
- The lifecycle state of the BDS capacity reservation configuration.
- bds
Instance stringId - The OCID of the cluster.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Bds Instance Bds Capacity Reservation Configurations Filter[] - state string
- The lifecycle state of the BDS capacity reservation configuration.
- bds_
instance_ strid - The OCID of the cluster.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Bds Instance Bds Capacity Reservation Configurations Filter] - state str
- The lifecycle state of the BDS capacity reservation configuration.
- bds
Instance StringId - The OCID of the cluster.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- state String
- The lifecycle state of the BDS capacity reservation configuration.
getBdsInstanceBdsCapacityReservationConfigurations Result
The following output properties are available:
- Bds
Capacity List<GetReservation Configuration Collections Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection> - The list of bds_capacity_reservation_configuration_collection.
- Bds
Instance stringId - The OCID of the BDS cluster associated with the BDS capacity reservation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The display name of the BDS capacity reservation configuration.
- Filters
List<Get
Bds Instance Bds Capacity Reservation Configurations Filter> - State string
- The lifecycle state of the BDS capacity reservation configuration.
- Bds
Capacity []GetReservation Configuration Collections Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection - The list of bds_capacity_reservation_configuration_collection.
- Bds
Instance stringId - The OCID of the BDS cluster associated with the BDS capacity reservation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The display name of the BDS capacity reservation configuration.
- Filters
[]Get
Bds Instance Bds Capacity Reservation Configurations Filter - State string
- The lifecycle state of the BDS capacity reservation configuration.
- bds_
capacity_ list(object)reservation_ configuration_ collections - The list of bds_capacity_reservation_configuration_collection.
- bds_
instance_ stringid - The OCID of the BDS cluster associated with the BDS capacity reservation.
- id string
- The provider-assigned unique ID for this managed resource.
- display_
name string - The display name of the BDS capacity reservation configuration.
- filters list(object)
- state string
- The lifecycle state of the BDS capacity reservation configuration.
- bds
Capacity List<GetReservation Configuration Collections Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection> - The list of bds_capacity_reservation_configuration_collection.
- bds
Instance StringId - The OCID of the BDS cluster associated with the BDS capacity reservation.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The display name of the BDS capacity reservation configuration.
- filters
List<Get
Bds Instance Bds Capacity Reservation Configurations Filter> - state String
- The lifecycle state of the BDS capacity reservation configuration.
- bds
Capacity GetReservation Configuration Collections Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection[] - The list of bds_capacity_reservation_configuration_collection.
- bds
Instance stringId - The OCID of the BDS cluster associated with the BDS capacity reservation.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The display name of the BDS capacity reservation configuration.
- filters
Get
Bds Instance Bds Capacity Reservation Configurations Filter[] - state string
- The lifecycle state of the BDS capacity reservation configuration.
- bds_
capacity_ Sequence[Getreservation_ configuration_ collections Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection] - The list of bds_capacity_reservation_configuration_collection.
- bds_
instance_ strid - The OCID of the BDS cluster associated with the BDS capacity reservation.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The display name of the BDS capacity reservation configuration.
- filters
Sequence[Get
Bds Instance Bds Capacity Reservation Configurations Filter] - state str
- The lifecycle state of the BDS capacity reservation configuration.
- bds
Capacity List<Property Map>Reservation Configuration Collections - The list of bds_capacity_reservation_configuration_collection.
- bds
Instance StringId - The OCID of the BDS cluster associated with the BDS capacity reservation.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The display name of the BDS capacity reservation configuration.
- filters List<Property Map>
- state String
- The lifecycle state of the BDS capacity reservation configuration.
Supporting Types
GetBdsInstanceBdsCapacityReservationConfigurationsBdsCapacityReservationConfigurationCollection
- Items
List<Get
Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection Item> - List of BDS capacity reservation configuration summaries for the specified BDS cluster.
- Items
[]Get
Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection Item - List of BDS capacity reservation configuration summaries for the specified BDS cluster.
- items list(object)
- List of BDS capacity reservation configuration summaries for the specified BDS cluster.
- items
List<Get
Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection Item> - List of BDS capacity reservation configuration summaries for the specified BDS cluster.
- items
Get
Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection Item[] - List of BDS capacity reservation configuration summaries for the specified BDS cluster.
- items
Sequence[Get
Bds Instance Bds Capacity Reservation Configurations Bds Capacity Reservation Configuration Collection Item] - List of BDS capacity reservation configuration summaries for the specified BDS cluster.
- items List<Property Map>
- List of BDS capacity reservation configuration summaries for the specified BDS cluster.
GetBdsInstanceBdsCapacityReservationConfigurationsBdsCapacityReservationConfigurationCollectionItem
- Activate
Trigger int - Bds
Capacity stringReservation Id - The OCID of the BDS capacity reservation associated with the BDS cluster.
- Bds
Instance stringId - The OCID of the cluster.
- Deactivate
Trigger int - Display
Name string - A filter to return only resources that match the entire display name given.
- Id string
- The OCID of the BDS capacity reservation configuration.
- State string
- The lifecycle state of the BDS capacity reservation configuration.
- Time
Created string - The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated string - The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
- Activate
Trigger int - Bds
Capacity stringReservation Id - The OCID of the BDS capacity reservation associated with the BDS cluster.
- Bds
Instance stringId - The OCID of the cluster.
- Deactivate
Trigger int - Display
Name string - A filter to return only resources that match the entire display name given.
- Id string
- The OCID of the BDS capacity reservation configuration.
- State string
- The lifecycle state of the BDS capacity reservation configuration.
- Time
Created string - The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated string - The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
- activate_
trigger number - bds_
capacity_ stringreservation_ id - The OCID of the BDS capacity reservation associated with the BDS cluster.
- bds_
instance_ stringid - The OCID of the cluster.
- deactivate_
trigger number - display_
name string - A filter to return only resources that match the entire display name given.
- id string
- The OCID of the BDS capacity reservation configuration.
- state string
- The lifecycle state of the BDS capacity reservation configuration.
- time_
created string - The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
- time_
updated string - The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
- activate
Trigger Integer - bds
Capacity StringReservation Id - The OCID of the BDS capacity reservation associated with the BDS cluster.
- bds
Instance StringId - The OCID of the cluster.
- deactivate
Trigger Integer - display
Name String - A filter to return only resources that match the entire display name given.
- id String
- The OCID of the BDS capacity reservation configuration.
- state String
- The lifecycle state of the BDS capacity reservation configuration.
- time
Created String - The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated String - The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
- activate
Trigger number - bds
Capacity stringReservation Id - The OCID of the BDS capacity reservation associated with the BDS cluster.
- bds
Instance stringId - The OCID of the cluster.
- deactivate
Trigger number - display
Name string - A filter to return only resources that match the entire display name given.
- id string
- The OCID of the BDS capacity reservation configuration.
- state string
- The lifecycle state of the BDS capacity reservation configuration.
- time
Created string - The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated string - The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
- activate_
trigger int - bds_
capacity_ strreservation_ id - The OCID of the BDS capacity reservation associated with the BDS cluster.
- bds_
instance_ strid - The OCID of the cluster.
- deactivate_
trigger int - display_
name str - A filter to return only resources that match the entire display name given.
- id str
- The OCID of the BDS capacity reservation configuration.
- state str
- The lifecycle state of the BDS capacity reservation configuration.
- time_
created str - The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
- time_
updated str - The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
- activate
Trigger Number - bds
Capacity StringReservation Id - The OCID of the BDS capacity reservation associated with the BDS cluster.
- bds
Instance StringId - The OCID of the cluster.
- deactivate
Trigger Number - display
Name String - A filter to return only resources that match the entire display name given.
- id String
- The OCID of the BDS capacity reservation configuration.
- state String
- The lifecycle state of the BDS capacity reservation configuration.
- time
Created String - The time the BDS capacity reservation configuration was created, shown as an RFC 3339 formatted datetime string.
- time
Updated String - The time the BDS capacity reservation configuration was updated, shown as an RFC 3339 formatted datetime string.
GetBdsInstanceBdsCapacityReservationConfigurationsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.22.0
published on Wednesday, Aug 26, 2026 by Pulumi
published on Wednesday, Aug 26, 2026 by Pulumi