Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.GoldenGate.getPipeline
Explore with Pulumi AI
This data source provides details about a specific Pipeline resource in Oracle Cloud Infrastructure Golden Gate service.
Retrieves a Pipeline details.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPipeline = oci.GoldenGate.getPipeline({
pipelineId: testPipelineOciGoldenGatePipeline.id,
});
import pulumi
import pulumi_oci as oci
test_pipeline = oci.GoldenGate.get_pipeline(pipeline_id=test_pipeline_oci_golden_gate_pipeline["id"])
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.GetPipeline(ctx, &goldengate.GetPipelineArgs{
PipelineId: testPipelineOciGoldenGatePipeline.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testPipeline = Oci.GoldenGate.GetPipeline.Invoke(new()
{
PipelineId = testPipelineOciGoldenGatePipeline.Id,
});
});
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.GetPipelineArgs;
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 testPipeline = GoldenGateFunctions.getPipeline(GetPipelineArgs.builder()
.pipelineId(testPipelineOciGoldenGatePipeline.id())
.build());
}
}
variables:
testPipeline:
fn::invoke:
function: oci:GoldenGate:getPipeline
arguments:
pipelineId: ${testPipelineOciGoldenGatePipeline.id}
Using getPipeline
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 getPipeline(args: GetPipelineArgs, opts?: InvokeOptions): Promise<GetPipelineResult>
function getPipelineOutput(args: GetPipelineOutputArgs, opts?: InvokeOptions): Output<GetPipelineResult>
def get_pipeline(pipeline_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelineResult
def get_pipeline_output(pipeline_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelineResult]
func GetPipeline(ctx *Context, args *GetPipelineArgs, opts ...InvokeOption) (*GetPipelineResult, error)
func GetPipelineOutput(ctx *Context, args *GetPipelineOutputArgs, opts ...InvokeOption) GetPipelineResultOutput
> Note: This function is named GetPipeline
in the Go SDK.
public static class GetPipeline
{
public static Task<GetPipelineResult> InvokeAsync(GetPipelineArgs args, InvokeOptions? opts = null)
public static Output<GetPipelineResult> Invoke(GetPipelineInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
public static Output<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getPipeline:getPipeline
arguments:
# arguments dictionary
The following arguments are supported:
- Pipeline
Id string - The OCID of the pipeline created.
- Pipeline
Id string - The OCID of the pipeline created.
- pipeline
Id String - The OCID of the pipeline created.
- pipeline
Id string - The OCID of the pipeline created.
- pipeline_
id str - The OCID of the pipeline created.
- pipeline
Id String - The OCID of the pipeline created.
getPipeline Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment being referenced.
- 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 - An object's Display Name.
- 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 - Possible lifecycle substates when retrieving a pipeline.
- Locks
List<Get
Pipeline Lock> - Locks associated with this resource.
- Mapping
Rules List<GetPipeline Mapping Rule> - Mapping for source/target schema/tables for the pipeline data replication.
- Pipeline
Id string - Process
Options List<GetPipeline 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 Pipeline Source Connection Detail> - The source connection details for creating a pipeline.
- State string
- Lifecycle state of the pipeline.
- 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 Pipeline 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 being referenced.
- 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 - An object's Display Name.
- 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 - Possible lifecycle substates when retrieving a pipeline.
- Locks
[]Get
Pipeline Lock - Locks associated with this resource.
- Mapping
Rules []GetPipeline Mapping Rule - Mapping for source/target schema/tables for the pipeline data replication.
- Pipeline
Id string - Process
Options []GetPipeline Process Option - Required pipeline options to configure the replication process (Extract or Replicat).
- Recipe
Type string - The type of the recipe
- Source
Connection []GetDetails Pipeline Source Connection Detail - The source connection details for creating a pipeline.
- State string
- Lifecycle state of the pipeline.
- 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 Pipeline 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 being referenced.
- 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 - An object's Display Name.
- 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 - Possible lifecycle substates when retrieving a pipeline.
- locks
List<Get
Pipeline Lock> - Locks associated with this resource.
- mapping
Rules List<GetPipeline Mapping Rule> - Mapping for source/target schema/tables for the pipeline data replication.
- pipeline
Id String - process
Options List<GetPipeline 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 Pipeline Source Connection Detail> - The source connection details for creating a pipeline.
- state String
- Lifecycle state of the pipeline.
- 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 Pipeline 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 being referenced.
- 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 - An object's Display Name.
- {[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 - Possible lifecycle substates when retrieving a pipeline.
- locks
Get
Pipeline Lock[] - Locks associated with this resource.
- mapping
Rules GetPipeline Mapping Rule[] - Mapping for source/target schema/tables for the pipeline data replication.
- pipeline
Id string - process
Options GetPipeline Process Option[] - Required pipeline options to configure the replication process (Extract or Replicat).
- recipe
Type string - The type of the recipe
- source
Connection GetDetails Pipeline Source Connection Detail[] - The source connection details for creating a pipeline.
- state string
- Lifecycle state of the pipeline.
- {[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 Pipeline 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 being referenced.
- 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 - An object's Display Name.
- 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 - Possible lifecycle substates when retrieving a pipeline.
- locks
Sequence[goldengate.
Get Pipeline Lock] - Locks associated with this resource.
- mapping_
rules Sequence[goldengate.Get Pipeline Mapping Rule] - Mapping for source/target schema/tables for the pipeline data replication.
- pipeline_
id str - process_
options Sequence[goldengate.Get Pipeline 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 Pipeline Source Connection Detail] - The source connection details for creating a pipeline.
- state str
- Lifecycle state of the pipeline.
- 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 Pipeline 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 being referenced.
- 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 - An object's Display Name.
- 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 - Possible lifecycle substates when retrieving a pipeline.
- 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.
- pipeline
Id String - 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
- Lifecycle state of the pipeline.
- 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
.
Supporting Types
GetPipelineLock
GetPipelineMappingRule
- 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.
GetPipelineProcessOption
- Initial
Data List<GetLoads Pipeline 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 Pipeline 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 Pipeline 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 Pipeline 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 Pipeline 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 Pipeline 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 Pipeline 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 Pipeline 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 Pipeline 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 Pipeline 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.
GetPipelineProcessOptionInitialDataLoad
- 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.
GetPipelineProcessOptionReplicateSchemaChange
- 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.
GetPipelineSourceConnectionDetail
- 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.
GetPipelineTargetConnectionDetail
- 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.