Data Source: oci_golden_gate_connection_assignment
This data source provides details about a specific Connection Assignment resource in Oracle Cloud Infrastructure Golden Gate service.
Retrieves a Connection Assignment.
Example Usage
data "oci_golden_gate_connection_assignment" "test_connection_assignment" {
#Required
connection_assignment_id = oci_golden_gate_connection_assignment.test_connection_assignment.id
}
Argument Reference
The following arguments are supported:
connection_assignment_id
- (Required) The OCID of the Connection Assignment.
Attributes Reference
The following attributes are exported:
alias_name
- Credential store alias.compartment_id
- The OCID of the compartment being referenced.connection_id
- The OCID of the connection being referenced.deployment_id
- The OCID of the deployment being referenced.id
- The OCID of the connection assignment being referenced.state
- Possible lifecycle states for connection assignments.time_created
- The time the resource was created. The format is defined by RFC3339, such as2016-08-25T21:10:29.600Z
.time_updated
- The time the resource was last updated. The format is defined by RFC3339, such as2016-08-25T21:10:29.600Z
.