Data Source: oci_golden_gate_pipeline_schema_tables

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

data "oci_golden_gate_pipeline_schema_tables" "test_pipeline_schema_tables" {
	#Required
	pipeline_id = oci_golden_gate_pipeline.test_pipeline.id
	source_schema_name = var.pipeline_schema_table_source_schema_name
	target_schema_name = var.pipeline_schema_table_target_schema_name

	#Optional
	display_name = var.pipeline_schema_table_display_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PipelineSchemaTable Reference

The following attributes are exported: