Viewing docs for Oracle Cloud Infrastructure v4.12.0
published on Thursday, May 21, 2026 by Pulumi
published on Thursday, May 21, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.12.0
published on Thursday, May 21, 2026 by Pulumi
published on Thursday, May 21, 2026 by Pulumi
This data source provides details about a specific Bds Instance Bds Certificate Configuration resource in Oracle Cloud Infrastructure Big Data Service service.
Returns details of the BdsCertificateConfiguration identified by the given ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstanceBdsCertificateConfiguration = oci.bigdataservice.getBdsInstanceBdsCertificateConfiguration({
bdsCertificateConfigurationId: testConfiguration.id,
bdsInstanceId: testBdsInstance.id,
});
import pulumi
import pulumi_oci as oci
test_bds_instance_bds_certificate_configuration = oci.bigdataservice.get_bds_instance_bds_certificate_configuration(bds_certificate_configuration_id=test_configuration["id"],
bds_instance_id=test_bds_instance["id"])
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.GetBdsInstanceBdsCertificateConfiguration(ctx, &bigdataservice.GetBdsInstanceBdsCertificateConfigurationArgs{
BdsCertificateConfigurationId: testConfiguration.Id,
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 testBdsInstanceBdsCertificateConfiguration = Oci.BigDataService.GetBdsInstanceBdsCertificateConfiguration.Invoke(new()
{
BdsCertificateConfigurationId = testConfiguration.Id,
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.GetBdsInstanceBdsCertificateConfigurationArgs;
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 testBdsInstanceBdsCertificateConfiguration = BigDataServiceFunctions.getBdsInstanceBdsCertificateConfiguration(GetBdsInstanceBdsCertificateConfigurationArgs.builder()
.bdsCertificateConfigurationId(testConfiguration.id())
.bdsInstanceId(testBdsInstance.id())
.build());
}
}
variables:
testBdsInstanceBdsCertificateConfiguration:
fn::invoke:
function: oci:BigDataService:getBdsInstanceBdsCertificateConfiguration
arguments:
bdsCertificateConfigurationId: ${testConfiguration.id}
bdsInstanceId: ${testBdsInstance.id}
Example coming soon!
Using getBdsInstanceBdsCertificateConfiguration
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 getBdsInstanceBdsCertificateConfiguration(args: GetBdsInstanceBdsCertificateConfigurationArgs, opts?: InvokeOptions): Promise<GetBdsInstanceBdsCertificateConfigurationResult>
function getBdsInstanceBdsCertificateConfigurationOutput(args: GetBdsInstanceBdsCertificateConfigurationOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceBdsCertificateConfigurationResult>def get_bds_instance_bds_certificate_configuration(bds_certificate_configuration_id: Optional[str] = None,
bds_instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBdsInstanceBdsCertificateConfigurationResult
def get_bds_instance_bds_certificate_configuration_output(bds_certificate_configuration_id: pulumi.Input[Optional[str]] = None,
bds_instance_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceBdsCertificateConfigurationResult]func LookupBdsInstanceBdsCertificateConfiguration(ctx *Context, args *LookupBdsInstanceBdsCertificateConfigurationArgs, opts ...InvokeOption) (*LookupBdsInstanceBdsCertificateConfigurationResult, error)
func LookupBdsInstanceBdsCertificateConfigurationOutput(ctx *Context, args *LookupBdsInstanceBdsCertificateConfigurationOutputArgs, opts ...InvokeOption) LookupBdsInstanceBdsCertificateConfigurationResultOutput> Note: This function is named LookupBdsInstanceBdsCertificateConfiguration in the Go SDK.
public static class GetBdsInstanceBdsCertificateConfiguration
{
public static Task<GetBdsInstanceBdsCertificateConfigurationResult> InvokeAsync(GetBdsInstanceBdsCertificateConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetBdsInstanceBdsCertificateConfigurationResult> Invoke(GetBdsInstanceBdsCertificateConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBdsInstanceBdsCertificateConfigurationResult> getBdsInstanceBdsCertificateConfiguration(GetBdsInstanceBdsCertificateConfigurationArgs args, InvokeOptions options)
public static Output<GetBdsInstanceBdsCertificateConfigurationResult> getBdsInstanceBdsCertificateConfiguration(GetBdsInstanceBdsCertificateConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: oci:BigDataService/getBdsInstanceBdsCertificateConfiguration:getBdsInstanceBdsCertificateConfiguration
arguments:
# arguments dictionarydata "oci_bigdataservice_getbdsinstancebdscertificateconfiguration" "name" {
# arguments
}The following arguments are supported:
- Bds
Certificate stringConfiguration Id - Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
- Bds
Instance stringId - The OCID of the cluster.
- Bds
Certificate stringConfiguration Id - Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
- Bds
Instance stringId - The OCID of the cluster.
- bds_
certificate_ stringconfiguration_ id - Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
- bds_
instance_ stringid - The OCID of the cluster.
- bds
Certificate StringConfiguration Id - Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
- bds
Instance StringId - The OCID of the cluster.
- bds
Certificate stringConfiguration Id - Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
- bds
Instance stringId - The OCID of the cluster.
- bds_
certificate_ strconfiguration_ id - Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
- bds_
instance_ strid - The OCID of the cluster.
- bds
Certificate StringConfiguration Id - Unique Oracle-assigned identifier of the BdsCertificateConfiguration.
- bds
Instance StringId - The OCID of the cluster.
getBdsInstanceBdsCertificateConfiguration Result
The following output properties are available:
- Bds
Certificate stringConfiguration Id - Bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- string
- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
- Certificate
Type string - Cluster
Admin stringPassword - Compartment
Id string - The OCID of the compartment of the certificate authority connecting to this certificate configuration.
- Display
Name string - The display name of the BDS certificate configuration.
- Id string
- The ID of the BDS certificate configuration defined under BDS resources, not OCID.
- Is
Default boolConfiguration - If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
- Is
Missing boolNodes Only - Issue
Certificate stringTrigger - Renew
Certificate stringTrigger - Secret
Id string - Set
Default stringTrigger - State string
- The lifecycle status of the BDS certificate configuration.
- Time
Created string - The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
- Time
Last stringRefreshed Or Generated - The last time the BDS certificate configuration was used to generate or renew the certificate(s).
- Time
Updated string - The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
- Type string
- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
- Bds
Certificate stringConfiguration Id - Bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- string
- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
- Certificate
Type string - Cluster
Admin stringPassword - Compartment
Id string - The OCID of the compartment of the certificate authority connecting to this certificate configuration.
- Display
Name string - The display name of the BDS certificate configuration.
- Id string
- The ID of the BDS certificate configuration defined under BDS resources, not OCID.
- Is
Default boolConfiguration - If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
- Is
Missing boolNodes Only - Issue
Certificate stringTrigger - Renew
Certificate stringTrigger - Secret
Id string - Set
Default stringTrigger - State string
- The lifecycle status of the BDS certificate configuration.
- Time
Created string - The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
- Time
Last stringRefreshed Or Generated - The last time the BDS certificate configuration was used to generate or renew the certificate(s).
- Time
Updated string - The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
- Type string
- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
- bds_
certificate_ stringconfiguration_ id - bds_
instance_ stringid - The OCID of the bdsInstance which is the parent resource id.
- string
- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
- certificate_
type string - cluster_
admin_ stringpassword - compartment_
id string - The OCID of the compartment of the certificate authority connecting to this certificate configuration.
- display_
name string - The display name of the BDS certificate configuration.
- id string
- The ID of the BDS certificate configuration defined under BDS resources, not OCID.
- is_
default_ boolconfiguration - If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
- is_
missing_ boolnodes_ only - issue_
certificate_ stringtrigger - renew_
certificate_ stringtrigger - secret_
id string - set_
default_ stringtrigger - state string
- The lifecycle status of the BDS certificate configuration.
- time_
created string - The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
- time_
last_ stringrefreshed_ or_ generated - The last time the BDS certificate configuration was used to generate or renew the certificate(s).
- time_
updated string - The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
- type string
- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
- bds
Certificate StringConfiguration Id - bds
Instance StringId - The OCID of the bdsInstance which is the parent resource id.
- String
- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
- certificate
Type String - cluster
Admin StringPassword - compartment
Id String - The OCID of the compartment of the certificate authority connecting to this certificate configuration.
- display
Name String - The display name of the BDS certificate configuration.
- id String
- The ID of the BDS certificate configuration defined under BDS resources, not OCID.
- is
Default BooleanConfiguration - If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
- is
Missing BooleanNodes Only - issue
Certificate StringTrigger - renew
Certificate StringTrigger - secret
Id String - set
Default StringTrigger - state String
- The lifecycle status of the BDS certificate configuration.
- time
Created String - The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
- time
Last StringRefreshed Or Generated - The last time the BDS certificate configuration was used to generate or renew the certificate(s).
- time
Updated String - The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
- type String
- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
- bds
Certificate stringConfiguration Id - bds
Instance stringId - The OCID of the bdsInstance which is the parent resource id.
- string
- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
- certificate
Type string - cluster
Admin stringPassword - compartment
Id string - The OCID of the compartment of the certificate authority connecting to this certificate configuration.
- display
Name string - The display name of the BDS certificate configuration.
- id string
- The ID of the BDS certificate configuration defined under BDS resources, not OCID.
- is
Default booleanConfiguration - If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
- is
Missing booleanNodes Only - issue
Certificate stringTrigger - renew
Certificate stringTrigger - secret
Id string - set
Default stringTrigger - state string
- The lifecycle status of the BDS certificate configuration.
- time
Created string - The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
- time
Last stringRefreshed Or Generated - The last time the BDS certificate configuration was used to generate or renew the certificate(s).
- time
Updated string - The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
- type string
- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
- bds_
certificate_ strconfiguration_ id - bds_
instance_ strid - The OCID of the bdsInstance which is the parent resource id.
- str
- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
- certificate_
type str - cluster_
admin_ strpassword - compartment_
id str - The OCID of the compartment of the certificate authority connecting to this certificate configuration.
- display_
name str - The display name of the BDS certificate configuration.
- id str
- The ID of the BDS certificate configuration defined under BDS resources, not OCID.
- is_
default_ boolconfiguration - If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
- is_
missing_ boolnodes_ only - issue_
certificate_ strtrigger - renew_
certificate_ strtrigger - secret_
id str - set_
default_ strtrigger - state str
- The lifecycle status of the BDS certificate configuration.
- time_
created str - The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
- time_
last_ strrefreshed_ or_ generated - The last time the BDS certificate configuration was used to generate or renew the certificate(s).
- time_
updated str - The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
- type str
- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
- bds
Certificate StringConfiguration Id - bds
Instance StringId - The OCID of the bdsInstance which is the parent resource id.
- String
- The OCID of the certificate authority which is associated with this certificate configuration. The value is Null when this BDS certificate configuration type is SELF_SIGNED.
- certificate
Type String - cluster
Admin StringPassword - compartment
Id String - The OCID of the compartment of the certificate authority connecting to this certificate configuration.
- display
Name String - The display name of the BDS certificate configuration.
- id String
- The ID of the BDS certificate configuration defined under BDS resources, not OCID.
- is
Default BooleanConfiguration - If this BDS certificate configuration is a default configuration or not. There will be only one Default certificate configuration per BDS cluster.
- is
Missing BooleanNodes Only - issue
Certificate StringTrigger - renew
Certificate StringTrigger - secret
Id String - set
Default StringTrigger - state String
- The lifecycle status of the BDS certificate configuration.
- time
Created String - The time when the BDS certificate configuration was created, shown as an RFC 3339 formatted datetime string.
- time
Last StringRefreshed Or Generated - The last time the BDS certificate configuration was used to generate or renew the certificate(s).
- time
Updated String - The time the BDS certificate configuration was updated, shown as an RFC 3339 formatted datetime string.
- type String
- The type of the BDS certificate configuration, also the type of the BDS certificates which will be generated by the BDS certificate configuration.
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.12.0
published on Thursday, May 21, 2026 by Pulumi
published on Thursday, May 21, 2026 by Pulumi