Data Source: oci_dataintegration_workspace_application_task_schedules

This data source provides the list of Workspace Application Task Schedules in Oracle Cloud Infrastructure Data Integration service.

This endpoint can be used to get the list of all the TaskSchedule objects.

Example Usage

data "oci_dataintegration_workspace_application_task_schedules" "test_workspace_application_task_schedules" {
    #Required
    application_key = var.workspace_application_task_schedule_application_key
    workspace_id = oci_dataintegration_workspace.test_workspace.id

    #Optional
    identifier = var.workspace_application_task_schedule_identifier
    is_enabled = var.workspace_application_task_schedule_is_enabled
    key = var.workspace_application_task_schedule_key
    name = var.workspace_application_task_schedule_name
    type = var.workspace_application_task_schedule_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

WorkspaceApplicationTaskSchedule Reference

The following attributes are exported: