Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.Streaming.getConnectHarness
Explore with Pulumi AI
This data source provides details about a specific Connect Harness resource in Oracle Cloud Infrastructure Streaming service.
Gets detailed information about a connect harness.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testConnectHarness = oci.Streaming.getConnectHarness({
    connectHarnessId: testConnectHarnes.id,
});
import pulumi
import pulumi_oci as oci
test_connect_harness = oci.Streaming.get_connect_harness(connect_harness_id=test_connect_harnes["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/streaming"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := streaming.GetConnectHarness(ctx, &streaming.GetConnectHarnessArgs{
			ConnectHarnessId: testConnectHarnes.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 testConnectHarness = Oci.Streaming.GetConnectHarness.Invoke(new()
    {
        ConnectHarnessId = testConnectHarnes.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Streaming.StreamingFunctions;
import com.pulumi.oci.Streaming.inputs.GetConnectHarnessArgs;
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 testConnectHarness = StreamingFunctions.getConnectHarness(GetConnectHarnessArgs.builder()
            .connectHarnessId(testConnectHarnes.id())
            .build());
    }
}
variables:
  testConnectHarness:
    fn::invoke:
      function: oci:Streaming:getConnectHarness
      arguments:
        connectHarnessId: ${testConnectHarnes.id}
Using getConnectHarness
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 getConnectHarness(args: GetConnectHarnessArgs, opts?: InvokeOptions): Promise<GetConnectHarnessResult>
function getConnectHarnessOutput(args: GetConnectHarnessOutputArgs, opts?: InvokeOptions): Output<GetConnectHarnessResult>def get_connect_harness(connect_harness_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetConnectHarnessResult
def get_connect_harness_output(connect_harness_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetConnectHarnessResult]func GetConnectHarness(ctx *Context, args *GetConnectHarnessArgs, opts ...InvokeOption) (*GetConnectHarnessResult, error)
func GetConnectHarnessOutput(ctx *Context, args *GetConnectHarnessOutputArgs, opts ...InvokeOption) GetConnectHarnessResultOutput> Note: This function is named GetConnectHarness in the Go SDK.
public static class GetConnectHarness 
{
    public static Task<GetConnectHarnessResult> InvokeAsync(GetConnectHarnessArgs args, InvokeOptions? opts = null)
    public static Output<GetConnectHarnessResult> Invoke(GetConnectHarnessInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConnectHarnessResult> getConnectHarness(GetConnectHarnessArgs args, InvokeOptions options)
public static Output<GetConnectHarnessResult> getConnectHarness(GetConnectHarnessArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Streaming/getConnectHarness:getConnectHarness
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Connect
Harness stringId  - The OCID of the connect harness.
 
- Connect
Harness stringId  - The OCID of the connect harness.
 
- connect
Harness StringId  - The OCID of the connect harness.
 
- connect
Harness stringId  - The OCID of the connect harness.
 
- connect_
harness_ strid  - The OCID of the connect harness.
 
- connect
Harness StringId  - The OCID of the connect harness.
 
getConnectHarness Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the connect harness.
 - Connect
Harness stringId  - 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"}}'
 - Dictionary<string, string>
 - Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags. Example: 
{"Department": "Finance"} - Id string
 - The OCID of the connect harness.
 - Lifecycle
State stringDetails  - Any additional details about the current state of the connect harness.
 - Name string
 - The name of the connect harness. Avoid entering confidential information. Example: 
JDBCConnector - State string
 - The current state of the connect harness.
 - Time
Created string - The date and time the connect harness was created, expressed in in RFC 3339 timestamp format. Example: 
2018-04-20T00:00:07.405Z 
- Compartment
Id string - The OCID of the compartment that contains the connect harness.
 - Connect
Harness stringId  - 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"}}'
 - map[string]string
 - Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags. Example: 
{"Department": "Finance"} - Id string
 - The OCID of the connect harness.
 - Lifecycle
State stringDetails  - Any additional details about the current state of the connect harness.
 - Name string
 - The name of the connect harness. Avoid entering confidential information. Example: 
JDBCConnector - State string
 - The current state of the connect harness.
 - Time
Created string - The date and time the connect harness was created, expressed in in RFC 3339 timestamp format. Example: 
2018-04-20T00:00:07.405Z 
- compartment
Id String - The OCID of the compartment that contains the connect harness.
 - connect
Harness StringId  - 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"}}'
 - Map<String,String>
 - Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags. Example: 
{"Department": "Finance"} - id String
 - The OCID of the connect harness.
 - lifecycle
State StringDetails  - Any additional details about the current state of the connect harness.
 - name String
 - The name of the connect harness. Avoid entering confidential information. Example: 
JDBCConnector - state String
 - The current state of the connect harness.
 - time
Created String - The date and time the connect harness was created, expressed in in RFC 3339 timestamp format. Example: 
2018-04-20T00:00:07.405Z 
- compartment
Id string - The OCID of the compartment that contains the connect harness.
 - connect
Harness stringId  - {[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"}}'
 - {[key: string]: string}
 - Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags. Example: 
{"Department": "Finance"} - id string
 - The OCID of the connect harness.
 - lifecycle
State stringDetails  - Any additional details about the current state of the connect harness.
 - name string
 - The name of the connect harness. Avoid entering confidential information. Example: 
JDBCConnector - state string
 - The current state of the connect harness.
 - time
Created string - The date and time the connect harness was created, expressed in in RFC 3339 timestamp format. Example: 
2018-04-20T00:00:07.405Z 
- compartment_
id str - The OCID of the compartment that contains the connect harness.
 - connect_
harness_ strid  - 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"}}'
 - Mapping[str, str]
 - Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags. Example: 
{"Department": "Finance"} - id str
 - The OCID of the connect harness.
 - lifecycle_
state_ strdetails  - Any additional details about the current state of the connect harness.
 - name str
 - The name of the connect harness. Avoid entering confidential information. Example: 
JDBCConnector - state str
 - The current state of the connect harness.
 - time_
created str - The date and time the connect harness was created, expressed in in RFC 3339 timestamp format. Example: 
2018-04-20T00:00:07.405Z 
- compartment
Id String - The OCID of the compartment that contains the connect harness.
 - connect
Harness StringId  - 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"}}'
 - Map<String>
 - Free-form tags for this resource. Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags. Example: 
{"Department": "Finance"} - id String
 - The OCID of the connect harness.
 - lifecycle
State StringDetails  - Any additional details about the current state of the connect harness.
 - name String
 - The name of the connect harness. Avoid entering confidential information. Example: 
JDBCConnector - state String
 - The current state of the connect harness.
 - time
Created String - The date and time the connect harness was created, expressed in in RFC 3339 timestamp format. Example: 
2018-04-20T00:00:07.405Z 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.