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

oci.BigDataService.BdsInstanceSoftwareUpdateAction

Explore with Pulumi AI

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

    This resource installs the specified software update to the nodes of the Oracle Cloud Infrastructure Big Data Service cluster.

    Install Software Update of the specified SoftwareUpdateId to this BDS cluster’s nodes.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      testBdsInstanceSoftwareUpdateAction:
        type: oci:BigDataService:BdsInstanceSoftwareUpdateAction
        name: test_bds_instance_software_update_action
        properties:
          bdsInstanceId: ${testBdsInstance.id}
          softwareUpdateKey: ${bdsInstanceSoftwareUpdateActionSoftwareUpdateKey}
    

    Create BdsInstanceSoftwareUpdateAction Resource

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

    Constructor syntax

    new BdsInstanceSoftwareUpdateAction(name: string, args: BdsInstanceSoftwareUpdateActionArgs, opts?: CustomResourceOptions);
    @overload
    def BdsInstanceSoftwareUpdateAction(resource_name: str,
                                        args: BdsInstanceSoftwareUpdateActionArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def BdsInstanceSoftwareUpdateAction(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        bds_instance_id: Optional[str] = None,
                                        software_update_keys: Optional[Sequence[str]] = None)
    func NewBdsInstanceSoftwareUpdateAction(ctx *Context, name string, args BdsInstanceSoftwareUpdateActionArgs, opts ...ResourceOption) (*BdsInstanceSoftwareUpdateAction, error)
    public BdsInstanceSoftwareUpdateAction(string name, BdsInstanceSoftwareUpdateActionArgs args, CustomResourceOptions? opts = null)
    public BdsInstanceSoftwareUpdateAction(String name, BdsInstanceSoftwareUpdateActionArgs args)
    public BdsInstanceSoftwareUpdateAction(String name, BdsInstanceSoftwareUpdateActionArgs args, CustomResourceOptions options)
    
    type: oci:BigDataService:BdsInstanceSoftwareUpdateAction
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args BdsInstanceSoftwareUpdateActionArgs
    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 BdsInstanceSoftwareUpdateActionArgs
    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 BdsInstanceSoftwareUpdateActionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BdsInstanceSoftwareUpdateActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BdsInstanceSoftwareUpdateActionArgs
    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 bdsInstanceSoftwareUpdateActionResource = new Oci.BigDataService.BdsInstanceSoftwareUpdateAction("bdsInstanceSoftwareUpdateActionResource", new()
    {
        BdsInstanceId = "string",
        SoftwareUpdateKeys = new[]
        {
            "string",
        },
    });
    
    example, err := bigdataservice.NewBdsInstanceSoftwareUpdateAction(ctx, "bdsInstanceSoftwareUpdateActionResource", &bigdataservice.BdsInstanceSoftwareUpdateActionArgs{
    	BdsInstanceId: pulumi.String("string"),
    	SoftwareUpdateKeys: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var bdsInstanceSoftwareUpdateActionResource = new BdsInstanceSoftwareUpdateAction("bdsInstanceSoftwareUpdateActionResource", BdsInstanceSoftwareUpdateActionArgs.builder()
        .bdsInstanceId("string")
        .softwareUpdateKeys("string")
        .build());
    
    bds_instance_software_update_action_resource = oci.big_data_service.BdsInstanceSoftwareUpdateAction("bdsInstanceSoftwareUpdateActionResource",
        bds_instance_id="string",
        software_update_keys=["string"])
    
    const bdsInstanceSoftwareUpdateActionResource = new oci.bigdataservice.BdsInstanceSoftwareUpdateAction("bdsInstanceSoftwareUpdateActionResource", {
        bdsInstanceId: "string",
        softwareUpdateKeys: ["string"],
    });
    
    type: oci:BigDataService:BdsInstanceSoftwareUpdateAction
    properties:
        bdsInstanceId: string
        softwareUpdateKeys:
            - string
    

    BdsInstanceSoftwareUpdateAction 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 BdsInstanceSoftwareUpdateAction resource accepts the following input properties:

    BdsInstanceId string
    The OCID of the cluster.
    SoftwareUpdateKeys List<string>
    BdsInstanceId string
    The OCID of the cluster.
    SoftwareUpdateKeys []string
    bdsInstanceId String
    The OCID of the cluster.
    softwareUpdateKeys List<String>
    bdsInstanceId string
    The OCID of the cluster.
    softwareUpdateKeys string[]
    bds_instance_id str
    The OCID of the cluster.
    software_update_keys Sequence[str]
    bdsInstanceId String
    The OCID of the cluster.
    softwareUpdateKeys List<String>

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing BdsInstanceSoftwareUpdateAction Resource

    Get an existing BdsInstanceSoftwareUpdateAction 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?: BdsInstanceSoftwareUpdateActionState, opts?: CustomResourceOptions): BdsInstanceSoftwareUpdateAction
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bds_instance_id: Optional[str] = None,
            software_update_keys: Optional[Sequence[str]] = None) -> BdsInstanceSoftwareUpdateAction
    func GetBdsInstanceSoftwareUpdateAction(ctx *Context, name string, id IDInput, state *BdsInstanceSoftwareUpdateActionState, opts ...ResourceOption) (*BdsInstanceSoftwareUpdateAction, error)
    public static BdsInstanceSoftwareUpdateAction Get(string name, Input<string> id, BdsInstanceSoftwareUpdateActionState? state, CustomResourceOptions? opts = null)
    public static BdsInstanceSoftwareUpdateAction get(String name, Output<String> id, BdsInstanceSoftwareUpdateActionState state, CustomResourceOptions options)
    resources:  _:    type: oci:BigDataService:BdsInstanceSoftwareUpdateAction    get:      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:
    BdsInstanceId string
    The OCID of the cluster.
    SoftwareUpdateKeys List<string>
    BdsInstanceId string
    The OCID of the cluster.
    SoftwareUpdateKeys []string
    bdsInstanceId String
    The OCID of the cluster.
    softwareUpdateKeys List<String>
    bdsInstanceId string
    The OCID of the cluster.
    softwareUpdateKeys string[]
    bds_instance_id str
    The OCID of the cluster.
    software_update_keys Sequence[str]
    bdsInstanceId String
    The OCID of the cluster.
    softwareUpdateKeys List<String>

    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