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 details about a specific Instance resource in Oracle Cloud Infrastructure Ddfs service.
Gets information about an Instance.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testInstance = oci.oci.getDdfsInstance({
instanceId: testInstanceOciDdfsInstance.id,
});
import pulumi
import pulumi_oci as oci
test_instance = oci.oci.get_ddfs_instance(instance_id=test_instance_oci_ddfs_instance["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.LookupDdfsInstance(ctx, &oci.LookupDdfsInstanceArgs{
InstanceId: testInstanceOciDdfsInstance.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 testInstance = Oci.Oci.GetDdfsInstance.Invoke(new()
{
InstanceId = testInstanceOciDdfsInstance.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetDdfsInstanceArgs;
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 testInstance = OciFunctions.getDdfsInstance(GetDdfsInstanceArgs.builder()
.instanceId(testInstanceOciDdfsInstance.id())
.build());
}
}
variables:
testInstance:
fn::invoke:
function: oci:oci:getDdfsInstance
arguments:
instanceId: ${testInstanceOciDdfsInstance.id}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_oci_getddfsinstance" "testInstance" {
instance_id = testInstanceOciDdfsInstance.id
}
Using getDdfsInstance
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 getDdfsInstance(args: GetDdfsInstanceArgs, opts?: InvokeOptions): Promise<GetDdfsInstanceResult>
function getDdfsInstanceOutput(args: GetDdfsInstanceOutputArgs, opts?: InvokeOutputOptions): Output<GetDdfsInstanceResult>def get_ddfs_instance(instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDdfsInstanceResult
def get_ddfs_instance_output(instance_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetDdfsInstanceResult]func LookupDdfsInstance(ctx *Context, args *LookupDdfsInstanceArgs, opts ...InvokeOption) (*LookupDdfsInstanceResult, error)
func LookupDdfsInstanceOutput(ctx *Context, args *LookupDdfsInstanceOutputArgs, opts ...InvokeOption) LookupDdfsInstanceResultOutput> Note: This function is named LookupDdfsInstance in the Go SDK.
public static class GetDdfsInstance
{
public static Task<GetDdfsInstanceResult> InvokeAsync(GetDdfsInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetDdfsInstanceResult> Invoke(GetDdfsInstanceInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetDdfsInstanceResult> Invoke(GetDdfsInstanceInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetDdfsInstanceResult> getDdfsInstance(GetDdfsInstanceArgs args, InvokeOptions options)
public static Output<GetDdfsInstanceResult> getDdfsInstance(GetDdfsInstanceArgs args, InvokeOptions options)
public static Output<GetDdfsInstanceResult> getDdfsInstance(GetDdfsInstanceArgs args, InvokeOutputOptions options)
fn::invoke:
function: oci:oci/getDdfsInstance:getDdfsInstance
arguments:
# arguments dictionarydata "oci_oci_get_ddfs_instance" "name" {
# arguments
}The following arguments are supported:
- Instance
Id string - The OCID of the Instance.
- Instance
Id string - The OCID of the Instance.
- instance_
id string - The OCID of the Instance.
- instance
Id String - The OCID of the Instance.
- instance
Id string - The OCID of the Instance.
- instance_
id str - The OCID of the Instance.
- instance
Id String - The OCID of the Instance.
getDdfsInstance Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Fhir
Service stringEndpoint - The HTTPS endpoint for the instance's Fast Healthcare Interoperability Resources (FHIR) service. Example:
https://example.ddfs.oraclecloud.com/api/fhir - Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the Instance.
- Idcs
Url string - The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:
https://idcs-1234567890.identity.oraclecloud.com - Instance
Id string - Lifecycle
Details string - A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Public
Ip string - The public IP address for the instance's FHIR service endpoint.
- State string
- The current state of the Instance.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.example-key": "example-value"} - Time
Created string - The date and time the Instance was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the Instance was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Fhir
Service stringEndpoint - The HTTPS endpoint for the instance's Fast Healthcare Interoperability Resources (FHIR) service. Example:
https://example.ddfs.oraclecloud.com/api/fhir - map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the Instance.
- Idcs
Url string - The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:
https://idcs-1234567890.identity.oraclecloud.com - Instance
Id string - Lifecycle
Details string - A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Public
Ip string - The public IP address for the instance's FHIR service endpoint.
- State string
- The current state of the Instance.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.example-key": "example-value"} - Time
Created string - The date and time the Instance was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the Instance was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id string - The OCID of the compartment.
- map(string)
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name string - A user-friendly name. Does not have to be unique, and it's changeable.
- fhir_
service_ stringendpoint - The HTTPS endpoint for the instance's Fast Healthcare Interoperability Resources (FHIR) service. Example:
https://example.ddfs.oraclecloud.com/api/fhir - map(string)
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the Instance.
- idcs_
url string - The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:
https://idcs-1234567890.identity.oraclecloud.com - instance_
id string - lifecycle_
details string - A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- public_
ip string - The public IP address for the instance's FHIR service endpoint.
- state string
- The current state of the Instance.
- map(string)
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.example-key": "example-value"} - time_
created string - The date and time the Instance was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated string - The date and time the Instance was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- fhir
Service StringEndpoint - The HTTPS endpoint for the instance's Fast Healthcare Interoperability Resources (FHIR) service. Example:
https://example.ddfs.oraclecloud.com/api/fhir - Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the Instance.
- idcs
Url String - The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:
https://idcs-1234567890.identity.oraclecloud.com - instance
Id String - lifecycle
Details String - A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- public
Ip String - The public IP address for the instance's FHIR service endpoint.
- state String
- The current state of the Instance.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.example-key": "example-value"} - time
Created String - The date and time the Instance was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the Instance was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The OCID of the compartment.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- fhir
Service stringEndpoint - The HTTPS endpoint for the instance's Fast Healthcare Interoperability Resources (FHIR) service. Example:
https://example.ddfs.oraclecloud.com/api/fhir - {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the Instance.
- idcs
Url string - The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:
https://idcs-1234567890.identity.oraclecloud.com - instance
Id string - lifecycle
Details string - A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- public
Ip string - The public IP address for the instance's FHIR service endpoint.
- state string
- The current state of the Instance.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.example-key": "example-value"} - time
Created string - The date and time the Instance was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the Instance was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The OCID of the compartment.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name str - A user-friendly name. Does not have to be unique, and it's changeable.
- fhir_
service_ strendpoint - The HTTPS endpoint for the instance's Fast Healthcare Interoperability Resources (FHIR) service. Example:
https://example.ddfs.oraclecloud.com/api/fhir - Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The OCID of the Instance.
- idcs_
url str - The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:
https://idcs-1234567890.identity.oraclecloud.com - instance_
id str - lifecycle_
details str - A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- public_
ip str - The public IP address for the instance's FHIR service endpoint.
- state str
- The current state of the Instance.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.example-key": "example-value"} - time_
created str - The date and time the Instance was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the Instance was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- fhir
Service StringEndpoint - The HTTPS endpoint for the instance's Fast Healthcare Interoperability Resources (FHIR) service. Example:
https://example.ddfs.oraclecloud.com/api/fhir - Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the Instance.
- idcs
Url String - The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:
https://idcs-1234567890.identity.oraclecloud.com - instance
Id String - lifecycle
Details String - A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- public
Ip String - The public IP address for the instance's FHIR service endpoint.
- state String
- The current state of the Instance.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.example-key": "example-value"} - time
Created String - The date and time the Instance was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the Instance was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
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