Data Source: oci_golden_gate_connection_assignments

This data source provides the list of Connection Assignments in Oracle Cloud Infrastructure Golden Gate service.

Lists the Connection Assignments in the compartment.

Example Usage

data "oci_golden_gate_connection_assignments" "test_connection_assignments" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	connection_id = oci_golden_gate_connection.test_connection.id
	deployment_id = oci_golden_gate_deployment.test_deployment.id
	name = var.connection_assignment_name
	state = var.connection_assignment_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ConnectionAssignment Reference

The following attributes are exported: