Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DataIntegration.getWorkspaceApplicationSchedules
Explore with Pulumi AI
This data source provides the list of Workspace Application Schedules in Oracle Cloud Infrastructure Data Integration service.
Use this endpoint to list schedules.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWorkspaceApplicationSchedules = oci.DataIntegration.getWorkspaceApplicationSchedules({
applicationKey: workspaceApplicationScheduleApplicationKey,
workspaceId: testWorkspace.id,
identifiers: workspaceApplicationScheduleIdentifier,
keys: workspaceApplicationScheduleKey,
name: workspaceApplicationScheduleName,
types: workspaceApplicationScheduleType,
});
import pulumi
import pulumi_oci as oci
test_workspace_application_schedules = oci.DataIntegration.get_workspace_application_schedules(application_key=workspace_application_schedule_application_key,
workspace_id=test_workspace["id"],
identifiers=workspace_application_schedule_identifier,
keys=workspace_application_schedule_key,
name=workspace_application_schedule_name,
types=workspace_application_schedule_type)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/dataintegration"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dataintegration.GetWorkspaceApplicationSchedules(ctx, &dataintegration.GetWorkspaceApplicationSchedulesArgs{
ApplicationKey: workspaceApplicationScheduleApplicationKey,
WorkspaceId: testWorkspace.Id,
Identifiers: workspaceApplicationScheduleIdentifier,
Keys: workspaceApplicationScheduleKey,
Name: pulumi.StringRef(workspaceApplicationScheduleName),
Types: workspaceApplicationScheduleType,
}, 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 testWorkspaceApplicationSchedules = Oci.DataIntegration.GetWorkspaceApplicationSchedules.Invoke(new()
{
ApplicationKey = workspaceApplicationScheduleApplicationKey,
WorkspaceId = testWorkspace.Id,
Identifiers = workspaceApplicationScheduleIdentifier,
Keys = workspaceApplicationScheduleKey,
Name = workspaceApplicationScheduleName,
Types = workspaceApplicationScheduleType,
});
});
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.GetWorkspaceApplicationSchedulesArgs;
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 testWorkspaceApplicationSchedules = DataIntegrationFunctions.getWorkspaceApplicationSchedules(GetWorkspaceApplicationSchedulesArgs.builder()
.applicationKey(workspaceApplicationScheduleApplicationKey)
.workspaceId(testWorkspace.id())
.identifiers(workspaceApplicationScheduleIdentifier)
.keys(workspaceApplicationScheduleKey)
.name(workspaceApplicationScheduleName)
.types(workspaceApplicationScheduleType)
.build());
}
}
variables:
testWorkspaceApplicationSchedules:
fn::invoke:
function: oci:DataIntegration:getWorkspaceApplicationSchedules
arguments:
applicationKey: ${workspaceApplicationScheduleApplicationKey}
workspaceId: ${testWorkspace.id}
identifiers: ${workspaceApplicationScheduleIdentifier}
keys: ${workspaceApplicationScheduleKey}
name: ${workspaceApplicationScheduleName}
types: ${workspaceApplicationScheduleType}
Using getWorkspaceApplicationSchedules
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 getWorkspaceApplicationSchedules(args: GetWorkspaceApplicationSchedulesArgs, opts?: InvokeOptions): Promise<GetWorkspaceApplicationSchedulesResult>
function getWorkspaceApplicationSchedulesOutput(args: GetWorkspaceApplicationSchedulesOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceApplicationSchedulesResult>
def get_workspace_application_schedules(application_key: Optional[str] = None,
filters: Optional[Sequence[_dataintegration.GetWorkspaceApplicationSchedulesFilter]] = None,
identifiers: Optional[Sequence[str]] = None,
keys: Optional[Sequence[str]] = None,
name: Optional[str] = None,
types: Optional[Sequence[str]] = None,
workspace_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceApplicationSchedulesResult
def get_workspace_application_schedules_output(application_key: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_dataintegration.GetWorkspaceApplicationSchedulesFilterArgs]]]] = None,
identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name: Optional[pulumi.Input[str]] = None,
types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
workspace_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceApplicationSchedulesResult]
func GetWorkspaceApplicationSchedules(ctx *Context, args *GetWorkspaceApplicationSchedulesArgs, opts ...InvokeOption) (*GetWorkspaceApplicationSchedulesResult, error)
func GetWorkspaceApplicationSchedulesOutput(ctx *Context, args *GetWorkspaceApplicationSchedulesOutputArgs, opts ...InvokeOption) GetWorkspaceApplicationSchedulesResultOutput
> Note: This function is named GetWorkspaceApplicationSchedules
in the Go SDK.
public static class GetWorkspaceApplicationSchedules
{
public static Task<GetWorkspaceApplicationSchedulesResult> InvokeAsync(GetWorkspaceApplicationSchedulesArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceApplicationSchedulesResult> Invoke(GetWorkspaceApplicationSchedulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWorkspaceApplicationSchedulesResult> getWorkspaceApplicationSchedules(GetWorkspaceApplicationSchedulesArgs args, InvokeOptions options)
public static Output<GetWorkspaceApplicationSchedulesResult> getWorkspaceApplicationSchedules(GetWorkspaceApplicationSchedulesArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataIntegration/getWorkspaceApplicationSchedules:getWorkspaceApplicationSchedules
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Key This property is required. string - The application key.
- Workspace
Id This property is required. string - The workspace ID.
- Filters
Changes to this property will trigger replacement.
Workspace Application Schedules Filter> - Identifiers List<string>
- Used to filter by the identifier of the object.
- Keys List<string>
- Used to filter by the key of the object.
- Name string
- Used to filter by the name of the object.
- Types List<string>
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- Application
Key This property is required. string - The application key.
- Workspace
Id This property is required. string - The workspace ID.
- Filters
Changes to this property will trigger replacement.
Workspace Application Schedules Filter - Identifiers []string
- Used to filter by the identifier of the object.
- Keys []string
- Used to filter by the key of the object.
- Name string
- Used to filter by the name of the object.
- Types []string
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- application
Key This property is required. String - The application key.
- workspace
Id This property is required. String - The workspace ID.
- filters
Changes to this property will trigger replacement.
Workspace Application Schedules Filter> - identifiers List<String>
- Used to filter by the identifier of the object.
- keys List<String>
- Used to filter by the key of the object.
- name String
- Used to filter by the name of the object.
- types List<String>
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- application
Key This property is required. string - The application key.
- workspace
Id This property is required. string - The workspace ID.
- filters
Changes to this property will trigger replacement.
Workspace Application Schedules Filter[] - identifiers string[]
- Used to filter by the identifier of the object.
- keys string[]
- Used to filter by the key of the object.
- name string
- Used to filter by the name of the object.
- types string[]
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- application_
key This property is required. str - The application key.
- workspace_
id This property is required. str - The workspace ID.
- filters
Changes to this property will trigger replacement.
Get Workspace Application Schedules Filter] - identifiers Sequence[str]
- Used to filter by the identifier of the object.
- keys Sequence[str]
- Used to filter by the key of the object.
- name str
- Used to filter by the name of the object.
- types Sequence[str]
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- application
Key This property is required. String - The application key.
- workspace
Id This property is required. String - The workspace ID.
- filters
Changes to this property will trigger replacement.
- identifiers List<String>
- Used to filter by the identifier of the object.
- keys List<String>
- Used to filter by the key of the object.
- name String
- Used to filter by the name of the object.
- types List<String>
- Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
getWorkspaceApplicationSchedules Result
The following output properties are available:
- Application
Key string - Id string
- The provider-assigned unique ID for this managed resource.
- Schedule
Summary List<GetCollections Workspace Application Schedules Schedule Summary Collection> - The list of schedule_summary_collection.
- Workspace
Id string - Filters
List<Get
Workspace Application Schedules Filter> - Identifiers List<string>
- The identifier of the aggregator.
- Keys List<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.
- Types List<string>
- The type of the aggregator.
- Application
Key string - Id string
- The provider-assigned unique ID for this managed resource.
- Schedule
Summary []GetCollections Workspace Application Schedules Schedule Summary Collection - The list of schedule_summary_collection.
- Workspace
Id string - Filters
[]Get
Workspace Application Schedules Filter - Identifiers []string
- The identifier of the aggregator.
- Keys []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.
- Types []string
- The type of the aggregator.
- application
Key String - id String
- The provider-assigned unique ID for this managed resource.
- schedule
Summary List<GetCollections Workspace Application Schedules Schedule Summary Collection> - The list of schedule_summary_collection.
- workspace
Id String - filters
List<Get
Workspace Application Schedules Filter> - identifiers List<String>
- The identifier of the aggregator.
- keys List<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.
- types List<String>
- The type of the aggregator.
- application
Key string - id string
- The provider-assigned unique ID for this managed resource.
- schedule
Summary GetCollections Workspace Application Schedules Schedule Summary Collection[] - The list of schedule_summary_collection.
- workspace
Id string - filters
Get
Workspace Application Schedules Filter[] - identifiers string[]
- The identifier of the aggregator.
- keys 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.
- types string[]
- The type of the aggregator.
- application_
key str - id str
- The provider-assigned unique ID for this managed resource.
- schedule_
summary_ Sequence[dataintegration.collections Get Workspace Application Schedules Schedule Summary Collection] - The list of schedule_summary_collection.
- workspace_
id str - filters
Sequence[dataintegration.
Get Workspace Application Schedules Filter] - identifiers Sequence[str]
- The identifier of the aggregator.
- keys Sequence[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.
- types Sequence[str]
- The type of the aggregator.
- application
Key String - id String
- The provider-assigned unique ID for this managed resource.
- schedule
Summary List<Property Map>Collections - The list of schedule_summary_collection.
- workspace
Id String - filters List<Property Map>
- identifiers List<String>
- The identifier of the aggregator.
- keys List<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.
- types List<String>
- The type of the aggregator.
Supporting Types
GetWorkspaceApplicationSchedulesFilter
GetWorkspaceApplicationSchedulesScheduleSummaryCollection
- Items
This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item>
- Items
This property is required. []GetWorkspace Application Schedules Schedule Summary Collection Item
- items
This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item>
- items
This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item[]
- items
This property is required. Sequence[dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item]
- items
This property is required. List<Property Map>
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItem
- Application
Key This property is required. string - The application key.
- Description
This property is required. string - The description of the aggregator.
- Frequency
Details This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details - The model that holds the frequency details.
- Identifier
This property is required. string - Used to filter by the identifier of the object.
- Is
Daylight Adjustment Enabled This property is required. bool - A flag to indicate daylight saving.
- Key
This property is required. string - Used to filter by the key of the object.
- Metadatas
This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type This property is required. string - The type of the object.
- Model
Version This property is required. string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name
This property is required. string - Used to filter by the name of the object.
- Object
Status This property is required. int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version This property is required. int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Parent Ref> - A reference to the object's parent.
- Registry
Metadata This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Registry Metadata - Timezone
This property is required. string - The timezone for the schedule.
- Workspace
Id This property is required. string - The workspace ID.
- Application
Key This property is required. string - The application key.
- Description
This property is required. string - The description of the aggregator.
- Frequency
Details This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details - The model that holds the frequency details.
- Identifier
This property is required. string - Used to filter by the identifier of the object.
- Is
Daylight Adjustment Enabled This property is required. bool - A flag to indicate daylight saving.
- Key
This property is required. string - Used to filter by the key of the object.
- Metadatas
This property is required. []GetWorkspace Application Schedules Schedule Summary Collection Item Metadata - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type This property is required. string - The type of the object.
- Model
Version This property is required. string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- Name
This property is required. string - Used to filter by the name of the object.
- Object
Status This property is required. int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version This property is required. int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- Parent
Reves This property is required. []GetWorkspace Application Schedules Schedule Summary Collection Item Parent Ref - A reference to the object's parent.
- Registry
Metadata This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Registry Metadata - Timezone
This property is required. string - The timezone for the schedule.
- Workspace
Id This property is required. string - The workspace ID.
- application
Key This property is required. String - The application key.
- description
This property is required. String - The description of the aggregator.
- frequency
Details This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details - The model that holds the frequency details.
- identifier
This property is required. String - Used to filter by the identifier of the object.
- is
Daylight Adjustment Enabled This property is required. Boolean - A flag to indicate daylight saving.
- key
This property is required. String - Used to filter by the key of the object.
- metadatas
This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type This property is required. String - The type of the object.
- model
Version This property is required. String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name
This property is required. String - Used to filter by the name of the object.
- object
Status This property is required. Integer - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version This property is required. Integer - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Parent Ref> - A reference to the object's parent.
- registry
Metadata This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Registry Metadata - timezone
This property is required. String - The timezone for the schedule.
- workspace
Id This property is required. String - The workspace ID.
- application
Key This property is required. string - The application key.
- description
This property is required. string - The description of the aggregator.
- frequency
Details This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details - The model that holds the frequency details.
- identifier
This property is required. string - Used to filter by the identifier of the object.
- is
Daylight Adjustment Enabled This property is required. boolean - A flag to indicate daylight saving.
- key
This property is required. string - Used to filter by the key of the object.
- metadatas
This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Metadata[] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type This property is required. string - The type of the object.
- model
Version This property is required. string - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name
This property is required. string - Used to filter by the name of the object.
- object
Status This property is required. number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version This property is required. number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Parent Ref[] - A reference to the object's parent.
- registry
Metadata This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Registry Metadata - timezone
This property is required. string - The timezone for the schedule.
- workspace
Id This property is required. string - The workspace ID.
- application_
key This property is required. str - The application key.
- description
This property is required. str - The description of the aggregator.
- frequency_
details This property is required. dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Frequency Details - The model that holds the frequency details.
- identifier
This property is required. str - Used to filter by the identifier of the object.
- is_
daylight_ adjustment_ enabled This property is required. bool - A flag to indicate daylight saving.
- key
This property is required. str - Used to filter by the key of the object.
- metadatas
This property is required. Sequence[dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Metadata] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type This property is required. str - The type of the object.
- model_
version This property is required. str - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name
This property is required. str - Used to filter by the name of the object.
- object_
status This property is required. int - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version This property is required. int - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent_
reves This property is required. Sequence[dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Parent Ref] - A reference to the object's parent.
- registry_
metadata This property is required. dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Registry Metadata - timezone
This property is required. str - The timezone for the schedule.
- workspace_
id This property is required. str - The workspace ID.
- application
Key This property is required. String - The application key.
- description
This property is required. String - The description of the aggregator.
- frequency
Details This property is required. Property Map - The model that holds the frequency details.
- identifier
This property is required. String - Used to filter by the identifier of the object.
- is
Daylight Adjustment Enabled This property is required. Boolean - A flag to indicate daylight saving.
- key
This property is required. String - Used to filter by the key of the object.
- metadatas
This property is required. List<Property Map> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type This property is required. String - The type of the object.
- model
Version This property is required. String - This is a version number that is used by the service to upgrade objects if needed through releases of the service.
- name
This property is required. String - Used to filter by the name of the object.
- object
Status This property is required. Number - The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version This property is required. Number - This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves This property is required. List<Property Map> - A reference to the object's parent.
- registry
Metadata This property is required. Property Map - timezone
This property is required. String - The timezone for the schedule.
- workspace
Id This property is required. String - The workspace ID.
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetails
- Custom
Expression This property is required. 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 Week This property is required. string - This holds the day of the week on which the schedule should be triggered.
- Days
This property is required. List<int> - A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- Frequency
This property is required. string - the frequency of the schedule.
- Interval
This property is required. 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 This property is required. string - The type of the object.
- Time
This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details Time - A model to hold time in hour:minute:second format.
- Week
Of Month This property is required. string - This holds the week of the month in which the schedule should be triggered.
- Custom
Expression This property is required. 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 Week This property is required. string - This holds the day of the week on which the schedule should be triggered.
- Days
This property is required. []int - A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- Frequency
This property is required. string - the frequency of the schedule.
- Interval
This property is required. 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 This property is required. string - The type of the object.
- Time
This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details Time - A model to hold time in hour:minute:second format.
- Week
Of Month This property is required. string - This holds the week of the month in which the schedule should be triggered.
- custom
Expression This property is required. 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 Week This property is required. String - This holds the day of the week on which the schedule should be triggered.
- days
This property is required. List<Integer> - A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency
This property is required. String - the frequency of the schedule.
- interval
This property is required. 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 This property is required. String - The type of the object.
- time
This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details Time - A model to hold time in hour:minute:second format.
- week
Of Month This property is required. String - This holds the week of the month in which the schedule should be triggered.
- custom
Expression This property is required. 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 Week This property is required. string - This holds the day of the week on which the schedule should be triggered.
- days
This property is required. number[] - A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency
This property is required. string - the frequency of the schedule.
- interval
This property is required. 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 This property is required. string - The type of the object.
- time
This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Frequency Details Time - A model to hold time in hour:minute:second format.
- week
Of Month This property is required. string - This holds the week of the month in which the schedule should be triggered.
- custom_
expression This property is required. 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_ week This property is required. str - This holds the day of the week on which the schedule should be triggered.
- days
This property is required. Sequence[int] - A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency
This property is required. str - the frequency of the schedule.
- interval
This property is required. 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 This property is required. str - The type of the object.
- time
This property is required. dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Frequency Details Time - A model to hold time in hour:minute:second format.
- week_
of_ month This property is required. str - This holds the week of the month in which the schedule should be triggered.
- custom
Expression This property is required. 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 Week This property is required. String - This holds the day of the week on which the schedule should be triggered.
- days
This property is required. List<Number> - A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
- frequency
This property is required. String - the frequency of the schedule.
- interval
This property is required. 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 This property is required. String - The type of the object.
- time
This property is required. Property Map - A model to hold time in hour:minute:second format.
- week
Of Month This property is required. String - This holds the week of the month in which the schedule should be triggered.
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsTime
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadata
- Aggregator
Key This property is required. string - The owning object key for this object.
- Aggregators
This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic> - A count statistics.
- Created
By This property is required. string - The user that created the object.
- Created
By Name This property is required. string - The user that created the object.
- Identifier
Path This property is required. string - The full path to identify this object.
- Info
Fields This property is required. Dictionary<string, string> - Information property fields.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Labels
This property is required. 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 This property is required. int - The registry version of the object.
- Time
Created This property is required. string - The date and time that the object was created.
- Time
Updated This property is required. string - The date and time that the object was updated.
- Updated
By This property is required. string - The user that updated the object.
- Updated
By Name This property is required. string - The user that updated the object.
- Aggregator
Key This property is required. string - The owning object key for this object.
- Aggregators
This property is required. []GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Aggregator - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics This property is required. []GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic - A count statistics.
- Created
By This property is required. string - The user that created the object.
- Created
By Name This property is required. string - The user that created the object.
- Identifier
Path This property is required. string - The full path to identify this object.
- Info
Fields This property is required. map[string]string - Information property fields.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Labels
This property is required. []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 This property is required. int - The registry version of the object.
- Time
Created This property is required. string - The date and time that the object was created.
- Time
Updated This property is required. string - The date and time that the object was updated.
- Updated
By This property is required. string - The user that updated the object.
- Updated
By Name This property is required. string - The user that updated the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- aggregators
This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic> - A count statistics.
- created
By This property is required. String - The user that created the object.
- created
By Name This property is required. String - The user that created the object.
- identifier
Path This property is required. String - The full path to identify this object.
- info
Fields This property is required. Map<String,String> - Information property fields.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- labels
This property is required. 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 This property is required. Integer - The registry version of the object.
- time
Created This property is required. String - The date and time that the object was created.
- time
Updated This property is required. String - The date and time that the object was updated.
- updated
By This property is required. String - The user that updated the object.
- updated
By Name This property is required. String - The user that updated the object.
- aggregator
Key This property is required. string - The owning object key for this object.
- aggregators
This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Aggregator[] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic[] - A count statistics.
- created
By This property is required. string - The user that created the object.
- created
By Name This property is required. string - The user that created the object.
- identifier
Path This property is required. string - The full path to identify this object.
- info
Fields This property is required. {[key: string]: string} - Information property fields.
- is
Favorite This property is required. boolean - Specifies whether this object is a favorite or not.
- labels
This property is required. 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 This property is required. number - The registry version of the object.
- time
Created This property is required. string - The date and time that the object was created.
- time
Updated This property is required. string - The date and time that the object was updated.
- updated
By This property is required. string - The user that updated the object.
- updated
By Name This property is required. string - The user that updated the object.
- aggregator_
key This property is required. str - The owning object key for this object.
- aggregators
This property is required. Sequence[dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Metadata Aggregator] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count_
statistics This property is required. Sequence[dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic] - A count statistics.
- created_
by This property is required. str - The user that created the object.
- created_
by_ name This property is required. str - The user that created the object.
- identifier_
path This property is required. str - The full path to identify this object.
- info_
fields This property is required. Mapping[str, str] - Information property fields.
- is_
favorite This property is required. bool - Specifies whether this object is a favorite or not.
- labels
This property is required. 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 This property is required. int - The registry version of the object.
- time_
created This property is required. str - The date and time that the object was created.
- time_
updated This property is required. str - The date and time that the object was updated.
- updated_
by This property is required. str - The user that updated the object.
- updated_
by_ name This property is required. str - The user that updated the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- aggregators
This property is required. List<Property Map> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics This property is required. List<Property Map> - A count statistics.
- created
By This property is required. String - The user that created the object.
- created
By Name This property is required. String - The user that created the object.
- identifier
Path This property is required. String - The full path to identify this object.
- info
Fields This property is required. Map<String> - Information property fields.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- labels
This property is required. 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 This property is required. Number - The registry version of the object.
- time
Created This property is required. String - The date and time that the object was created.
- time
Updated This property is required. String - The date and time that the object was updated.
- updated
By This property is required. String - The user that updated the object.
- updated
By Name This property is required. String - The user that updated the object.
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataAggregator
- Description
This property is required. string - The description of the aggregator.
- Identifier
This property is required. string - Used to filter by the identifier of the object.
- Key
This property is required. string - Used to filter by the key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Type
This property is required. string - Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- Description
This property is required. string - The description of the aggregator.
- Identifier
This property is required. string - Used to filter by the identifier of the object.
- Key
This property is required. string - Used to filter by the key of the object.
- Name
This property is required. string - Used to filter by the name of the object.
- Type
This property is required. string - Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description
This property is required. String - The description of the aggregator.
- identifier
This property is required. String - Used to filter by the identifier of the object.
- key
This property is required. String - Used to filter by the key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- type
This property is required. String - Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description
This property is required. string - The description of the aggregator.
- identifier
This property is required. string - Used to filter by the identifier of the object.
- key
This property is required. string - Used to filter by the key of the object.
- name
This property is required. string - Used to filter by the name of the object.
- type
This property is required. string - Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description
This property is required. str - The description of the aggregator.
- identifier
This property is required. str - Used to filter by the identifier of the object.
- key
This property is required. str - Used to filter by the key of the object.
- name
This property is required. str - Used to filter by the name of the object.
- type
This property is required. str - Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
- description
This property is required. String - The description of the aggregator.
- identifier
This property is required. String - Used to filter by the identifier of the object.
- key
This property is required. String - Used to filter by the key of the object.
- name
This property is required. String - Used to filter by the name of the object.
- type
This property is required. String - Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. Examples: ?type=DATA_LOADER_TASK&typeInSubtree=false returns all objects of type data loader task ?type=DATA_LOADER_TASK returns all objects of type data loader task ?type=DATA_LOADER_TASK&typeInSubtree=true returns all objects of type data loader task
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatistic
- Object
Type Count Lists This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic Object Type Count List> - The array of statistics.
- Object
Type Count Lists This property is required. []GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic Object Type Count List - The array of statistics.
- object
Type Count Lists This property is required. List<GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic Object Type Count List> - The array of statistics.
- object
Type Count Lists This property is required. GetWorkspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic Object Type Count List[] - The array of statistics.
- object_
type_ count_ lists This property is required. Sequence[dataintegration.Get Workspace Application Schedules Schedule Summary Collection Item Metadata Count Statistic Object Type Count List] - The array of statistics.
- object
Type Count Lists This property is required. List<Property Map> - The array of statistics.
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticObjectTypeCountList
- Object
Count This property is required. string - The value for the count statistic object.
- Object
Type This property is required. string - The type of object for the count statistic object.
- Object
Count This property is required. string - The value for the count statistic object.
- Object
Type This property is required. string - The type of object for the count statistic object.
- object
Count This property is required. String - The value for the count statistic object.
- object
Type This property is required. String - The type of object for the count statistic object.
- object
Count This property is required. string - The value for the count statistic object.
- object
Type This property is required. string - The type of object for the count statistic object.
- object_
count This property is required. str - The value for the count statistic object.
- object_
type This property is required. str - The type of object for the count statistic object.
- object
Count This property is required. String - The value for the count statistic object.
- object
Type This property is required. String - The type of object for the count statistic object.
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemParentRef
- parent
This property is required. str - Key of the parent object.
- root_
doc_ id This property is required. str - Key of the root document object.
GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemRegistryMetadata
- Aggregator
Key This property is required. string - The owning object key for this object.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Key
This property is required. string - Used to filter by the key of the object.
- Labels
This property is required. 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 This property is required. int - The registry version of the object.
- Aggregator
Key This property is required. string - The owning object key for this object.
- Is
Favorite This property is required. bool - Specifies whether this object is a favorite or not.
- Key
This property is required. string - Used to filter by the key of the object.
- Labels
This property is required. []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 This property is required. int - The registry version of the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- key
This property is required. String - Used to filter by the key of the object.
- labels
This property is required. 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 This property is required. Integer - The registry version of the object.
- aggregator
Key This property is required. string - The owning object key for this object.
- is
Favorite This property is required. boolean - Specifies whether this object is a favorite or not.
- key
This property is required. string - Used to filter by the key of the object.
- labels
This property is required. 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 This property is required. number - The registry version of the object.
- aggregator_
key This property is required. str - The owning object key for this object.
- is_
favorite This property is required. bool - Specifies whether this object is a favorite or not.
- key
This property is required. str - Used to filter by the key of the object.
- labels
This property is required. 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 This property is required. int - The registry version of the object.
- aggregator
Key This property is required. String - The owning object key for this object.
- is
Favorite This property is required. Boolean - Specifies whether this object is a favorite or not.
- key
This property is required. String - Used to filter by the key of the object.
- labels
This property is required. 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 This property is required. Number - The registry version of the object.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.