1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. BigDataService
  5. getBdsInstanceSoftwareUpdates
Oracle Cloud Infrastructure v3.0.0 published on Thursday, Jun 5, 2025 by Pulumi

oci.BigDataService.getBdsInstanceSoftwareUpdates

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.0.0 published on Thursday, Jun 5, 2025 by Pulumi

    This data source provides the list of Bds Instance Software Updates in Oracle Cloud Infrastructure Big Data Service service.

    List all the available software updates for current cluster.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBdsInstanceSoftwareUpdates = oci.BigDataService.getBdsInstanceSoftwareUpdates({
        bdsInstanceId: testBdsInstance.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_bds_instance_software_updates = oci.BigDataService.get_bds_instance_software_updates(bds_instance_id=test_bds_instance["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.GetBdsInstanceSoftwareUpdates(ctx, &bigdataservice.GetBdsInstanceSoftwareUpdatesArgs{
    			BdsInstanceId: testBdsInstance.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 testBdsInstanceSoftwareUpdates = Oci.BigDataService.GetBdsInstanceSoftwareUpdates.Invoke(new()
        {
            BdsInstanceId = testBdsInstance.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.GetBdsInstanceSoftwareUpdatesArgs;
    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 testBdsInstanceSoftwareUpdates = BigDataServiceFunctions.getBdsInstanceSoftwareUpdates(GetBdsInstanceSoftwareUpdatesArgs.builder()
                .bdsInstanceId(testBdsInstance.id())
                .build());
    
        }
    }
    
    variables:
      testBdsInstanceSoftwareUpdates:
        fn::invoke:
          function: oci:BigDataService:getBdsInstanceSoftwareUpdates
          arguments:
            bdsInstanceId: ${testBdsInstance.id}
    

    Using getBdsInstanceSoftwareUpdates

    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 getBdsInstanceSoftwareUpdates(args: GetBdsInstanceSoftwareUpdatesArgs, opts?: InvokeOptions): Promise<GetBdsInstanceSoftwareUpdatesResult>
    function getBdsInstanceSoftwareUpdatesOutput(args: GetBdsInstanceSoftwareUpdatesOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceSoftwareUpdatesResult>
    def get_bds_instance_software_updates(bds_instance_id: Optional[str] = None,
                                          filters: Optional[Sequence[GetBdsInstanceSoftwareUpdatesFilter]] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetBdsInstanceSoftwareUpdatesResult
    def get_bds_instance_software_updates_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
                                          filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBdsInstanceSoftwareUpdatesFilterArgs]]]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceSoftwareUpdatesResult]
    func GetBdsInstanceSoftwareUpdates(ctx *Context, args *GetBdsInstanceSoftwareUpdatesArgs, opts ...InvokeOption) (*GetBdsInstanceSoftwareUpdatesResult, error)
    func GetBdsInstanceSoftwareUpdatesOutput(ctx *Context, args *GetBdsInstanceSoftwareUpdatesOutputArgs, opts ...InvokeOption) GetBdsInstanceSoftwareUpdatesResultOutput

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

    public static class GetBdsInstanceSoftwareUpdates 
    {
        public static Task<GetBdsInstanceSoftwareUpdatesResult> InvokeAsync(GetBdsInstanceSoftwareUpdatesArgs args, InvokeOptions? opts = null)
        public static Output<GetBdsInstanceSoftwareUpdatesResult> Invoke(GetBdsInstanceSoftwareUpdatesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBdsInstanceSoftwareUpdatesResult> getBdsInstanceSoftwareUpdates(GetBdsInstanceSoftwareUpdatesArgs args, InvokeOptions options)
    public static Output<GetBdsInstanceSoftwareUpdatesResult> getBdsInstanceSoftwareUpdates(GetBdsInstanceSoftwareUpdatesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:BigDataService/getBdsInstanceSoftwareUpdates:getBdsInstanceSoftwareUpdates
      arguments:
        # arguments dictionary

    The following arguments are supported:

    bdsInstanceId String
    The OCID of the cluster.
    filters List<Property Map>

    getBdsInstanceSoftwareUpdates Result

    The following output properties are available:

    BdsInstanceId string
    Id string
    The provider-assigned unique ID for this managed resource.
    SoftwareUpdateCollections List<GetBdsInstanceSoftwareUpdatesSoftwareUpdateCollection>
    The list of software_update_collection.
    Filters List<GetBdsInstanceSoftwareUpdatesFilter>
    BdsInstanceId string
    Id string
    The provider-assigned unique ID for this managed resource.
    SoftwareUpdateCollections []GetBdsInstanceSoftwareUpdatesSoftwareUpdateCollection
    The list of software_update_collection.
    Filters []GetBdsInstanceSoftwareUpdatesFilter
    bdsInstanceId String
    id String
    The provider-assigned unique ID for this managed resource.
    softwareUpdateCollections List<GetBdsInstanceSoftwareUpdatesSoftwareUpdateCollection>
    The list of software_update_collection.
    filters List<GetBdsInstanceSoftwareUpdatesFilter>
    bdsInstanceId string
    id string
    The provider-assigned unique ID for this managed resource.
    softwareUpdateCollections GetBdsInstanceSoftwareUpdatesSoftwareUpdateCollection[]
    The list of software_update_collection.
    filters GetBdsInstanceSoftwareUpdatesFilter[]
    bds_instance_id str
    id str
    The provider-assigned unique ID for this managed resource.
    software_update_collections Sequence[GetBdsInstanceSoftwareUpdatesSoftwareUpdateCollection]
    The list of software_update_collection.
    filters Sequence[GetBdsInstanceSoftwareUpdatesFilter]
    bdsInstanceId String
    id String
    The provider-assigned unique ID for this managed resource.
    softwareUpdateCollections List<Property Map>
    The list of software_update_collection.
    filters List<Property Map>

    Supporting Types

    GetBdsInstanceSoftwareUpdatesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetBdsInstanceSoftwareUpdatesSoftwareUpdateCollection

    GetBdsInstanceSoftwareUpdatesSoftwareUpdateCollectionItem

    SoftwareUpdateKey string
    Unique identifier of a given software update
    SoftwareUpdateType string
    type of current software update.

    • Big Data Service's micro service. BDS version will be changed after upgrade.
    SoftwareUpdateVersion string
    The version of the software update.
    State string
    The lifecycle state of the software update.
    TimeDue string
    The due date for the software update. Big Data Service will be updated automatically after this date.
    TimeReleased string
    The time when the software update was released.
    SoftwareUpdateKey string
    Unique identifier of a given software update
    SoftwareUpdateType string
    type of current software update.

    • Big Data Service's micro service. BDS version will be changed after upgrade.
    SoftwareUpdateVersion string
    The version of the software update.
    State string
    The lifecycle state of the software update.
    TimeDue string
    The due date for the software update. Big Data Service will be updated automatically after this date.
    TimeReleased string
    The time when the software update was released.
    softwareUpdateKey String
    Unique identifier of a given software update
    softwareUpdateType String
    type of current software update.

    • Big Data Service's micro service. BDS version will be changed after upgrade.
    softwareUpdateVersion String
    The version of the software update.
    state String
    The lifecycle state of the software update.
    timeDue String
    The due date for the software update. Big Data Service will be updated automatically after this date.
    timeReleased String
    The time when the software update was released.
    softwareUpdateKey string
    Unique identifier of a given software update
    softwareUpdateType string
    type of current software update.

    • Big Data Service's micro service. BDS version will be changed after upgrade.
    softwareUpdateVersion string
    The version of the software update.
    state string
    The lifecycle state of the software update.
    timeDue string
    The due date for the software update. Big Data Service will be updated automatically after this date.
    timeReleased string
    The time when the software update was released.
    software_update_key str
    Unique identifier of a given software update
    software_update_type str
    type of current software update.

    • Big Data Service's micro service. BDS version will be changed after upgrade.
    software_update_version str
    The version of the software update.
    state str
    The lifecycle state of the software update.
    time_due str
    The due date for the software update. Big Data Service will be updated automatically after this date.
    time_released str
    The time when the software update was released.
    softwareUpdateKey String
    Unique identifier of a given software update
    softwareUpdateType String
    type of current software update.

    • Big Data Service's micro service. BDS version will be changed after upgrade.
    softwareUpdateVersion String
    The version of the software update.
    state String
    The lifecycle state of the software update.
    timeDue String
    The due date for the software update. Big Data Service will be updated automatically after this date.
    timeReleased String
    The time when the software update was released.

    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.0.0 published on Thursday, Jun 5, 2025 by Pulumi