Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi
oci.Opensearch.getOpensearchClusterPipelines
Explore with Pulumi AI
This data source provides the list of Opensearch Cluster Pipelines in Oracle Cloud Infrastructure Opensearch service.
Returns a list of OpensearchClusterPipelines.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOpensearchClusterPipelines = oci.Opensearch.getOpensearchClusterPipelines({
compartmentId: compartmentId,
displayName: opensearchClusterPipelineDisplayName,
id: opensearchClusterPipelineId,
pipelineComponentId: testPipelineComponent.id,
state: opensearchClusterPipelineState,
});
import pulumi
import pulumi_oci as oci
test_opensearch_cluster_pipelines = oci.Opensearch.get_opensearch_cluster_pipelines(compartment_id=compartment_id,
display_name=opensearch_cluster_pipeline_display_name,
id=opensearch_cluster_pipeline_id,
pipeline_component_id=test_pipeline_component["id"],
state=opensearch_cluster_pipeline_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/opensearch"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := opensearch.GetOpensearchClusterPipelines(ctx, &opensearch.GetOpensearchClusterPipelinesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(opensearchClusterPipelineDisplayName),
Id: pulumi.StringRef(opensearchClusterPipelineId),
PipelineComponentId: pulumi.StringRef(testPipelineComponent.Id),
State: pulumi.StringRef(opensearchClusterPipelineState),
}, 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 testOpensearchClusterPipelines = Oci.Opensearch.GetOpensearchClusterPipelines.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = opensearchClusterPipelineDisplayName,
Id = opensearchClusterPipelineId,
PipelineComponentId = testPipelineComponent.Id,
State = opensearchClusterPipelineState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Opensearch.OpensearchFunctions;
import com.pulumi.oci.Opensearch.inputs.GetOpensearchClusterPipelinesArgs;
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 testOpensearchClusterPipelines = OpensearchFunctions.getOpensearchClusterPipelines(GetOpensearchClusterPipelinesArgs.builder()
.compartmentId(compartmentId)
.displayName(opensearchClusterPipelineDisplayName)
.id(opensearchClusterPipelineId)
.pipelineComponentId(testPipelineComponent.id())
.state(opensearchClusterPipelineState)
.build());
}
}
variables:
testOpensearchClusterPipelines:
fn::invoke:
function: oci:Opensearch:getOpensearchClusterPipelines
arguments:
compartmentId: ${compartmentId}
displayName: ${opensearchClusterPipelineDisplayName}
id: ${opensearchClusterPipelineId}
pipelineComponentId: ${testPipelineComponent.id}
state: ${opensearchClusterPipelineState}
Using getOpensearchClusterPipelines
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 getOpensearchClusterPipelines(args: GetOpensearchClusterPipelinesArgs, opts?: InvokeOptions): Promise<GetOpensearchClusterPipelinesResult>
function getOpensearchClusterPipelinesOutput(args: GetOpensearchClusterPipelinesOutputArgs, opts?: InvokeOptions): Output<GetOpensearchClusterPipelinesResult>
def get_opensearch_cluster_pipelines(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_opensearch.GetOpensearchClusterPipelinesFilter]] = None,
id: Optional[str] = None,
pipeline_component_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOpensearchClusterPipelinesResult
def get_opensearch_cluster_pipelines_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_opensearch.GetOpensearchClusterPipelinesFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
pipeline_component_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOpensearchClusterPipelinesResult]
func GetOpensearchClusterPipelines(ctx *Context, args *GetOpensearchClusterPipelinesArgs, opts ...InvokeOption) (*GetOpensearchClusterPipelinesResult, error)
func GetOpensearchClusterPipelinesOutput(ctx *Context, args *GetOpensearchClusterPipelinesOutputArgs, opts ...InvokeOption) GetOpensearchClusterPipelinesResultOutput
> Note: This function is named GetOpensearchClusterPipelines
in the Go SDK.
public static class GetOpensearchClusterPipelines
{
public static Task<GetOpensearchClusterPipelinesResult> InvokeAsync(GetOpensearchClusterPipelinesArgs args, InvokeOptions? opts = null)
public static Output<GetOpensearchClusterPipelinesResult> Invoke(GetOpensearchClusterPipelinesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOpensearchClusterPipelinesResult> getOpensearchClusterPipelines(GetOpensearchClusterPipelinesArgs args, InvokeOptions options)
public static Output<GetOpensearchClusterPipelinesResult> getOpensearchClusterPipelines(GetOpensearchClusterPipelinesArgs args, InvokeOptions options)
fn::invoke:
function: oci:Opensearch/getOpensearchClusterPipelines:getOpensearchClusterPipelines
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Opensearch Cluster Pipelines Filter> - Id string
- unique OpensearchClusterPipeline identifier
- Pipeline
Component stringId - A filter to return pipelines whose any component has the given pipelineComponentId.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Opensearch Cluster Pipelines Filter - Id string
- unique OpensearchClusterPipeline identifier
- Pipeline
Component stringId - A filter to return pipelines whose any component has the given pipelineComponentId.
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Cluster Pipelines Filter> - id String
- unique OpensearchClusterPipeline identifier
- pipeline
Component StringId - A filter to return pipelines whose any component has the given pipelineComponentId.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Opensearch Cluster Pipelines Filter[] - id string
- unique OpensearchClusterPipeline identifier
- pipeline
Component stringId - A filter to return pipelines whose any component has the given pipelineComponentId.
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Get Opensearch Cluster Pipelines Filter] - id str
- unique OpensearchClusterPipeline identifier
- pipeline_
component_ strid - A filter to return pipelines whose any component has the given pipelineComponentId.
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
- id String
- unique OpensearchClusterPipeline identifier
- pipeline
Component StringId - A filter to return pipelines whose any component has the given pipelineComponentId.
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
getOpensearchClusterPipelines Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment where the pipeline is located.
- Opensearch
Cluster List<GetPipeline Collections Opensearch Cluster Pipelines Opensearch Cluster Pipeline Collection> - The list of opensearch_cluster_pipeline_collection.
- Display
Name string - The name of the pipeline. Avoid entering confidential information.
- Filters
List<Get
Opensearch Cluster Pipelines Filter> - Id string
- The OCID of the cluster pipeline.
- Pipeline
Component stringId - State string
- The current state of the cluster backup.
- Compartment
Id string - The OCID of the compartment where the pipeline is located.
- Opensearch
Cluster []GetPipeline Collections Opensearch Cluster Pipelines Opensearch Cluster Pipeline Collection - The list of opensearch_cluster_pipeline_collection.
- Display
Name string - The name of the pipeline. Avoid entering confidential information.
- Filters
[]Get
Opensearch Cluster Pipelines Filter - Id string
- The OCID of the cluster pipeline.
- Pipeline
Component stringId - State string
- The current state of the cluster backup.
- compartment
Id String - The OCID of the compartment where the pipeline is located.
- opensearch
Cluster List<GetPipeline Collections Cluster Pipelines Cluster Pipeline Collection> - The list of opensearch_cluster_pipeline_collection.
- display
Name String - The name of the pipeline. Avoid entering confidential information.
- filters
List<Get
Cluster Pipelines Filter> - id String
- The OCID of the cluster pipeline.
- pipeline
Component StringId - state String
- The current state of the cluster backup.
- compartment
Id string - The OCID of the compartment where the pipeline is located.
- opensearch
Cluster GetPipeline Collections Opensearch Cluster Pipelines Opensearch Cluster Pipeline Collection[] - The list of opensearch_cluster_pipeline_collection.
- display
Name string - The name of the pipeline. Avoid entering confidential information.
- filters
Get
Opensearch Cluster Pipelines Filter[] - id string
- The OCID of the cluster pipeline.
- pipeline
Component stringId - state string
- The current state of the cluster backup.
- compartment_
id str - The OCID of the compartment where the pipeline is located.
- opensearch_
cluster_ Sequence[opensearch.pipeline_ collections Get Opensearch Cluster Pipelines Opensearch Cluster Pipeline Collection] - The list of opensearch_cluster_pipeline_collection.
- display_
name str - The name of the pipeline. Avoid entering confidential information.
- filters
Sequence[opensearch.
Get Opensearch Cluster Pipelines Filter] - id str
- The OCID of the cluster pipeline.
- pipeline_
component_ strid - state str
- The current state of the cluster backup.
- compartment
Id String - The OCID of the compartment where the pipeline is located.
- opensearch
Cluster List<Property Map>Pipeline Collections - The list of opensearch_cluster_pipeline_collection.
- display
Name String - The name of the pipeline. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The OCID of the cluster pipeline.
- pipeline
Component StringId - state String
- The current state of the cluster backup.
Supporting Types
GetOpensearchClusterPipelinesFilter
GetOpensearchClusterPipelinesOpensearchClusterPipelineCollection
- Items
This property is required. List<GetOpensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item>
- Items
This property is required. []GetOpensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item
- items
This property is required. List<GetCluster Pipelines Cluster Pipeline Collection Item>
- items
This property is required. GetOpensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item[]
- items
This property is required. Sequence[opensearch.Get Opensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item]
- items
This property is required. List<Property Map>
GetOpensearchClusterPipelinesOpensearchClusterPipelineCollectionItem
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Data
Prepper Configuration Body This property is required. string - The data prepper config in YAML format. The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. Dictionary<string, string>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - unique OpensearchClusterPipeline identifier
- Memory
Gb This property is required. int - The amount of memory in GB, for each pipeline node.
- Node
Count This property is required. int - The number of nodes configured for the pipeline.
- Nsg
Id This property is required. string - The OCID of the NSG where the pipeline private endpoint vnic will be attached.
- Ocpu
Count This property is required. int - The number of OCPUs configured for each pipeline node.
- Opc
Dry Run This property is required. bool - Opensearch
Pipeline Fqdn This property is required. string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Pipeline Private Ip This property is required. string - The pipeline's private IP address.
- Pipeline
Configuration Body This property is required. string - The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
- Pipeline
Mode This property is required. string - The current state of the pipeline.
- Reverse
Connection Endpoints This property is required. List<GetOpensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item Reverse Connection Endpoint> - The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
- State
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Compartment Id This property is required. string - The OCID for the compartment where the pipeline's subnet is located.
- Subnet
Id This property is required. string - The OCID of the pipeline's subnet.
This property is required. Dictionary<string, string>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the cluster pipeline was created. Format defined by RFC3339.
- Time
Updated This property is required. string - The amount of time in milliseconds since the pipeline was updated.
- Vcn
Compartment Id This property is required. string - The OCID for the compartment where the pipeline's VCN is located.
- Vcn
Id This property is required. string - The OCID of the pipeline's VCN.
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- Data
Prepper Configuration Body This property is required. string - The data prepper config in YAML format. The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. map[string]string- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - unique OpensearchClusterPipeline identifier
- Memory
Gb This property is required. int - The amount of memory in GB, for each pipeline node.
- Node
Count This property is required. int - The number of nodes configured for the pipeline.
- Nsg
Id This property is required. string - The OCID of the NSG where the pipeline private endpoint vnic will be attached.
- Ocpu
Count This property is required. int - The number of OCPUs configured for each pipeline node.
- Opc
Dry Run This property is required. bool - Opensearch
Pipeline Fqdn This property is required. string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- Opensearch
Pipeline Private Ip This property is required. string - The pipeline's private IP address.
- Pipeline
Configuration Body This property is required. string - The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
- Pipeline
Mode This property is required. string - The current state of the pipeline.
- Reverse
Connection Endpoints This property is required. []GetOpensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item Reverse Connection Endpoint - The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
- State
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
- Subnet
Compartment Id This property is required. string - The OCID for the compartment where the pipeline's subnet is located.
- Subnet
Id This property is required. string - The OCID of the pipeline's subnet.
This property is required. map[string]string- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The date and time the cluster pipeline was created. Format defined by RFC3339.
- Time
Updated This property is required. string - The amount of time in milliseconds since the pipeline was updated.
- Vcn
Compartment Id This property is required. string - The OCID for the compartment where the pipeline's VCN is located.
- Vcn
Id This property is required. string - The OCID of the pipeline's VCN.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- data
Prepper Configuration Body This property is required. String - The data prepper config in YAML format. The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. Map<String,String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - unique OpensearchClusterPipeline identifier
- memory
Gb This property is required. Integer - The amount of memory in GB, for each pipeline node.
- node
Count This property is required. Integer - The number of nodes configured for the pipeline.
- nsg
Id This property is required. String - The OCID of the NSG where the pipeline private endpoint vnic will be attached.
- ocpu
Count This property is required. Integer - The number of OCPUs configured for each pipeline node.
- opc
Dry Run This property is required. Boolean - opensearch
Pipeline Fqdn This property is required. String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Pipeline Private Ip This property is required. String - The pipeline's private IP address.
- pipeline
Configuration Body This property is required. String - The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
- pipeline
Mode This property is required. String - The current state of the pipeline.
- reverse
Connection Endpoints This property is required. List<GetCluster Pipelines Cluster Pipeline Collection Item Reverse Connection Endpoint> - The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
- state
This property is required. String - A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Compartment Id This property is required. String - The OCID for the compartment where the pipeline's subnet is located.
- subnet
Id This property is required. String - The OCID of the pipeline's subnet.
This property is required. Map<String,String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the cluster pipeline was created. Format defined by RFC3339.
- time
Updated This property is required. String - The amount of time in milliseconds since the pipeline was updated.
- vcn
Compartment Id This property is required. String - The OCID for the compartment where the pipeline's VCN is located.
- vcn
Id This property is required. String - The OCID of the pipeline's VCN.
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
- data
Prepper Configuration Body This property is required. string - The data prepper config in YAML format. The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. {[key: string]: string}- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. string - unique OpensearchClusterPipeline identifier
- memory
Gb This property is required. number - The amount of memory in GB, for each pipeline node.
- node
Count This property is required. number - The number of nodes configured for the pipeline.
- nsg
Id This property is required. string - The OCID of the NSG where the pipeline private endpoint vnic will be attached.
- ocpu
Count This property is required. number - The number of OCPUs configured for each pipeline node.
- opc
Dry Run This property is required. boolean - opensearch
Pipeline Fqdn This property is required. string - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Pipeline Private Ip This property is required. string - The pipeline's private IP address.
- pipeline
Configuration Body This property is required. string - The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
- pipeline
Mode This property is required. string - The current state of the pipeline.
- reverse
Connection Endpoints This property is required. GetOpensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item Reverse Connection Endpoint[] - The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
- state
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Compartment Id This property is required. string - The OCID for the compartment where the pipeline's subnet is located.
- subnet
Id This property is required. string - The OCID of the pipeline's subnet.
This property is required. {[key: string]: string}- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The date and time the cluster pipeline was created. Format defined by RFC3339.
- time
Updated This property is required. string - The amount of time in milliseconds since the pipeline was updated.
- vcn
Compartment Id This property is required. string - The OCID for the compartment where the pipeline's VCN is located.
- vcn
Id This property is required. string - The OCID of the pipeline's VCN.
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
- data_
prepper_ configuration_ body This property is required. str - The data prepper config in YAML format. The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name This property is required. str - A filter to return only resources that match the entire display name given.
This property is required. Mapping[str, str]- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. str - unique OpensearchClusterPipeline identifier
- memory_
gb This property is required. int - The amount of memory in GB, for each pipeline node.
- node_
count This property is required. int - The number of nodes configured for the pipeline.
- nsg_
id This property is required. str - The OCID of the NSG where the pipeline private endpoint vnic will be attached.
- ocpu_
count This property is required. int - The number of OCPUs configured for each pipeline node.
- opc_
dry_ run This property is required. bool - opensearch_
pipeline_ fqdn This property is required. str - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch_
pipeline_ private_ ip This property is required. str - The pipeline's private IP address.
- pipeline_
configuration_ body This property is required. str - The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
- pipeline_
mode This property is required. str - The current state of the pipeline.
- reverse_
connection_ endpoints This property is required. Sequence[opensearch.Get Opensearch Cluster Pipelines Opensearch Cluster Pipeline Collection Item Reverse Connection Endpoint] - The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
- state
This property is required. str - A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet_
compartment_ id This property is required. str - The OCID for the compartment where the pipeline's subnet is located.
- subnet_
id This property is required. str - The OCID of the pipeline's subnet.
This property is required. Mapping[str, str]- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The date and time the cluster pipeline was created. Format defined by RFC3339.
- time_
updated This property is required. str - The amount of time in milliseconds since the pipeline was updated.
- vcn_
compartment_ id This property is required. str - The OCID for the compartment where the pipeline's VCN is located.
- vcn_
id This property is required. str - The OCID of the pipeline's VCN.
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
- data
Prepper Configuration Body This property is required. String - The data prepper config in YAML format. The command accepts the data prepper config as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. Map<String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - unique OpensearchClusterPipeline identifier
- memory
Gb This property is required. Number - The amount of memory in GB, for each pipeline node.
- node
Count This property is required. Number - The number of nodes configured for the pipeline.
- nsg
Id This property is required. String - The OCID of the NSG where the pipeline private endpoint vnic will be attached.
- ocpu
Count This property is required. Number - The number of OCPUs configured for each pipeline node.
- opc
Dry Run This property is required. Boolean - opensearch
Pipeline Fqdn This property is required. String - The fully qualified domain name (FQDN) for the cluster's API endpoint.
- opensearch
Pipeline Private Ip This property is required. String - The pipeline's private IP address.
- pipeline
Configuration Body This property is required. String - The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
- pipeline
Mode This property is required. String - The current state of the pipeline.
- reverse
Connection Endpoints This property is required. List<Property Map> - The customer IP and the corresponding fully qualified domain name that the pipeline will connect to.
- state
This property is required. String - A filter to return only resources their lifecycleState matches the given lifecycleState.
- subnet
Compartment Id This property is required. String - The OCID for the compartment where the pipeline's subnet is located.
- subnet
Id This property is required. String - The OCID of the pipeline's subnet.
This property is required. Map<String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The date and time the cluster pipeline was created. Format defined by RFC3339.
- time
Updated This property is required. String - The amount of time in milliseconds since the pipeline was updated.
- vcn
Compartment Id This property is required. String - The OCID for the compartment where the pipeline's VCN is located.
- vcn
Id This property is required. String - The OCID of the pipeline's VCN.
GetOpensearchClusterPipelinesOpensearchClusterPipelineCollectionItemReverseConnectionEndpoint
- Customer
Fqdn This property is required. string - The fully qualified domain name of the customerIp in the customer VCN
- Customer
Ip This property is required. string - The IPv4 address in the customer VCN
- Customer
Fqdn This property is required. string - The fully qualified domain name of the customerIp in the customer VCN
- Customer
Ip This property is required. string - The IPv4 address in the customer VCN
- customer
Fqdn This property is required. String - The fully qualified domain name of the customerIp in the customer VCN
- customer
Ip This property is required. String - The IPv4 address in the customer VCN
- customer
Fqdn This property is required. string - The fully qualified domain name of the customerIp in the customer VCN
- customer
Ip This property is required. string - The IPv4 address in the customer VCN
- customer_
fqdn This property is required. str - The fully qualified domain name of the customerIp in the customer VCN
- customer_
ip This property is required. str - The IPv4 address in the customer VCN
- customer
Fqdn This property is required. String - The fully qualified domain name of the customerIp in the customer VCN
- customer
Ip This property is required. String - The IPv4 address in the customer VCN
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.