Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.GoldenGate.getPipelines
Explore with Pulumi AI
This data source provides the list of Pipelines in Oracle Cloud Infrastructure Golden Gate service.
Lists the Pipelines in the compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPipelines = oci.GoldenGate.getPipelines({
compartmentId: compartmentId,
displayName: pipelineDisplayName,
lifecycleSubState: pipelineLifecycleSubState,
state: pipelineState,
});
import pulumi
import pulumi_oci as oci
test_pipelines = oci.GoldenGate.get_pipelines(compartment_id=compartment_id,
display_name=pipeline_display_name,
lifecycle_sub_state=pipeline_lifecycle_sub_state,
state=pipeline_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/goldengate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := goldengate.GetPipelines(ctx, &goldengate.GetPipelinesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(pipelineDisplayName),
LifecycleSubState: pulumi.StringRef(pipelineLifecycleSubState),
State: pulumi.StringRef(pipelineState),
}, 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 testPipelines = Oci.GoldenGate.GetPipelines.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = pipelineDisplayName,
LifecycleSubState = pipelineLifecycleSubState,
State = pipelineState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetPipelinesArgs;
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 testPipelines = GoldenGateFunctions.getPipelines(GetPipelinesArgs.builder()
.compartmentId(compartmentId)
.displayName(pipelineDisplayName)
.lifecycleSubState(pipelineLifecycleSubState)
.state(pipelineState)
.build());
}
}
variables:
testPipelines:
fn::invoke:
function: oci:GoldenGate:getPipelines
arguments:
compartmentId: ${compartmentId}
displayName: ${pipelineDisplayName}
lifecycleSubState: ${pipelineLifecycleSubState}
state: ${pipelineState}
Using getPipelines
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 getPipelines(args: GetPipelinesArgs, opts?: InvokeOptions): Promise<GetPipelinesResult>
function getPipelinesOutput(args: GetPipelinesOutputArgs, opts?: InvokeOptions): Output<GetPipelinesResult>
def get_pipelines(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_goldengate.GetPipelinesFilter]] = None,
lifecycle_sub_state: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelinesResult
def get_pipelines_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetPipelinesFilterArgs]]]] = None,
lifecycle_sub_state: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelinesResult]
func GetPipelines(ctx *Context, args *GetPipelinesArgs, opts ...InvokeOption) (*GetPipelinesResult, error)
func GetPipelinesOutput(ctx *Context, args *GetPipelinesOutputArgs, opts ...InvokeOption) GetPipelinesResultOutput
> Note: This function is named GetPipelines
in the Go SDK.
public static class GetPipelines
{
public static Task<GetPipelinesResult> InvokeAsync(GetPipelinesArgs args, InvokeOptions? opts = null)
public static Output<GetPipelinesResult> Invoke(GetPipelinesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPipelinesResult> getPipelines(GetPipelinesArgs args, InvokeOptions options)
public static Output<GetPipelinesResult> getPipelines(GetPipelinesArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getPipelines:getPipelines
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
List<Get
Pipelines Filter> - Lifecycle
Sub stringState - A filtered list of pipelines to return for a given lifecycleSubState.
- State string
- A filtered list of pipelines to return for a given lifecycleState.
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
[]Get
Pipelines Filter - Lifecycle
Sub stringState - A filtered list of pipelines to return for a given lifecycleSubState.
- State string
- A filtered list of pipelines to return for a given lifecycleState.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
List<Get
Pipelines Filter> - lifecycle
Sub StringState - A filtered list of pipelines to return for a given lifecycleSubState.
- state String
- A filtered list of pipelines to return for a given lifecycleState.
- compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- filters
Get
Pipelines Filter[] - lifecycle
Sub stringState - A filtered list of pipelines to return for a given lifecycleSubState.
- state string
- A filtered list of pipelines to return for a given lifecycleState.
- compartment_
id str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- filters
Sequence[goldengate.
Get Pipelines Filter] - lifecycle_
sub_ strstate - A filtered list of pipelines to return for a given lifecycleSubState.
- state str
- A filtered list of pipelines to return for a given lifecycleState.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters List<Property Map>
- lifecycle
Sub StringState - A filtered list of pipelines to return for a given lifecycleSubState.
- state String
- A filtered list of pipelines to return for a given lifecycleState.
getPipelines Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment being referenced.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pipeline
Collections List<GetPipelines Pipeline Collection> - The list of pipeline_collection.
- Display
Name string - An object's Display Name.
- Filters
List<Get
Pipelines Filter> - Lifecycle
Sub stringState - Possible lifecycle substates when retrieving a pipeline.
- State string
- Lifecycle state of the pipeline.
- Compartment
Id string - The OCID of the compartment being referenced.
- Id string
- The provider-assigned unique ID for this managed resource.
- Pipeline
Collections []GetPipelines Pipeline Collection - The list of pipeline_collection.
- Display
Name string - An object's Display Name.
- Filters
[]Get
Pipelines Filter - Lifecycle
Sub stringState - Possible lifecycle substates when retrieving a pipeline.
- State string
- Lifecycle state of the pipeline.
- compartment
Id String - The OCID of the compartment being referenced.
- id String
- The provider-assigned unique ID for this managed resource.
- pipeline
Collections List<GetPipelines Pipeline Collection> - The list of pipeline_collection.
- display
Name String - An object's Display Name.
- filters
List<Get
Pipelines Filter> - lifecycle
Sub StringState - Possible lifecycle substates when retrieving a pipeline.
- state String
- Lifecycle state of the pipeline.
- compartment
Id string - The OCID of the compartment being referenced.
- id string
- The provider-assigned unique ID for this managed resource.
- pipeline
Collections GetPipelines Pipeline Collection[] - The list of pipeline_collection.
- display
Name string - An object's Display Name.
- filters
Get
Pipelines Filter[] - lifecycle
Sub stringState - Possible lifecycle substates when retrieving a pipeline.
- state string
- Lifecycle state of the pipeline.
- compartment_
id str - The OCID of the compartment being referenced.
- id str
- The provider-assigned unique ID for this managed resource.
- pipeline_
collections Sequence[goldengate.Get Pipelines Pipeline Collection] - The list of pipeline_collection.
- display_
name str - An object's Display Name.
- filters
Sequence[goldengate.
Get Pipelines Filter] - lifecycle_
sub_ strstate - Possible lifecycle substates when retrieving a pipeline.
- state str
- Lifecycle state of the pipeline.
- compartment
Id String - The OCID of the compartment being referenced.
- id String
- The provider-assigned unique ID for this managed resource.
- pipeline
Collections List<Property Map> - The list of pipeline_collection.
- display
Name String - An object's Display Name.
- filters List<Property Map>
- lifecycle
Sub StringState - Possible lifecycle substates when retrieving a pipeline.
- state String
- Lifecycle state of the pipeline.
Supporting Types
GetPipelinesFilter
GetPipelinesPipelineCollection
GetPipelinesPipelineCollectionItem
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Cpu
Core intCount - The Minimum number of OCPUs to be made available for this Deployment.
- Dictionary<string, string>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Metadata about this specific object.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Dictionary<string, string>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the pipeline. This option applies when retrieving a pipeline.
- Is
Auto boolScaling Enabled - Indicates if auto scaling is enabled for the Deployment's CPU core count.
- License
Model string - The Oracle license model that applies to a Deployment.
- Lifecycle
Details string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- Lifecycle
Sub stringState - A filtered list of pipelines to return for a given lifecycleSubState.
- Locks
List<Get
Pipelines Pipeline Collection Item Lock> - Locks associated with this resource.
- Mapping
Rules List<GetPipelines Pipeline Collection Item Mapping Rule> - Mapping for source/target schema/tables for the pipeline data replication.
- Process
Options List<GetPipelines Pipeline Collection Item Process Option> - Required pipeline options to configure the replication process (Extract or Replicat).
- Recipe
Type string - The type of the recipe
- Source
Connection List<GetDetails Pipelines Pipeline Collection Item Source Connection Detail> - The source connection details for creating a pipeline.
- State string
- A filtered list of pipelines to return for a given lifecycleState.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Target
Connection List<GetDetails Pipelines Pipeline Collection Item Target Connection Detail> - The target connection details for creating a pipeline.
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Last stringRecorded - When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- Compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- Cpu
Core intCount - The Minimum number of OCPUs to be made available for this Deployment.
- map[string]string
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- Metadata about this specific object.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- map[string]string
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- The OCID of the pipeline. This option applies when retrieving a pipeline.
- Is
Auto boolScaling Enabled - Indicates if auto scaling is enabled for the Deployment's CPU core count.
- License
Model string - The Oracle license model that applies to a Deployment.
- Lifecycle
Details string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- Lifecycle
Sub stringState - A filtered list of pipelines to return for a given lifecycleSubState.
- Locks
[]Get
Pipelines Pipeline Collection Item Lock - Locks associated with this resource.
- Mapping
Rules []GetPipelines Pipeline Collection Item Mapping Rule - Mapping for source/target schema/tables for the pipeline data replication.
- Process
Options []GetPipelines Pipeline Collection Item Process Option - Required pipeline options to configure the replication process (Extract or Replicat).
- Recipe
Type string - The type of the recipe
- Source
Connection []GetDetails Pipelines Pipeline Collection Item Source Connection Detail - The source connection details for creating a pipeline.
- State string
- A filtered list of pipelines to return for a given lifecycleState.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Target
Connection []GetDetails Pipelines Pipeline Collection Item Target Connection Detail - The target connection details for creating a pipeline.
- Time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Last stringRecorded - When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
. - Time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- cpu
Core IntegerCount - The Minimum number of OCPUs to be made available for this Deployment.
- Map<String,String>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Metadata about this specific object.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- Map<String,String>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the pipeline. This option applies when retrieving a pipeline.
- is
Auto BooleanScaling Enabled - Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license
Model String - The Oracle license model that applies to a Deployment.
- lifecycle
Details String - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle
Sub StringState - A filtered list of pipelines to return for a given lifecycleSubState.
- locks
List<Get
Pipelines Pipeline Collection Item Lock> - Locks associated with this resource.
- mapping
Rules List<GetPipelines Pipeline Collection Item Mapping Rule> - Mapping for source/target schema/tables for the pipeline data replication.
- process
Options List<GetPipelines Pipeline Collection Item Process Option> - Required pipeline options to configure the replication process (Extract or Replicat).
- recipe
Type String - The type of the recipe
- source
Connection List<GetDetails Pipelines Pipeline Collection Item Source Connection Detail> - The source connection details for creating a pipeline.
- state String
- A filtered list of pipelines to return for a given lifecycleState.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- target
Connection List<GetDetails Pipelines Pipeline Collection Item Target Connection Detail> - The target connection details for creating a pipeline.
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Last StringRecorded - When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id string - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- cpu
Core numberCount - The Minimum number of OCPUs to be made available for this Deployment.
- {[key: string]: string}
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- Metadata about this specific object.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- {[key: string]: string}
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- The OCID of the pipeline. This option applies when retrieving a pipeline.
- is
Auto booleanScaling Enabled - Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license
Model string - The Oracle license model that applies to a Deployment.
- lifecycle
Details string - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle
Sub stringState - A filtered list of pipelines to return for a given lifecycleSubState.
- locks
Get
Pipelines Pipeline Collection Item Lock[] - Locks associated with this resource.
- mapping
Rules GetPipelines Pipeline Collection Item Mapping Rule[] - Mapping for source/target schema/tables for the pipeline data replication.
- process
Options GetPipelines Pipeline Collection Item Process Option[] - Required pipeline options to configure the replication process (Extract or Replicat).
- recipe
Type string - The type of the recipe
- source
Connection GetDetails Pipelines Pipeline Collection Item Source Connection Detail[] - The source connection details for creating a pipeline.
- state string
- A filtered list of pipelines to return for a given lifecycleState.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- target
Connection GetDetails Pipelines Pipeline Collection Item Target Connection Detail[] - The target connection details for creating a pipeline.
- time
Created string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Last stringRecorded - When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
. - time
Updated string - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment_
id str - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- cpu_
core_ intcount - The Minimum number of OCPUs to be made available for this Deployment.
- Mapping[str, str]
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- Metadata about this specific object.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- Mapping[str, str]
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- The OCID of the pipeline. This option applies when retrieving a pipeline.
- is_
auto_ boolscaling_ enabled - Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license_
model str - The Oracle license model that applies to a Deployment.
- lifecycle_
details str - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle_
sub_ strstate - A filtered list of pipelines to return for a given lifecycleSubState.
- locks
Sequence[goldengate.
Get Pipelines Pipeline Collection Item Lock] - Locks associated with this resource.
- mapping_
rules Sequence[goldengate.Get Pipelines Pipeline Collection Item Mapping Rule] - Mapping for source/target schema/tables for the pipeline data replication.
- process_
options Sequence[goldengate.Get Pipelines Pipeline Collection Item Process Option] - Required pipeline options to configure the replication process (Extract or Replicat).
- recipe_
type str - The type of the recipe
- source_
connection_ Sequence[goldengate.details Get Pipelines Pipeline Collection Item Source Connection Detail] - The source connection details for creating a pipeline.
- state str
- A filtered list of pipelines to return for a given lifecycleState.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- target_
connection_ Sequence[goldengate.details Get Pipelines Pipeline Collection Item Target Connection Detail] - The target connection details for creating a pipeline.
- time_
created str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
last_ strrecorded - When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
. - time_
updated str - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
- compartment
Id String - The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource the work request affects. If the work request concerns multiple resources, and those resources are not in the same compartment, it is up to the service team to pick the primary resource whose compartment should be used.
- cpu
Core NumberCount - The Minimum number of OCPUs to be made available for this Deployment.
- Map<String>
- Tags defined for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- Metadata about this specific object.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- Map<String>
- A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- The OCID of the pipeline. This option applies when retrieving a pipeline.
- is
Auto BooleanScaling Enabled - Indicates if auto scaling is enabled for the Deployment's CPU core count.
- license
Model String - The Oracle license model that applies to a Deployment.
- lifecycle
Details String - Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
- lifecycle
Sub StringState - A filtered list of pipelines to return for a given lifecycleSubState.
- locks List<Property Map>
- Locks associated with this resource.
- mapping
Rules List<Property Map> - Mapping for source/target schema/tables for the pipeline data replication.
- process
Options List<Property Map> - Required pipeline options to configure the replication process (Extract or Replicat).
- recipe
Type String - The type of the recipe
- source
Connection List<Property Map>Details - The source connection details for creating a pipeline.
- state String
- A filtered list of pipelines to return for a given lifecycleState.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- target
Connection List<Property Map>Details - The target connection details for creating a pipeline.
- time
Created String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Last StringRecorded - When the resource was last updated. This option applies when retrieving a pipeline. The format is defined by RFC3339, such as
2024-07-25T21:10:29.600Z
. - time
Updated String - The time the resource was last updated. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
.
GetPipelinesPipelineCollectionItemLock
GetPipelinesPipelineCollectionItemMappingRule
- Mapping
Type string - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
- Source string
- The source schema/table combination for replication to target.
- Target string
- The target schema/table combination for replication from the source.
- Mapping
Type string - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
- Source string
- The source schema/table combination for replication to target.
- Target string
- The target schema/table combination for replication from the source.
- mapping
Type String - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
- source String
- The source schema/table combination for replication to target.
- target String
- The target schema/table combination for replication from the source.
- mapping
Type string - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
- source string
- The source schema/table combination for replication to target.
- target string
- The target schema/table combination for replication from the source.
- mapping_
type str - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
- source str
- The source schema/table combination for replication to target.
- target str
- The target schema/table combination for replication from the source.
- mapping
Type String - Defines the exclude/include rules of source and target schemas and tables when replicating from source to target. This option applies when creating and updating a pipeline.
- source String
- The source schema/table combination for replication to target.
- target String
- The target schema/table combination for replication from the source.
GetPipelinesPipelineCollectionItemProcessOption
- Initial
Data List<GetLoads Pipelines Pipeline Collection Item Process Option Initial Data Load> - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- Replicate
Schema List<GetChanges Pipelines Pipeline Collection Item Process Option Replicate Schema Change> - Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- Should
Restart stringOn Failure - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
- Initial
Data []GetLoads Pipelines Pipeline Collection Item Process Option Initial Data Load - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- Replicate
Schema []GetChanges Pipelines Pipeline Collection Item Process Option Replicate Schema Change - Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- Should
Restart stringOn Failure - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
- initial
Data List<GetLoads Pipelines Pipeline Collection Item Process Option Initial Data Load> - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- replicate
Schema List<GetChanges Pipelines Pipeline Collection Item Process Option Replicate Schema Change> - Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- should
Restart StringOn Failure - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
- initial
Data GetLoads Pipelines Pipeline Collection Item Process Option Initial Data Load[] - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- replicate
Schema GetChanges Pipelines Pipeline Collection Item Process Option Replicate Schema Change[] - Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- should
Restart stringOn Failure - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
- initial_
data_ Sequence[goldengate.loads Get Pipelines Pipeline Collection Item Process Option Initial Data Load] - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- replicate_
schema_ Sequence[goldengate.changes Get Pipelines Pipeline Collection Item Process Option Replicate Schema Change] - Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- should_
restart_ stron_ failure - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
- initial
Data List<Property Map>Loads - Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- replicate
Schema List<Property Map>Changes - Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
- should
Restart StringOn Failure - If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoad
- Action
On stringExisting Table - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
- Is
Initial stringLoad - If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
- Action
On stringExisting Table - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
- Is
Initial stringLoad - If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
- action
On StringExisting Table - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
- is
Initial StringLoad - If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
- action
On stringExisting Table - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
- is
Initial stringLoad - If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
- action_
on_ strexisting_ table - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
- is_
initial_ strload - If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
- action
On StringExisting Table - Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
- is
Initial StringLoad - If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChange
- Action
On stringDdl Error - Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- Action
On stringDml Error - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- Can
Replicate stringSchema Change - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
- Action
On stringDdl Error - Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- Action
On stringDml Error - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- Can
Replicate stringSchema Change - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
- action
On StringDdl Error - Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- action
On StringDml Error - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- can
Replicate StringSchema Change - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
- action
On stringDdl Error - Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- action
On stringDml Error - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- can
Replicate stringSchema Change - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
- action_
on_ strddl_ error - Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- action_
on_ strdml_ error - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- can_
replicate_ strschema_ change - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
- action
On StringDdl Error - Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- action
On StringDml Error - Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
- can
Replicate StringSchema Change - If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
GetPipelinesPipelineCollectionItemSourceConnectionDetail
- Connection
Id string - The OCID of the connection being referenced.
- Connection
Id string - The OCID of the connection being referenced.
- connection
Id String - The OCID of the connection being referenced.
- connection
Id string - The OCID of the connection being referenced.
- connection_
id str - The OCID of the connection being referenced.
- connection
Id String - The OCID of the connection being referenced.
GetPipelinesPipelineCollectionItemTargetConnectionDetail
- Connection
Id string - The OCID of the connection being referenced.
- Connection
Id string - The OCID of the connection being referenced.
- connection
Id String - The OCID of the connection being referenced.
- connection
Id string - The OCID of the connection being referenced.
- connection_
id str - The OCID of the connection being referenced.
- connection
Id String - The OCID of the connection being referenced.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.