Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.GoldenGate.getPipelineSchemaTables
Explore with Pulumi AI
This data source provides the list of Pipeline Schema Tables in Oracle Cloud Infrastructure Golden Gate service.
Returns an array of tables under the given schemas of the pipeline for given source and target schemas passed as query params.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPipelineSchemaTables = oci.GoldenGate.getPipelineSchemaTables({
pipelineId: testPipeline.id,
sourceSchemaName: pipelineSchemaTableSourceSchemaName,
targetSchemaName: pipelineSchemaTableTargetSchemaName,
displayName: pipelineSchemaTableDisplayName,
});
import pulumi
import pulumi_oci as oci
test_pipeline_schema_tables = oci.GoldenGate.get_pipeline_schema_tables(pipeline_id=test_pipeline["id"],
source_schema_name=pipeline_schema_table_source_schema_name,
target_schema_name=pipeline_schema_table_target_schema_name,
display_name=pipeline_schema_table_display_name)
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.GetPipelineSchemaTables(ctx, &goldengate.GetPipelineSchemaTablesArgs{
PipelineId: testPipeline.Id,
SourceSchemaName: pipelineSchemaTableSourceSchemaName,
TargetSchemaName: pipelineSchemaTableTargetSchemaName,
DisplayName: pulumi.StringRef(pipelineSchemaTableDisplayName),
}, 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 testPipelineSchemaTables = Oci.GoldenGate.GetPipelineSchemaTables.Invoke(new()
{
PipelineId = testPipeline.Id,
SourceSchemaName = pipelineSchemaTableSourceSchemaName,
TargetSchemaName = pipelineSchemaTableTargetSchemaName,
DisplayName = pipelineSchemaTableDisplayName,
});
});
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.GetPipelineSchemaTablesArgs;
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 testPipelineSchemaTables = GoldenGateFunctions.getPipelineSchemaTables(GetPipelineSchemaTablesArgs.builder()
.pipelineId(testPipeline.id())
.sourceSchemaName(pipelineSchemaTableSourceSchemaName)
.targetSchemaName(pipelineSchemaTableTargetSchemaName)
.displayName(pipelineSchemaTableDisplayName)
.build());
}
}
variables:
testPipelineSchemaTables:
fn::invoke:
function: oci:GoldenGate:getPipelineSchemaTables
arguments:
pipelineId: ${testPipeline.id}
sourceSchemaName: ${pipelineSchemaTableSourceSchemaName}
targetSchemaName: ${pipelineSchemaTableTargetSchemaName}
displayName: ${pipelineSchemaTableDisplayName}
Using getPipelineSchemaTables
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 getPipelineSchemaTables(args: GetPipelineSchemaTablesArgs, opts?: InvokeOptions): Promise<GetPipelineSchemaTablesResult>
function getPipelineSchemaTablesOutput(args: GetPipelineSchemaTablesOutputArgs, opts?: InvokeOptions): Output<GetPipelineSchemaTablesResult>
def get_pipeline_schema_tables(display_name: Optional[str] = None,
filters: Optional[Sequence[_goldengate.GetPipelineSchemaTablesFilter]] = None,
pipeline_id: Optional[str] = None,
source_schema_name: Optional[str] = None,
target_schema_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPipelineSchemaTablesResult
def get_pipeline_schema_tables_output(display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetPipelineSchemaTablesFilterArgs]]]] = None,
pipeline_id: Optional[pulumi.Input[str]] = None,
source_schema_name: Optional[pulumi.Input[str]] = None,
target_schema_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPipelineSchemaTablesResult]
func GetPipelineSchemaTables(ctx *Context, args *GetPipelineSchemaTablesArgs, opts ...InvokeOption) (*GetPipelineSchemaTablesResult, error)
func GetPipelineSchemaTablesOutput(ctx *Context, args *GetPipelineSchemaTablesOutputArgs, opts ...InvokeOption) GetPipelineSchemaTablesResultOutput
> Note: This function is named GetPipelineSchemaTables
in the Go SDK.
public static class GetPipelineSchemaTables
{
public static Task<GetPipelineSchemaTablesResult> InvokeAsync(GetPipelineSchemaTablesArgs args, InvokeOptions? opts = null)
public static Output<GetPipelineSchemaTablesResult> Invoke(GetPipelineSchemaTablesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPipelineSchemaTablesResult> getPipelineSchemaTables(GetPipelineSchemaTablesArgs args, InvokeOptions options)
public static Output<GetPipelineSchemaTablesResult> getPipelineSchemaTables(GetPipelineSchemaTablesArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getPipelineSchemaTables:getPipelineSchemaTables
arguments:
# arguments dictionary
The following arguments are supported:
- Pipeline
Id string - The OCID of the pipeline created.
- Source
Schema stringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- Target
Schema stringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
List<Get
Pipeline Schema Tables Filter>
- Pipeline
Id string - The OCID of the pipeline created.
- Source
Schema stringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- Target
Schema stringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- Display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- Filters
[]Get
Pipeline Schema Tables Filter
- pipeline
Id String - The OCID of the pipeline created.
- source
Schema StringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target
Schema StringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters
List<Get
Pipeline Schema Tables Filter>
- pipeline
Id string - The OCID of the pipeline created.
- source
Schema stringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target
Schema stringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- display
Name string - A filter to return only the resources that match the entire 'displayName' given.
- filters
Get
Pipeline Schema Tables Filter[]
- pipeline_
id str - The OCID of the pipeline created.
- source_
schema_ strname - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target_
schema_ strname - Name of the target schema obtained from get schema endpoint of the created pipeline.
- display_
name str - A filter to return only the resources that match the entire 'displayName' given.
- filters
Sequence[goldengate.
Get Pipeline Schema Tables Filter]
- pipeline
Id String - The OCID of the pipeline created.
- source
Schema StringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target
Schema StringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- display
Name String - A filter to return only the resources that match the entire 'displayName' given.
- filters List<Property Map>
getPipelineSchemaTables Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Pipeline
Id string - Pipeline
Schema List<GetTable Collections Pipeline Schema Tables Pipeline Schema Table Collection> - The list of pipeline_schema_table_collection.
- Source
Schema stringName - The schema name from the database connection.
- Target
Schema stringName - The schema name from the database connection.
- Display
Name string - Filters
List<Get
Pipeline Schema Tables Filter>
- Id string
- The provider-assigned unique ID for this managed resource.
- Pipeline
Id string - Pipeline
Schema []GetTable Collections Pipeline Schema Tables Pipeline Schema Table Collection - The list of pipeline_schema_table_collection.
- Source
Schema stringName - The schema name from the database connection.
- Target
Schema stringName - The schema name from the database connection.
- Display
Name string - Filters
[]Get
Pipeline Schema Tables Filter
- id String
- The provider-assigned unique ID for this managed resource.
- pipeline
Id String - pipeline
Schema List<GetTable Collections Pipeline Schema Tables Pipeline Schema Table Collection> - The list of pipeline_schema_table_collection.
- source
Schema StringName - The schema name from the database connection.
- target
Schema StringName - The schema name from the database connection.
- display
Name String - filters
List<Get
Pipeline Schema Tables Filter>
- id string
- The provider-assigned unique ID for this managed resource.
- pipeline
Id string - pipeline
Schema GetTable Collections Pipeline Schema Tables Pipeline Schema Table Collection[] - The list of pipeline_schema_table_collection.
- source
Schema stringName - The schema name from the database connection.
- target
Schema stringName - The schema name from the database connection.
- display
Name string - filters
Get
Pipeline Schema Tables Filter[]
- id str
- The provider-assigned unique ID for this managed resource.
- pipeline_
id str - pipeline_
schema_ Sequence[goldengate.table_ collections Get Pipeline Schema Tables Pipeline Schema Table Collection] - The list of pipeline_schema_table_collection.
- source_
schema_ strname - The schema name from the database connection.
- target_
schema_ strname - The schema name from the database connection.
- display_
name str - filters
Sequence[goldengate.
Get Pipeline Schema Tables Filter]
- id String
- The provider-assigned unique ID for this managed resource.
- pipeline
Id String - pipeline
Schema List<Property Map>Table Collections - The list of pipeline_schema_table_collection.
- source
Schema StringName - The schema name from the database connection.
- target
Schema StringName - The schema name from the database connection.
- display
Name String - filters List<Property Map>
Supporting Types
GetPipelineSchemaTablesFilter
GetPipelineSchemaTablesPipelineSchemaTableCollection
- Items
List<Get
Pipeline Schema Tables Pipeline Schema Table Collection Item> - Array of source or target schema tables of a pipeline's assigned connection.
- Source
Schema stringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- Target
Schema stringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- Items
[]Get
Pipeline Schema Tables Pipeline Schema Table Collection Item - Array of source or target schema tables of a pipeline's assigned connection.
- Source
Schema stringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- Target
Schema stringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- items
List<Get
Pipeline Schema Tables Pipeline Schema Table Collection Item> - Array of source or target schema tables of a pipeline's assigned connection.
- source
Schema StringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target
Schema StringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- items
Get
Pipeline Schema Tables Pipeline Schema Table Collection Item[] - Array of source or target schema tables of a pipeline's assigned connection.
- source
Schema stringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target
Schema stringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
- items
Sequence[goldengate.
Get Pipeline Schema Tables Pipeline Schema Table Collection Item] - Array of source or target schema tables of a pipeline's assigned connection.
- source_
schema_ strname - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target_
schema_ strname - Name of the target schema obtained from get schema endpoint of the created pipeline.
- items List<Property Map>
- Array of source or target schema tables of a pipeline's assigned connection.
- source
Schema StringName - Name of the source schema obtained from get schema endpoint of the created pipeline.
- target
Schema StringName - Name of the target schema obtained from get schema endpoint of the created pipeline.
GetPipelineSchemaTablesPipelineSchemaTableCollectionItem
- Source
Table stringName - The table name from the schema of database connection.
- Target
Table stringName - The table name from the schema of database connection.
- Source
Table stringName - The table name from the schema of database connection.
- Target
Table stringName - The table name from the schema of database connection.
- source
Table StringName - The table name from the schema of database connection.
- target
Table StringName - The table name from the schema of database connection.
- source
Table stringName - The table name from the schema of database connection.
- target
Table stringName - The table name from the schema of database connection.
- source_
table_ strname - The table name from the schema of database connection.
- target_
table_ strname - The table name from the schema of database connection.
- source
Table StringName - The table name from the schema of database connection.
- target
Table StringName - The table name from the schema of database connection.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.