Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWorkspaceApplicationTaskSchedule = oci.DataIntegration.getWorkspaceApplicationTaskSchedule({
applicationKey: workspaceApplicationTaskScheduleApplicationKey,
taskScheduleKey: workspaceApplicationTaskScheduleTaskScheduleKey,
workspaceId: testWorkspace.id,
});
import pulumi
import pulumi_oci as oci
test_workspace_application_task_schedule = oci.DataIntegration.get_workspace_application_task_schedule(application_key=workspace_application_task_schedule_application_key,
task_schedule_key=workspace_application_task_schedule_task_schedule_key,
workspace_id=test_workspace["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/dataintegration"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dataintegration.GetWorkspaceApplicationTaskSchedule(ctx, &dataintegration.GetWorkspaceApplicationTaskScheduleArgs{
ApplicationKey: workspaceApplicationTaskScheduleApplicationKey,
TaskScheduleKey: workspaceApplicationTaskScheduleTaskScheduleKey,
WorkspaceId: testWorkspace.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testWorkspaceApplicationTaskSchedule = Oci.DataIntegration.GetWorkspaceApplicationTaskSchedule.Invoke(new()
{
ApplicationKey = workspaceApplicationTaskScheduleApplicationKey,
TaskScheduleKey = workspaceApplicationTaskScheduleTaskScheduleKey,
WorkspaceId = testWorkspace.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataIntegration.DataIntegrationFunctions;
import com.pulumi.oci.DataIntegration.inputs.GetWorkspaceApplicationTaskScheduleArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testWorkspaceApplicationTaskSchedule = DataIntegrationFunctions.getWorkspaceApplicationTaskSchedule(GetWorkspaceApplicationTaskScheduleArgs.builder()
.applicationKey(workspaceApplicationTaskScheduleApplicationKey)
.taskScheduleKey(workspaceApplicationTaskScheduleTaskScheduleKey)
.workspaceId(testWorkspace.id())
.build());
}
}
variables:
testWorkspaceApplicationTaskSchedule:
fn::invoke:
function: oci:DataIntegration:getWorkspaceApplicationTaskSchedule
arguments:
applicationKey: ${workspaceApplicationTaskScheduleApplicationKey}
taskScheduleKey: ${workspaceApplicationTaskScheduleTaskScheduleKey}
workspaceId: ${testWorkspace.id}
Using getWorkspaceApplicationTaskSchedule
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkspaceApplicationTaskSchedule(args: GetWorkspaceApplicationTaskScheduleArgs, opts?: InvokeOptions): Promise<GetWorkspaceApplicationTaskScheduleResult>
function getWorkspaceApplicationTaskScheduleOutput(args: GetWorkspaceApplicationTaskScheduleOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceApplicationTaskScheduleResult>def get_workspace_application_task_schedule(application_key: Optional[str] = None,
task_schedule_key: Optional[str] = None,
workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceApplicationTaskScheduleResult
def get_workspace_application_task_schedule_output(application_key: Optional[pulumi.Input[str]] = None,
task_schedule_key: Optional[pulumi.Input[str]] = None,
workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceApplicationTaskScheduleResult]func LookupWorkspaceApplicationTaskSchedule(ctx *Context, args *LookupWorkspaceApplicationTaskScheduleArgs, opts ...InvokeOption) (*LookupWorkspaceApplicationTaskScheduleResult, error)
func LookupWorkspaceApplicationTaskScheduleOutput(ctx *Context, args *LookupWorkspaceApplicationTaskScheduleOutputArgs, opts ...InvokeOption) LookupWorkspaceApplicationTaskScheduleResultOutput> Note: This function is named LookupWorkspaceApplicationTaskSchedule in the Go SDK.
public static class GetWorkspaceApplicationTaskSchedule
{
public static Task<GetWorkspaceApplicationTaskScheduleResult> InvokeAsync(GetWorkspaceApplicationTaskScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceApplicationTaskScheduleResult> Invoke(GetWorkspaceApplicationTaskScheduleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkspaceApplicationTaskScheduleResult> getWorkspaceApplicationTaskSchedule(GetWorkspaceApplicationTaskScheduleArgs args, InvokeOptions options)
public static Output<GetWorkspaceApplicationTaskScheduleResult> getWorkspaceApplicationTaskSchedule(GetWorkspaceApplicationTaskScheduleArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataIntegration/getWorkspaceApplicationTaskSchedule:getWorkspaceApplicationTaskSchedule
arguments:
# arguments dictionaryThe following arguments are supported:
- Application
Key string - The application key.
- Task
Schedule stringKey - TaskSchedule Key
- Workspace
Id string - The workspace ID.
- Application
Key string - The application key.
- Task
Schedule stringKey - TaskSchedule Key
- Workspace
Id string - The workspace ID.
- application
Key String - The application key.
- task
Schedule StringKey - TaskSchedule Key
- workspace
Id String - The workspace ID.
- application
Key string - The application key.
- task
Schedule stringKey - TaskSchedule Key
- workspace
Id string - The workspace ID.
- application_
key str - The application key.
- task_
schedule_ strkey - TaskSchedule Key
- workspace_
id str - The workspace ID.
- application
Key String - The application key.
- task
Schedule StringKey - TaskSchedule Key
- workspace
Id String - The workspace ID.
getWorkspaceApplicationTaskSchedule Result
The following output properties are available:
- Application
Key string - Auth
Mode string - The authorization mode for the task.
- Config
Provider stringDelegate - The information about the configuration provider.First level keys to this delegate map should be in the order first "bindings" then "childProviders".refer terraform Example.
- Description string
- The description of the aggregator.
- End
Time stringMillis - The end time in milliseconds.
- Expected
Duration double - The expected duration of the task execution.
- Expected
Duration stringUnit - The expected duration unit of the task execution.
- Id string
- Identifier string
- The identifier of the aggregator.
- Is
Backfill boolEnabled - Whether the backfill is enabled
- Is
Concurrent boolAllowed - Whether the same task can be executed concurrently.
- Is
Enabled bool - Whether the schedule is enabled.
- Key string
- The key of the aggregator object.
- Last
Run List<GetDetails Workspace Application Task Schedule Last Run Detail> - The last run details for the task run.
- Metadatas
List<Get
Workspace Application Task Schedule Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Next
Run stringTime Millis - Number
Of intRetries - Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves List<GetWorkspace Application Task Schedule Parent Ref> - A reference to the object's parent.
- Registry
Metadatas List<GetWorkspace Application Task Schedule Registry Metadata> - Retry
Attempts int - The number of retry attempts.
- Retry
Delay double - The retry delay, the unit for measurement is in the property retry delay unit.
- Retry
Delay stringUnit - The unit for the retry delay.
- Schedule
Reves List<GetWorkspace Application Task Schedule Schedule Ref> - The schedule object
- Start
Time stringMillis - The start time in milliseconds.
- Task
Schedule stringKey - Workspace
Id string
- Application
Key string - Auth
Mode string - The authorization mode for the task.
- Config
Provider stringDelegate - The information about the configuration provider.First level keys to this delegate map should be in the order first "bindings" then "childProviders".refer terraform Example.
- Description string
- The description of the aggregator.
- End
Time stringMillis - The end time in milliseconds.
- Expected
Duration float64 - The expected duration of the task execution.
- Expected
Duration stringUnit - The expected duration unit of the task execution.
- Id string
- Identifier string
- The identifier of the aggregator.
- Is
Backfill boolEnabled - Whether the backfill is enabled
- Is
Concurrent boolAllowed - Whether the same task can be executed concurrently.
- Is
Enabled bool - Whether the schedule is enabled.
- Key string
- The key of the aggregator object.
- Last
Run []GetDetails Workspace Application Task Schedule Last Run Detail - The last run details for the task run.
- Metadatas
[]Get
Workspace Application Task Schedule Metadata - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Next
Run stringTime Millis - Number
Of intRetries - Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves []GetWorkspace Application Task Schedule Parent Ref - A reference to the object's parent.
- Registry
Metadatas []GetWorkspace Application Task Schedule Registry Metadata - Retry
Attempts int - The number of retry attempts.
- Retry
Delay float64 - The retry delay, the unit for measurement is in the property retry delay unit.
- Retry
Delay stringUnit - The unit for the retry delay.
- Schedule
Reves []GetWorkspace Application Task Schedule Schedule Ref - The schedule object
- Start
Time stringMillis - The start time in milliseconds.
- Task
Schedule stringKey - Workspace
Id string
- application
Key String - auth
Mode String - The authorization mode for the task.
- config
Provider StringDelegate - The information about the configuration provider.First level keys to this delegate map should be in the order first "bindings" then "childProviders".refer terraform Example.
- description String
- The description of the aggregator.
- end
Time StringMillis - The end time in milliseconds.
- expected
Duration Double - The expected duration of the task execution.
- expected
Duration StringUnit - The expected duration unit of the task execution.
- id String
- identifier String
- The identifier of the aggregator.
- is
Backfill BooleanEnabled - Whether the backfill is enabled
- is
Concurrent BooleanAllowed - Whether the same task can be executed concurrently.
- is
Enabled Boolean - Whether the schedule is enabled.
- key String
- The key of the aggregator object.
- last
Run List<GetDetails Workspace Application Task Schedule Last Run Detail> - The last run details for the task run.
- metadatas
List<Get
Workspace Application Task Schedule Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- model
Version String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- next
Run StringTime Millis - number
Of IntegerRetries - object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<GetWorkspace Application Task Schedule Parent Ref> - A reference to the object's parent.
- registry
Metadatas List<GetWorkspace Application Task Schedule Registry Metadata> - retry
Attempts Integer - The number of retry attempts.
- retry
Delay Double - The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay StringUnit - The unit for the retry delay.
- schedule
Reves List<GetWorkspace Application Task Schedule Schedule Ref> - The schedule object
- start
Time StringMillis - The start time in milliseconds.
- task
Schedule StringKey - workspace
Id String
- application
Key string - auth
Mode string - The authorization mode for the task.
- config
Provider stringDelegate - The information about the configuration provider.First level keys to this delegate map should be in the order first "bindings" then "childProviders".refer terraform Example.
- description string
- The description of the aggregator.
- end
Time stringMillis - The end time in milliseconds.
- expected
Duration number - The expected duration of the task execution.
- expected
Duration stringUnit - The expected duration unit of the task execution.
- id string
- identifier string
- The identifier of the aggregator.
- is
Backfill booleanEnabled - Whether the backfill is enabled
- is
Concurrent booleanAllowed - Whether the same task can be executed concurrently.
- is
Enabled boolean - Whether the schedule is enabled.
- key string
- The key of the aggregator object.
- last
Run GetDetails Workspace Application Task Schedule Last Run Detail[] - The last run details for the task run.
- metadatas
Get
Workspace Application Task Schedule Metadata[] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string - The type of the object.
- model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- next
Run stringTime Millis - number
Of numberRetries - object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves GetWorkspace Application Task Schedule Parent Ref[] - A reference to the object's parent.
- registry
Metadatas GetWorkspace Application Task Schedule Registry Metadata[] - retry
Attempts number - The number of retry attempts.
- retry
Delay number - The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay stringUnit - The unit for the retry delay.
- schedule
Reves GetWorkspace Application Task Schedule Schedule Ref[] - The schedule object
- start
Time stringMillis - The start time in milliseconds.
- task
Schedule stringKey - workspace
Id string
- application_
key str - auth_
mode str - The authorization mode for the task.
- config_
provider_ strdelegate - The information about the configuration provider.First level keys to this delegate map should be in the order first "bindings" then "childProviders".refer terraform Example.
- description str
- The description of the aggregator.
- end_
time_ strmillis - The end time in milliseconds.
- expected_
duration float - The expected duration of the task execution.
- expected_
duration_ strunit - The expected duration unit of the task execution.
- id str
- identifier str
- The identifier of the aggregator.
- is_
backfill_ boolenabled - Whether the backfill is enabled
- is_
concurrent_ boolallowed - Whether the same task can be executed concurrently.
- is_
enabled bool - Whether the schedule is enabled.
- key str
- The key of the aggregator object.
- last_
run_ Sequence[Getdetails Workspace Application Task Schedule Last Run Detail] - The last run details for the task run.
- metadatas
Sequence[Get
Workspace Application Task Schedule Metadata] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str - The type of the object.
- model_
version str - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- next_
run_ strtime_ millis - number_
of_ intretries - object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent_
reves Sequence[GetWorkspace Application Task Schedule Parent Ref] - A reference to the object's parent.
- registry_
metadatas Sequence[GetWorkspace Application Task Schedule Registry Metadata] - retry_
attempts int - The number of retry attempts.
- retry_
delay float - The retry delay, the unit for measurement is in the property retry delay unit.
- retry_
delay_ strunit - The unit for the retry delay.
- schedule_
reves Sequence[GetWorkspace Application Task Schedule Schedule Ref] - The schedule object
- start_
time_ strmillis - The start time in milliseconds.
- task_
schedule_ strkey - workspace_
id str
- application
Key String - auth
Mode String - The authorization mode for the task.
- config
Provider StringDelegate - The information about the configuration provider.First level keys to this delegate map should be in the order first "bindings" then "childProviders".refer terraform Example.
- description String
- The description of the aggregator.
- end
Time StringMillis - The end time in milliseconds.
- expected
Duration Number - The expected duration of the task execution.
- expected
Duration StringUnit - The expected duration unit of the task execution.
- id String
- identifier String
- The identifier of the aggregator.
- is
Backfill BooleanEnabled - Whether the backfill is enabled
- is
Concurrent BooleanAllowed - Whether the same task can be executed concurrently.
- is
Enabled Boolean - Whether the schedule is enabled.
- key String
- The key of the aggregator object.
- last
Run List<Property Map>Details - The last run details for the task run.
- metadatas List<Property Map>
- A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- model
Version String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- next
Run StringTime Millis - number
Of NumberRetries - object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<Property Map> - A reference to the object's parent.
- registry
Metadatas List<Property Map> - retry
Attempts Number - The number of retry attempts.
- retry
Delay Number - The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay StringUnit - The unit for the retry delay.
- schedule
Reves List<Property Map> - The schedule object
- start
Time StringMillis - The start time in milliseconds.
- task
Schedule StringKey - workspace
Id String
Supporting Types
GetWorkspaceApplicationTaskScheduleLastRunDetail
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- Last
Run stringTime Millis - Time in milliseconds for the pervious schedule.
- Model
Type string - The type of the object.
- Model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves List<GetWorkspace Application Task Schedule Last Run Detail Parent Ref> - A reference to the object's parent.
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- Last
Run stringTime Millis - Time in milliseconds for the pervious schedule.
- Model
Type string - The type of the object.
- Model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves []GetWorkspace Application Task Schedule Last Run Detail Parent Ref - A reference to the object's parent.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- last
Run StringTime Millis - Time in milliseconds for the pervious schedule.
- model
Type String - The type of the object.
- model
Version String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<GetWorkspace Application Task Schedule Last Run Detail Parent Ref> - A reference to the object's parent.
- description string
- The description of the aggregator.
- identifier string
- The identifier of the aggregator.
- key string
- The key of the aggregator object.
- last
Run stringTime Millis - Time in milliseconds for the pervious schedule.
- model
Type string - The type of the object.
- model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves GetWorkspace Application Task Schedule Last Run Detail Parent Ref[] - A reference to the object's parent.
- description str
- The description of the aggregator.
- identifier str
- The identifier of the aggregator.
- key str
- The key of the aggregator object.
- last_
run_ strtime_ millis - Time in milliseconds for the pervious schedule.
- model_
type str - The type of the object.
- model_
version str - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent_
reves Sequence[GetWorkspace Application Task Schedule Last Run Detail Parent Ref] - A reference to the object's parent.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- last
Run StringTime Millis - Time in milliseconds for the pervious schedule.
- model
Type String - The type of the object.
- model
Version String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<Property Map> - A reference to the object's parent.
GetWorkspaceApplicationTaskScheduleLastRunDetailParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceApplicationTaskScheduleMetadata
- Aggregator
Key string - The owning object key for this object.
- Aggregators
List<Get
Workspace Application Task Schedule Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics List<GetWorkspace Application Task Schedule Metadata Count Statistic> - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields Dictionary<string, string> - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels List<string>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- Aggregator
Key string - The owning object key for this object.
- Aggregators
[]Get
Workspace Application Task Schedule Metadata Aggregator - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics []GetWorkspace Application Task Schedule Metadata Count Statistic - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields map[string]string - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels []string
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- aggregator
Key String - The owning object key for this object.
- aggregators
List<Get
Workspace Application Task Schedule Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<GetWorkspace Application Task Schedule Metadata Count Statistic> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<String,String> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Integer - The registry version of the object.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
- aggregator
Key string - The owning object key for this object.
- aggregators
Get
Workspace Application Task Schedule Metadata Aggregator[] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics GetWorkspace Application Task Schedule Metadata Count Statistic[] - A count statistics.
- created
By string - The user that created the object.
- created
By stringName - The user that created the object.
- identifier
Path string - The full path to identify this object.
- info
Fields {[key: string]: string} - Information property fields.
- is
Favorite boolean - Specifies whether this object is a favorite or not.
- labels string[]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version number - The registry version of the object.
- time
Created string - The date and time that the object was created.
- time
Updated string - The date and time that the object was updated.
- updated
By string - The user that updated the object.
- updated
By stringName - The user that updated the object.
- aggregator_
key str - The owning object key for this object.
- aggregators
Sequence[Get
Workspace Application Task Schedule Metadata Aggregator] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count_
statistics Sequence[GetWorkspace Application Task Schedule Metadata Count Statistic] - A count statistics.
- created_
by str - The user that created the object.
- created_
by_ strname - The user that created the object.
- identifier_
path str - The full path to identify this object.
- info_
fields Mapping[str, str] - Information property fields.
- is_
favorite bool - Specifies whether this object is a favorite or not.
- labels Sequence[str]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_
version int - The registry version of the object.
- time_
created str - The date and time that the object was created.
- time_
updated str - The date and time that the object was updated.
- updated_
by str - The user that updated the object.
- updated_
by_ strname - The user that updated the object.
- aggregator
Key String - The owning object key for this object.
- aggregators List<Property Map>
- A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<Property Map> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<String> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Number - The registry version of the object.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
GetWorkspaceApplicationTaskScheduleMetadataAggregator
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
- The type of the aggregator.
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
- The type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
- The type of the aggregator.
- description string
- The description of the aggregator.
- identifier string
- The identifier of the aggregator.
- key string
- The key of the aggregator object.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type string
- The type of the aggregator.
- description str
- The description of the aggregator.
- identifier str
- The identifier of the aggregator.
- key str
- The key of the aggregator object.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type str
- The type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
- The type of the aggregator.
GetWorkspaceApplicationTaskScheduleMetadataCountStatistic
- Object
Type []GetCount Lists Workspace Application Task Schedule Metadata Count Statistic Object Type Count List - The array of statistics.
- object
Type GetCount Lists Workspace Application Task Schedule Metadata Count Statistic Object Type Count List[] - The array of statistics.
- object
Type List<Property Map>Count Lists - The array of statistics.
GetWorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
- object
Count string - The value for the count statistic object.
- object
Type string - The type of object for the count statistic object.
- object_
count str - The value for the count statistic object.
- object_
type str - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
GetWorkspaceApplicationTaskScheduleParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
GetWorkspaceApplicationTaskScheduleRegistryMetadata
- Aggregator
Key string - The owning object key for this object.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Key string
- The key of the aggregator object.
- Labels List<string>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- Aggregator
Key string - The owning object key for this object.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Key string
- The key of the aggregator object.
- Labels []string
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- aggregator
Key String - The owning object key for this object.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- key String
- The key of the aggregator object.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Integer - The registry version of the object.
- aggregator
Key string - The owning object key for this object.
- is
Favorite boolean - Specifies whether this object is a favorite or not.
- key string
- The key of the aggregator object.
- labels string[]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version number - The registry version of the object.
- aggregator_
key str - The owning object key for this object.
- is_
favorite bool - Specifies whether this object is a favorite or not.
- key str
- The key of the aggregator object.
- labels Sequence[str]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_
version int - The registry version of the object.
- aggregator
Key String - The owning object key for this object.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- key String
- The key of the aggregator object.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Number - The registry version of the object.
GetWorkspaceApplicationTaskScheduleScheduleRef
- Description string
- The description of the aggregator.
- Frequency
Details List<GetWorkspace Application Task Schedule Schedule Ref Frequency Detail> - The model that holds the frequency details.
- Identifier string
- The identifier of the aggregator.
- Is
Daylight boolAdjustment Enabled - Key string
- The key of the aggregator object.
- Metadatas
List<Get
Workspace Application Task Schedule Schedule Ref Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves List<GetWorkspace Application Task Schedule Schedule Ref Parent Ref> - A reference to the object's parent.
- Timezone string
- The timezone for the schedule.
- Description string
- The description of the aggregator.
- Frequency
Details []GetWorkspace Application Task Schedule Schedule Ref Frequency Detail - The model that holds the frequency details.
- Identifier string
- The identifier of the aggregator.
- Is
Daylight boolAdjustment Enabled - Key string
- The key of the aggregator object.
- Metadatas
[]Get
Workspace Application Task Schedule Schedule Ref Metadata - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves []GetWorkspace Application Task Schedule Schedule Ref Parent Ref - A reference to the object's parent.
- Timezone string
- The timezone for the schedule.
- description String
- The description of the aggregator.
- frequency
Details List<GetWorkspace Application Task Schedule Schedule Ref Frequency Detail> - The model that holds the frequency details.
- identifier String
- The identifier of the aggregator.
- is
Daylight BooleanAdjustment Enabled - key String
- The key of the aggregator object.
- metadatas
List<Get
Workspace Application Task Schedule Schedule Ref Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- model
Version String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<GetWorkspace Application Task Schedule Schedule Ref Parent Ref> - A reference to the object's parent.
- timezone String
- The timezone for the schedule.
- description string
- The description of the aggregator.
- frequency
Details GetWorkspace Application Task Schedule Schedule Ref Frequency Detail[] - The model that holds the frequency details.
- identifier string
- The identifier of the aggregator.
- is
Daylight booleanAdjustment Enabled - key string
- The key of the aggregator object.
- metadatas
Get
Workspace Application Task Schedule Schedule Ref Metadata[] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string - The type of the object.
- model
Version string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves GetWorkspace Application Task Schedule Schedule Ref Parent Ref[] - A reference to the object's parent.
- timezone string
- The timezone for the schedule.
- description str
- The description of the aggregator.
- frequency_
details Sequence[GetWorkspace Application Task Schedule Schedule Ref Frequency Detail] - The model that holds the frequency details.
- identifier str
- The identifier of the aggregator.
- is_
daylight_ booladjustment_ enabled - key str
- The key of the aggregator object.
- metadatas
Sequence[Get
Workspace Application Task Schedule Schedule Ref Metadata] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str - The type of the object.
- model_
version str - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object_
status int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent_
reves Sequence[GetWorkspace Application Task Schedule Schedule Ref Parent Ref] - A reference to the object's parent.
- timezone str
- The timezone for the schedule.
- description String
- The description of the aggregator.
- frequency
Details List<Property Map> - The model that holds the frequency details.
- identifier String
- The identifier of the aggregator.
- is
Daylight BooleanAdjustment Enabled - key String
- The key of the aggregator object.
- metadatas List<Property Map>
- A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- model
Version String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<Property Map> - A reference to the object's parent.
- timezone String
- The timezone for the schedule.
GetWorkspaceApplicationTaskScheduleScheduleRefFrequencyDetail
- Custom
Expression string - This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- Day
Of stringWeek - This holds the day of the week on which the schedule should be triggered.
- Days List<int>
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- Frequency string
- the frequency of the schedule.
- Interval int
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- Model
Type string - The type of the object.
- Times
List<Get
Workspace Application Task Schedule Schedule Ref Frequency Detail Time> - A model to hold time in hour:minute:second format.
- Week
Of stringMonth - This holds the week of the month in which the schedule should be triggered.
- Custom
Expression string - This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- Day
Of stringWeek - This holds the day of the week on which the schedule should be triggered.
- Days []int
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- Frequency string
- the frequency of the schedule.
- Interval int
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- Model
Type string - The type of the object.
- Times
[]Get
Workspace Application Task Schedule Schedule Ref Frequency Detail Time - A model to hold time in hour:minute:second format.
- Week
Of stringMonth - This holds the week of the month in which the schedule should be triggered.
- custom
Expression String - This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- day
Of StringWeek - This holds the day of the week on which the schedule should be triggered.
- days List<Integer>
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency String
- the frequency of the schedule.
- interval Integer
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- model
Type String - The type of the object.
- times
List<Get
Workspace Application Task Schedule Schedule Ref Frequency Detail Time> - A model to hold time in hour:minute:second format.
- week
Of StringMonth - This holds the week of the month in which the schedule should be triggered.
- custom
Expression string - This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- day
Of stringWeek - This holds the day of the week on which the schedule should be triggered.
- days number[]
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency string
- the frequency of the schedule.
- interval number
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- model
Type string - The type of the object.
- times
Get
Workspace Application Task Schedule Schedule Ref Frequency Detail Time[] - A model to hold time in hour:minute:second format.
- week
Of stringMonth - This holds the week of the month in which the schedule should be triggered.
- custom_
expression str - This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- day_
of_ strweek - This holds the day of the week on which the schedule should be triggered.
- days Sequence[int]
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency str
- the frequency of the schedule.
- interval int
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- model_
type str - The type of the object.
- times
Sequence[Get
Workspace Application Task Schedule Schedule Ref Frequency Detail Time] - A model to hold time in hour:minute:second format.
- week_
of_ strmonth - This holds the week of the month in which the schedule should be triggered.
- custom
Expression String - This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
- day
Of StringWeek - This holds the day of the week on which the schedule should be triggered.
- days List<Number>
- A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency String
- the frequency of the schedule.
- interval Number
- This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- model
Type String - The type of the object.
- times List<Property Map>
- A model to hold time in hour:minute:second format.
- week
Of StringMonth - This holds the week of the month in which the schedule should be triggered.
GetWorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailTime
GetWorkspaceApplicationTaskScheduleScheduleRefMetadata
- Aggregator
Key string - The owning object key for this object.
- Aggregators
List<Get
Workspace Application Task Schedule Schedule Ref Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics List<GetWorkspace Application Task Schedule Schedule Ref Metadata Count Statistic> - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields Dictionary<string, string> - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels List<string>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- Aggregator
Key string - The owning object key for this object.
- Aggregators
[]Get
Workspace Application Task Schedule Schedule Ref Metadata Aggregator - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics []GetWorkspace Application Task Schedule Schedule Ref Metadata Count Statistic - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields map[string]string - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels []string
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- aggregator
Key String - The owning object key for this object.
- aggregators
List<Get
Workspace Application Task Schedule Schedule Ref Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<GetWorkspace Application Task Schedule Schedule Ref Metadata Count Statistic> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<String,String> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Integer - The registry version of the object.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
- aggregator
Key string - The owning object key for this object.
- aggregators
Get
Workspace Application Task Schedule Schedule Ref Metadata Aggregator[] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics GetWorkspace Application Task Schedule Schedule Ref Metadata Count Statistic[] - A count statistics.
- created
By string - The user that created the object.
- created
By stringName - The user that created the object.
- identifier
Path string - The full path to identify this object.
- info
Fields {[key: string]: string} - Information property fields.
- is
Favorite boolean - Specifies whether this object is a favorite or not.
- labels string[]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version number - The registry version of the object.
- time
Created string - The date and time that the object was created.
- time
Updated string - The date and time that the object was updated.
- updated
By string - The user that updated the object.
- updated
By stringName - The user that updated the object.
- aggregator_
key str - The owning object key for this object.
- aggregators
Sequence[Get
Workspace Application Task Schedule Schedule Ref Metadata Aggregator] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count_
statistics Sequence[GetWorkspace Application Task Schedule Schedule Ref Metadata Count Statistic] - A count statistics.
- created_
by str - The user that created the object.
- created_
by_ strname - The user that created the object.
- identifier_
path str - The full path to identify this object.
- info_
fields Mapping[str, str] - Information property fields.
- is_
favorite bool - Specifies whether this object is a favorite or not.
- labels Sequence[str]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_
version int - The registry version of the object.
- time_
created str - The date and time that the object was created.
- time_
updated str - The date and time that the object was updated.
- updated_
by str - The user that updated the object.
- updated_
by_ strname - The user that updated the object.
- aggregator
Key String - The owning object key for this object.
- aggregators List<Property Map>
- A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<Property Map> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<String> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Number - The registry version of the object.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
GetWorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
- The type of the aggregator.
- Description string
- The description of the aggregator.
- Identifier string
- The identifier of the aggregator.
- Key string
- The key of the aggregator object.
- Name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
- The type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
- The type of the aggregator.
- description string
- The description of the aggregator.
- identifier string
- The identifier of the aggregator.
- key string
- The key of the aggregator object.
- name string
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type string
- The type of the aggregator.
- description str
- The description of the aggregator.
- identifier str
- The identifier of the aggregator.
- key str
- The key of the aggregator object.
- name str
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type str
- The type of the aggregator.
- description String
- The description of the aggregator.
- identifier String
- The identifier of the aggregator.
- key String
- The key of the aggregator object.
- name String
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
- The type of the aggregator.
GetWorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistic
- object
Type List<Property Map>Count Lists - The array of statistics.
GetWorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticObjectTypeCountList
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
- object
Count string - The value for the count statistic object.
- object
Type string - The type of object for the count statistic object.
- object_
count str - The value for the count statistic object.
- object_
type str - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
GetWorkspaceApplicationTaskScheduleScheduleRefParentRef
- parent str
- Key of the parent object.
- root_
doc_ strid - Key of the root document object.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
