Data Source: oci_dataintegration_workspace_application_task_schedule

This data source provides details about a specific Workspace Application Task Schedule resource in Oracle Cloud Infrastructure Data Integration service.

Endpoint used to get taskSchedule by its key

Example Usage

data "oci_dataintegration_workspace_application_task_schedule" "test_workspace_application_task_schedule" {
	#Required
	application_key = var.workspace_application_task_schedule_application_key
	task_schedule_key = var.workspace_application_task_schedule_task_schedule_key
	workspace_id = oci_dataintegration_workspace.test_workspace.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: