Data Source: oci_dataintegration_workspace_application_schedule

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

Retrieves schedule by schedule key

Example Usage

data "oci_dataintegration_workspace_application_schedule" "test_workspace_application_schedule" {
    #Required
    application_key = var.workspace_application_schedule_application_key
    schedule_key = var.workspace_application_schedule_schedule_key
    workspace_id = oci_dataintegration_workspace.test_workspace.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: