Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Streaming.getConnectHarnesses
Explore with Pulumi AI
This data source provides the list of Connect Harnesses in Oracle Cloud Infrastructure Streaming service.
Lists the connectharness.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testConnectHarnesses = oci.Streaming.getConnectHarnesses({
compartmentId: compartmentId,
id: connectHarnessId,
name: connectHarnessName,
state: connectHarnessState,
});
import pulumi
import pulumi_oci as oci
test_connect_harnesses = oci.Streaming.get_connect_harnesses(compartment_id=compartment_id,
id=connect_harness_id,
name=connect_harness_name,
state=connect_harness_state)
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.GetConnectHarnesses(ctx, &streaming.GetConnectHarnessesArgs{
CompartmentId: compartmentId,
Id: pulumi.StringRef(connectHarnessId),
Name: pulumi.StringRef(connectHarnessName),
State: pulumi.StringRef(connectHarnessState),
}, 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 testConnectHarnesses = Oci.Streaming.GetConnectHarnesses.Invoke(new()
{
CompartmentId = compartmentId,
Id = connectHarnessId,
Name = connectHarnessName,
State = connectHarnessState,
});
});
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.GetConnectHarnessesArgs;
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 testConnectHarnesses = StreamingFunctions.getConnectHarnesses(GetConnectHarnessesArgs.builder()
.compartmentId(compartmentId)
.id(connectHarnessId)
.name(connectHarnessName)
.state(connectHarnessState)
.build());
}
}
variables:
testConnectHarnesses:
fn::invoke:
Function: oci:Streaming:getConnectHarnesses
Arguments:
compartmentId: ${compartmentId}
id: ${connectHarnessId}
name: ${connectHarnessName}
state: ${connectHarnessState}
Using getConnectHarnesses
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 getConnectHarnesses(args: GetConnectHarnessesArgs, opts?: InvokeOptions): Promise<GetConnectHarnessesResult>
function getConnectHarnessesOutput(args: GetConnectHarnessesOutputArgs, opts?: InvokeOptions): Output<GetConnectHarnessesResult>
def get_connect_harnesses(compartment_id: Optional[str] = None,
filters: Optional[Sequence[_streaming.GetConnectHarnessesFilter]] = None,
id: Optional[str] = None,
name: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectHarnessesResult
def get_connect_harnesses_output(compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_streaming.GetConnectHarnessesFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectHarnessesResult]
func GetConnectHarnesses(ctx *Context, args *GetConnectHarnessesArgs, opts ...InvokeOption) (*GetConnectHarnessesResult, error)
func GetConnectHarnessesOutput(ctx *Context, args *GetConnectHarnessesOutputArgs, opts ...InvokeOption) GetConnectHarnessesResultOutput
> Note: This function is named GetConnectHarnesses
in the Go SDK.
public static class GetConnectHarnesses
{
public static Task<GetConnectHarnessesResult> InvokeAsync(GetConnectHarnessesArgs args, InvokeOptions? opts = null)
public static Output<GetConnectHarnessesResult> Invoke(GetConnectHarnessesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectHarnessesResult> getConnectHarnesses(GetConnectHarnessesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Streaming/getConnectHarnesses:getConnectHarnesses
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Filters
List<Get
Connect Harnesses Filter> - Id string
- A filter to return only resources that match the given ID exactly.
- Name string
- A filter to return only resources that match the given name exactly.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment.
- Filters
[]Get
Connect Harnesses Filter - Id string
- A filter to return only resources that match the given ID exactly.
- Name string
- A filter to return only resources that match the given name exactly.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment.
- filters
List<Get
Connect Harnesses Filter> - id String
- A filter to return only resources that match the given ID exactly.
- name String
- A filter to return only resources that match the given name exactly.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment.
- filters
Get
Connect Harnesses Filter[] - id string
- A filter to return only resources that match the given ID exactly.
- name string
- A filter to return only resources that match the given name exactly.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - The OCID of the compartment.
- filters
Sequence[streaming.
Get Connect Harnesses Filter] - id str
- A filter to return only resources that match the given ID exactly.
- name str
- A filter to return only resources that match the given name exactly.
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment.
- filters List<Property Map>
- id String
- A filter to return only resources that match the given ID exactly.
- name String
- A filter to return only resources that match the given name exactly.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
getConnectHarnesses Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the connect harness.
- Connect
Harnesses List<GetConnect Harnesses Connect Harness> - The list of connect_harness.
- Filters
List<Get
Connect Harnesses Filter> - Id string
- The OCID 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.
- Compartment
Id string - The OCID of the compartment that contains the connect harness.
- Connect
Harnesses []GetConnect Harnesses Connect Harness - The list of connect_harness.
- Filters
[]Get
Connect Harnesses Filter - Id string
- The OCID 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.
- compartment
Id String - The OCID of the compartment that contains the connect harness.
- connect
Harnesses List<GetConnect Harnesses Connect Harness> - The list of connect_harness.
- filters
List<Get
Connect Harnesses Filter> - id String
- The OCID 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.
- compartment
Id string - The OCID of the compartment that contains the connect harness.
- connect
Harnesses GetConnect Harnesses Connect Harness[] - The list of connect_harness.
- filters
Get
Connect Harnesses Filter[] - id string
- The OCID 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.
- compartment_
id str - The OCID of the compartment that contains the connect harness.
- connect_
harnesses Sequence[streaming.Get Connect Harnesses Connect Harness] - The list of connect_harness.
- filters
Sequence[streaming.
Get Connect Harnesses Filter] - id str
- The OCID 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.
- compartment
Id String - The OCID of the compartment that contains the connect harness.
- connect
Harnesses List<Property Map> - The list of connect_harness.
- filters List<Property Map>
- id String
- The OCID 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.
Supporting Types
GetConnectHarnessesConnectHarness
- 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"}}'
- 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
- A filter to return only resources that match the given ID exactly.
- Lifecycle
State stringDetails - Any additional details about the current state of the connect harness.
- Name string
- A filter to return only resources that match the given name exactly.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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.
- 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
- A filter to return only resources that match the given ID exactly.
- Lifecycle
State stringDetails - Any additional details about the current state of the connect harness.
- Name string
- A filter to return only resources that match the given name exactly.
- State string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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.
- 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
- A filter to return only resources that match the given ID exactly.
- lifecycle
State StringDetails - Any additional details about the current state of the connect harness.
- name String
- A filter to return only resources that match the given name exactly.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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.
- {[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
- A filter to return only resources that match the given ID exactly.
- lifecycle
State stringDetails - Any additional details about the current state of the connect harness.
- name string
- A filter to return only resources that match the given name exactly.
- state string
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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.
- 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
- A filter to return only resources that match the given ID exactly.
- lifecycle_
state_ strdetails - Any additional details about the current state of the connect harness.
- name str
- A filter to return only resources that match the given name exactly.
- state str
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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.
- 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
- A filter to return only resources that match the given ID exactly.
- lifecycle
State StringDetails - Any additional details about the current state of the connect harness.
- name String
- A filter to return only resources that match the given name exactly.
- state String
- A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
- 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
GetConnectHarnessesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.