Data Source: oci_dataintegration_workspace_export_request
This data source provides details about a specific Workspace Export Request resource in Oracle Cloud Infrastructure Data Integration service.
This endpoint can be used to get the summary/details of object being exported.
Example Usage
data "oci_dataintegration_workspace_export_request" "test_workspace_export_request" {
#Required
export_request_key = var.workspace_export_request_export_request_key
workspace_id = oci_dataintegration_workspace.test_workspace.id
}
Argument Reference
The following arguments are supported:
export_request_key- (Required) The key of the object export object requestworkspace_id- (Required) The workspace ID.
Attributes Reference
The following attributes are exported:
are_references_included- Controls if the references will be exported along with the objectsbucket- The name of the Object Storage Bucket where the objects will be exported tocreated_by- Name of the user who initiated export request.error_messages- Contains key of the errorexported_items- The array of exported object details.aggregator_key- Aggregator keyidentifier- Object identifierkey- Key of the objectname- Name of the objectname_path- Object name pathobject_type- Object typeobject_version- Object versiontime_updated_in_millis- time at which this object was last updated.
file_name- Name of the exported zip file.filters- Export multiple objects based on filters.is_object_overwrite_enabled- Flag to control whether to overwrite the object if it is already present at the provided object storage location.key- Export object request keyname- Name of the export request.object_keys- The list of the objects to be exportedobject_storage_region- Region of the object storage (if using object storage of different region)object_storage_tenancy_id- Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)referenced_items- The array of exported referenced objects.status- Export Objects request status.time_ended_in_millis- Time at which the request was completely processed.time_started_in_millis- Time at which the request started getting processed.total_exported_object_count- Number of objects that are exported.