1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. GoldenGate
  5. getPipelines
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.GoldenGate.getPipelines

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

    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:

    CompartmentId 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.
    DisplayName string
    A filter to return only the resources that match the entire 'displayName' given.
    Filters List<GetPipelinesFilter>
    LifecycleSubState string
    A filtered list of pipelines to return for a given lifecycleSubState.
    State string
    A filtered list of pipelines to return for a given lifecycleState.
    CompartmentId 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.
    DisplayName string
    A filter to return only the resources that match the entire 'displayName' given.
    Filters []GetPipelinesFilter
    LifecycleSubState string
    A filtered list of pipelines to return for a given lifecycleSubState.
    State string
    A filtered list of pipelines to return for a given lifecycleState.
    compartmentId 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.
    displayName String
    A filter to return only the resources that match the entire 'displayName' given.
    filters List<GetPipelinesFilter>
    lifecycleSubState String
    A filtered list of pipelines to return for a given lifecycleSubState.
    state String
    A filtered list of pipelines to return for a given lifecycleState.
    compartmentId 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.
    displayName string
    A filter to return only the resources that match the entire 'displayName' given.
    filters GetPipelinesFilter[]
    lifecycleSubState string
    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.GetPipelinesFilter]
    lifecycle_sub_state str
    A filtered list of pipelines to return for a given lifecycleSubState.
    state str
    A filtered list of pipelines to return for a given lifecycleState.
    compartmentId 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.
    displayName String
    A filter to return only the resources that match the entire 'displayName' given.
    filters List<Property Map>
    lifecycleSubState String
    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:

    CompartmentId string
    The OCID of the compartment being referenced.
    Id string
    The provider-assigned unique ID for this managed resource.
    PipelineCollections List<GetPipelinesPipelineCollection>
    The list of pipeline_collection.
    DisplayName string
    An object's Display Name.
    Filters List<GetPipelinesFilter>
    LifecycleSubState string
    Possible lifecycle substates when retrieving a pipeline.
    State string
    Lifecycle state of the pipeline.
    CompartmentId string
    The OCID of the compartment being referenced.
    Id string
    The provider-assigned unique ID for this managed resource.
    PipelineCollections []GetPipelinesPipelineCollection
    The list of pipeline_collection.
    DisplayName string
    An object's Display Name.
    Filters []GetPipelinesFilter
    LifecycleSubState string
    Possible lifecycle substates when retrieving a pipeline.
    State string
    Lifecycle state of the pipeline.
    compartmentId String
    The OCID of the compartment being referenced.
    id String
    The provider-assigned unique ID for this managed resource.
    pipelineCollections List<GetPipelinesPipelineCollection>
    The list of pipeline_collection.
    displayName String
    An object's Display Name.
    filters List<GetPipelinesFilter>
    lifecycleSubState String
    Possible lifecycle substates when retrieving a pipeline.
    state String
    Lifecycle state of the pipeline.
    compartmentId string
    The OCID of the compartment being referenced.
    id string
    The provider-assigned unique ID for this managed resource.
    pipelineCollections GetPipelinesPipelineCollection[]
    The list of pipeline_collection.
    displayName string
    An object's Display Name.
    filters GetPipelinesFilter[]
    lifecycleSubState string
    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.GetPipelinesPipelineCollection]
    The list of pipeline_collection.
    display_name str
    An object's Display Name.
    filters Sequence[goldengate.GetPipelinesFilter]
    lifecycle_sub_state str
    Possible lifecycle substates when retrieving a pipeline.
    state str
    Lifecycle state of the pipeline.
    compartmentId String
    The OCID of the compartment being referenced.
    id String
    The provider-assigned unique ID for this managed resource.
    pipelineCollections List<Property Map>
    The list of pipeline_collection.
    displayName String
    An object's Display Name.
    filters List<Property Map>
    lifecycleSubState String
    Possible lifecycle substates when retrieving a pipeline.
    state String
    Lifecycle state of the pipeline.

    Supporting Types

    GetPipelinesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetPipelinesPipelineCollection

    GetPipelinesPipelineCollectionItem

    CompartmentId 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.
    CpuCoreCount int
    The Minimum number of OCPUs to be made available for this Deployment.
    DefinedTags 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.
    DisplayName string
    A filter to return only the resources that match the entire 'displayName' given.
    FreeformTags 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.
    IsAutoScalingEnabled bool
    Indicates if auto scaling is enabled for the Deployment's CPU core count.
    LicenseModel string
    The Oracle license model that applies to a Deployment.
    LifecycleDetails 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.
    LifecycleSubState string
    A filtered list of pipelines to return for a given lifecycleSubState.
    Locks List<GetPipelinesPipelineCollectionItemLock>
    Locks associated with this resource.
    MappingRules List<GetPipelinesPipelineCollectionItemMappingRule>
    Mapping for source/target schema/tables for the pipeline data replication.
    ProcessOptions List<GetPipelinesPipelineCollectionItemProcessOption>
    Required pipeline options to configure the replication process (Extract or Replicat).
    RecipeType string
    The type of the recipe
    SourceConnectionDetails List<GetPipelinesPipelineCollectionItemSourceConnectionDetail>
    The source connection details for creating a pipeline.
    State string
    A filtered list of pipelines to return for a given lifecycleState.
    SystemTags 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}}
    TargetConnectionDetails List<GetPipelinesPipelineCollectionItemTargetConnectionDetail>
    The target connection details for creating a pipeline.
    TimeCreated string
    The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    TimeLastRecorded string
    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.
    TimeUpdated string
    The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    CompartmentId 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.
    CpuCoreCount int
    The Minimum number of OCPUs to be made available for this Deployment.
    DefinedTags 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.
    DisplayName string
    A filter to return only the resources that match the entire 'displayName' given.
    FreeformTags 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.
    IsAutoScalingEnabled bool
    Indicates if auto scaling is enabled for the Deployment's CPU core count.
    LicenseModel string
    The Oracle license model that applies to a Deployment.
    LifecycleDetails 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.
    LifecycleSubState string
    A filtered list of pipelines to return for a given lifecycleSubState.
    Locks []GetPipelinesPipelineCollectionItemLock
    Locks associated with this resource.
    MappingRules []GetPipelinesPipelineCollectionItemMappingRule
    Mapping for source/target schema/tables for the pipeline data replication.
    ProcessOptions []GetPipelinesPipelineCollectionItemProcessOption
    Required pipeline options to configure the replication process (Extract or Replicat).
    RecipeType string
    The type of the recipe
    SourceConnectionDetails []GetPipelinesPipelineCollectionItemSourceConnectionDetail
    The source connection details for creating a pipeline.
    State string
    A filtered list of pipelines to return for a given lifecycleState.
    SystemTags 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}}
    TargetConnectionDetails []GetPipelinesPipelineCollectionItemTargetConnectionDetail
    The target connection details for creating a pipeline.
    TimeCreated string
    The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    TimeLastRecorded string
    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.
    TimeUpdated string
    The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    compartmentId 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.
    cpuCoreCount Integer
    The Minimum number of OCPUs to be made available for this Deployment.
    definedTags 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.
    displayName String
    A filter to return only the resources that match the entire 'displayName' given.
    freeformTags 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.
    isAutoScalingEnabled Boolean
    Indicates if auto scaling is enabled for the Deployment's CPU core count.
    licenseModel String
    The Oracle license model that applies to a Deployment.
    lifecycleDetails 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.
    lifecycleSubState String
    A filtered list of pipelines to return for a given lifecycleSubState.
    locks List<GetPipelinesPipelineCollectionItemLock>
    Locks associated with this resource.
    mappingRules List<GetPipelinesPipelineCollectionItemMappingRule>
    Mapping for source/target schema/tables for the pipeline data replication.
    processOptions List<GetPipelinesPipelineCollectionItemProcessOption>
    Required pipeline options to configure the replication process (Extract or Replicat).
    recipeType String
    The type of the recipe
    sourceConnectionDetails List<GetPipelinesPipelineCollectionItemSourceConnectionDetail>
    The source connection details for creating a pipeline.
    state String
    A filtered list of pipelines to return for a given lifecycleState.
    systemTags 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}}
    targetConnectionDetails List<GetPipelinesPipelineCollectionItemTargetConnectionDetail>
    The target connection details for creating a pipeline.
    timeCreated String
    The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    timeLastRecorded String
    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.
    timeUpdated String
    The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    compartmentId 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.
    cpuCoreCount number
    The Minimum number of OCPUs to be made available for this Deployment.
    definedTags {[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.
    displayName string
    A filter to return only the resources that match the entire 'displayName' given.
    freeformTags {[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.
    isAutoScalingEnabled boolean
    Indicates if auto scaling is enabled for the Deployment's CPU core count.
    licenseModel string
    The Oracle license model that applies to a Deployment.
    lifecycleDetails 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.
    lifecycleSubState string
    A filtered list of pipelines to return for a given lifecycleSubState.
    locks GetPipelinesPipelineCollectionItemLock[]
    Locks associated with this resource.
    mappingRules GetPipelinesPipelineCollectionItemMappingRule[]
    Mapping for source/target schema/tables for the pipeline data replication.
    processOptions GetPipelinesPipelineCollectionItemProcessOption[]
    Required pipeline options to configure the replication process (Extract or Replicat).
    recipeType string
    The type of the recipe
    sourceConnectionDetails GetPipelinesPipelineCollectionItemSourceConnectionDetail[]
    The source connection details for creating a pipeline.
    state string
    A filtered list of pipelines to return for a given lifecycleState.
    systemTags {[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}}
    targetConnectionDetails GetPipelinesPipelineCollectionItemTargetConnectionDetail[]
    The target connection details for creating a pipeline.
    timeCreated string
    The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    timeLastRecorded string
    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.
    timeUpdated 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_count int
    The Minimum number of OCPUs to be made available for this Deployment.
    defined_tags 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.
    freeform_tags 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_scaling_enabled bool
    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_state str
    A filtered list of pipelines to return for a given lifecycleSubState.
    locks Sequence[goldengate.GetPipelinesPipelineCollectionItemLock]
    Locks associated with this resource.
    mapping_rules Sequence[goldengate.GetPipelinesPipelineCollectionItemMappingRule]
    Mapping for source/target schema/tables for the pipeline data replication.
    process_options Sequence[goldengate.GetPipelinesPipelineCollectionItemProcessOption]
    Required pipeline options to configure the replication process (Extract or Replicat).
    recipe_type str
    The type of the recipe
    source_connection_details Sequence[goldengate.GetPipelinesPipelineCollectionItemSourceConnectionDetail]
    The source connection details for creating a pipeline.
    state str
    A filtered list of pipelines to return for a given lifecycleState.
    system_tags 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_details Sequence[goldengate.GetPipelinesPipelineCollectionItemTargetConnectionDetail]
    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_recorded str
    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.
    compartmentId 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.
    cpuCoreCount Number
    The Minimum number of OCPUs to be made available for this Deployment.
    definedTags 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.
    displayName String
    A filter to return only the resources that match the entire 'displayName' given.
    freeformTags 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.
    isAutoScalingEnabled Boolean
    Indicates if auto scaling is enabled for the Deployment's CPU core count.
    licenseModel String
    The Oracle license model that applies to a Deployment.
    lifecycleDetails 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.
    lifecycleSubState String
    A filtered list of pipelines to return for a given lifecycleSubState.
    locks List<Property Map>
    Locks associated with this resource.
    mappingRules List<Property Map>
    Mapping for source/target schema/tables for the pipeline data replication.
    processOptions List<Property Map>
    Required pipeline options to configure the replication process (Extract or Replicat).
    recipeType String
    The type of the recipe
    sourceConnectionDetails List<Property Map>
    The source connection details for creating a pipeline.
    state String
    A filtered list of pipelines to return for a given lifecycleState.
    systemTags 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}}
    targetConnectionDetails List<Property Map>
    The target connection details for creating a pipeline.
    timeCreated String
    The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
    timeLastRecorded String
    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.
    timeUpdated String
    The time the resource was last updated. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.

    GetPipelinesPipelineCollectionItemLock

    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    Type string
    Type of the lock.
    Message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    Type string
    Type of the lock.
    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    type String
    Type of the lock.
    message string
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    type string
    Type of the lock.
    message str
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    type str
    Type of the lock.
    message String
    A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
    type String
    Type of the lock.

    GetPipelinesPipelineCollectionItemMappingRule

    MappingType 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.
    MappingType 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.
    mappingType 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.
    mappingType 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.
    mappingType 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

    InitialDataLoads List<GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoad>
    Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    ReplicateSchemaChanges List<GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChange>
    Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    ShouldRestartOnFailure string
    If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
    InitialDataLoads []GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoad
    Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    ReplicateSchemaChanges []GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChange
    Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    ShouldRestartOnFailure string
    If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
    initialDataLoads List<GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoad>
    Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    replicateSchemaChanges List<GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChange>
    Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    shouldRestartOnFailure String
    If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
    initialDataLoads GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoad[]
    Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    replicateSchemaChanges GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChange[]
    Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    shouldRestartOnFailure string
    If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
    initial_data_loads Sequence[goldengate.GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoad]
    Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    replicate_schema_changes Sequence[goldengate.GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChange]
    Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    should_restart_on_failure str
    If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.
    initialDataLoads List<Property Map>
    Options required for the pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    replicateSchemaChanges List<Property Map>
    Options required for pipeline Initial Data Load. If enabled, copies existing data from source to target before replication.
    shouldRestartOnFailure String
    If ENABLED, then the replication process restarts itself upon failure. This option applies when creating or updating a pipeline.

    GetPipelinesPipelineCollectionItemProcessOptionInitialDataLoad

    ActionOnExistingTable string
    Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
    IsInitialLoad string
    If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
    ActionOnExistingTable string
    Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
    IsInitialLoad string
    If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
    actionOnExistingTable String
    Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
    isInitialLoad String
    If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
    actionOnExistingTable string
    Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
    isInitialLoad string
    If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
    action_on_existing_table str
    Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
    is_initial_load str
    If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.
    actionOnExistingTable String
    Action upon existing tables in target when initial Data Load is set i.e., isInitialLoad=true.
    isInitialLoad String
    If ENABLED, then existing source data is also synchronized to the target when creating or updating the pipeline.

    GetPipelinesPipelineCollectionItemProcessOptionReplicateSchemaChange

    ActionOnDdlError string
    Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    ActionOnDmlError string
    Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    CanReplicateSchemaChange string
    If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
    ActionOnDdlError string
    Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    ActionOnDmlError string
    Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    CanReplicateSchemaChange string
    If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
    actionOnDdlError String
    Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    actionOnDmlError String
    Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    canReplicateSchemaChange String
    If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
    actionOnDdlError string
    Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    actionOnDmlError string
    Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    canReplicateSchemaChange string
    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_ddl_error str
    Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    action_on_dml_error str
    Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    can_replicate_schema_change str
    If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.
    actionOnDdlError String
    Action upon DDL Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    actionOnDmlError String
    Action upon DML Error (active only if 'Replicate schema changes (DDL)' is selected) i.e canReplicateSchemaChange=true
    canReplicateSchemaChange String
    If ENABLED, then addition or removal of schema is also replicated, apart from individual tables and records when creating or updating the pipeline.

    GetPipelinesPipelineCollectionItemSourceConnectionDetail

    ConnectionId string
    The OCID of the connection being referenced.
    ConnectionId string
    The OCID of the connection being referenced.
    connectionId String
    The OCID of the connection being referenced.
    connectionId string
    The OCID of the connection being referenced.
    connection_id str
    The OCID of the connection being referenced.
    connectionId String
    The OCID of the connection being referenced.

    GetPipelinesPipelineCollectionItemTargetConnectionDetail

    ConnectionId string
    The OCID of the connection being referenced.
    ConnectionId string
    The OCID of the connection being referenced.
    connectionId String
    The OCID of the connection being referenced.
    connectionId string
    The OCID of the connection being referenced.
    connection_id str
    The OCID of the connection being referenced.
    connectionId 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.
    oci logo
    Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi