1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataIntegration
  5. WorkspaceApplicationTaskSchedule
Oracle Cloud Infrastructure v2.32.0 published on Thursday, Apr 24, 2025 by Pulumi

oci.DataIntegration.WorkspaceApplicationTaskSchedule

Explore with Pulumi AI

This resource provides the Workspace Application Task Schedule resource in Oracle Cloud Infrastructure Data Integration service.

Endpoint to be used create TaskSchedule.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testWorkspaceApplicationTaskSchedule = new oci.dataintegration.WorkspaceApplicationTaskSchedule("test_workspace_application_task_schedule", {
    applicationKey: workspaceApplicationTaskScheduleApplicationKey,
    identifier: workspaceApplicationTaskScheduleIdentifier,
    name: workspaceApplicationTaskScheduleName,
    workspaceId: testWorkspace.id,
    authMode: workspaceApplicationTaskScheduleAuthMode,
    configProviderDelegate: workspaceApplicationTaskScheduleConfigProviderDelegate,
    description: workspaceApplicationTaskScheduleDescription,
    endTimeMillis: workspaceApplicationTaskScheduleEndTimeMillis,
    expectedDuration: workspaceApplicationTaskScheduleExpectedDuration,
    expectedDurationUnit: workspaceApplicationTaskScheduleExpectedDurationUnit,
    isBackfillEnabled: workspaceApplicationTaskScheduleIsBackfillEnabled,
    isConcurrentAllowed: workspaceApplicationTaskScheduleIsConcurrentAllowed,
    isEnabled: workspaceApplicationTaskScheduleIsEnabled,
    key: workspaceApplicationTaskScheduleKey,
    modelVersion: workspaceApplicationTaskScheduleModelVersion,
    numberOfRetries: workspaceApplicationTaskScheduleNumberOfRetries,
    objectStatus: workspaceApplicationTaskScheduleObjectStatus,
    objectVersion: workspaceApplicationTaskScheduleObjectVersion,
    parentRef: {
        parent: workspaceApplicationTaskScheduleParentRefParent,
        rootDocId: testRootDoc.id,
    },
    registryMetadata: {
        aggregatorKey: workspaceApplicationTaskScheduleRegistryMetadataAggregatorKey,
        isFavorite: workspaceApplicationTaskScheduleRegistryMetadataIsFavorite,
        key: workspaceApplicationTaskScheduleRegistryMetadataKey,
        labels: workspaceApplicationTaskScheduleRegistryMetadataLabels,
        registryVersion: workspaceApplicationTaskScheduleRegistryMetadataRegistryVersion,
    },
    retryDelay: workspaceApplicationTaskScheduleRetryDelay,
    retryDelayUnit: workspaceApplicationTaskScheduleRetryDelayUnit,
    scheduleRef: {
        description: workspaceApplicationTaskScheduleScheduleRefDescription,
        frequencyDetails: {
            modelType: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsModelType,
            customExpression: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsCustomExpression,
            dayOfWeek: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDayOfWeek,
            days: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDays,
            frequency: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsFrequency,
            interval: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsInterval,
            time: {
                hour: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeHour,
                minute: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeMinute,
                second: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeSecond,
            },
            weekOfMonth: workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsWeekOfMonth,
        },
        identifier: workspaceApplicationTaskScheduleScheduleRefIdentifier,
        isDaylightAdjustmentEnabled: workspaceApplicationTaskScheduleScheduleRefIsDaylightAdjustmentEnabled,
        key: workspaceApplicationTaskScheduleScheduleRefKey,
        metadata: {
            aggregator: {
                description: workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorDescription,
                identifier: workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorIdentifier,
                key: workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey,
                name: workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorName,
                type: workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorType,
            },
            aggregatorKey: workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey,
            countStatistics: {
                objectTypeCountLists: [{
                    objectCount: workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectCount,
                    objectType: workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectType,
                }],
            },
            createdBy: workspaceApplicationTaskScheduleScheduleRefMetadataCreatedBy,
            createdByName: workspaceApplicationTaskScheduleScheduleRefMetadataCreatedByName,
            identifierPath: workspaceApplicationTaskScheduleScheduleRefMetadataIdentifierPath,
            infoFields: workspaceApplicationTaskScheduleScheduleRefMetadataInfoFields,
            isFavorite: workspaceApplicationTaskScheduleScheduleRefMetadataIsFavorite,
            labels: workspaceApplicationTaskScheduleScheduleRefMetadataLabels,
            registryVersion: workspaceApplicationTaskScheduleScheduleRefMetadataRegistryVersion,
            timeCreated: workspaceApplicationTaskScheduleScheduleRefMetadataTimeCreated,
            timeUpdated: workspaceApplicationTaskScheduleScheduleRefMetadataTimeUpdated,
            updatedBy: workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedBy,
            updatedByName: workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedByName,
        },
        modelType: workspaceApplicationTaskScheduleScheduleRefModelType,
        modelVersion: workspaceApplicationTaskScheduleScheduleRefModelVersion,
        name: workspaceApplicationTaskScheduleScheduleRefName,
        objectStatus: workspaceApplicationTaskScheduleScheduleRefObjectStatus,
        objectVersion: workspaceApplicationTaskScheduleScheduleRefObjectVersion,
        parentRef: {
            parent: workspaceApplicationTaskScheduleScheduleRefParentRefParent,
            rootDocId: testRootDoc.id,
        },
        timezone: workspaceApplicationTaskScheduleScheduleRefTimezone,
    },
    startTimeMillis: workspaceApplicationTaskScheduleStartTimeMillis,
});
Copy
import pulumi
import pulumi_oci as oci

test_workspace_application_task_schedule = oci.data_integration.WorkspaceApplicationTaskSchedule("test_workspace_application_task_schedule",
    application_key=workspace_application_task_schedule_application_key,
    identifier=workspace_application_task_schedule_identifier,
    name=workspace_application_task_schedule_name,
    workspace_id=test_workspace["id"],
    auth_mode=workspace_application_task_schedule_auth_mode,
    config_provider_delegate=workspace_application_task_schedule_config_provider_delegate,
    description=workspace_application_task_schedule_description,
    end_time_millis=workspace_application_task_schedule_end_time_millis,
    expected_duration=workspace_application_task_schedule_expected_duration,
    expected_duration_unit=workspace_application_task_schedule_expected_duration_unit,
    is_backfill_enabled=workspace_application_task_schedule_is_backfill_enabled,
    is_concurrent_allowed=workspace_application_task_schedule_is_concurrent_allowed,
    is_enabled=workspace_application_task_schedule_is_enabled,
    key=workspace_application_task_schedule_key,
    model_version=workspace_application_task_schedule_model_version,
    number_of_retries=workspace_application_task_schedule_number_of_retries,
    object_status=workspace_application_task_schedule_object_status,
    object_version=workspace_application_task_schedule_object_version,
    parent_ref={
        "parent": workspace_application_task_schedule_parent_ref_parent,
        "root_doc_id": test_root_doc["id"],
    },
    registry_metadata={
        "aggregator_key": workspace_application_task_schedule_registry_metadata_aggregator_key,
        "is_favorite": workspace_application_task_schedule_registry_metadata_is_favorite,
        "key": workspace_application_task_schedule_registry_metadata_key,
        "labels": workspace_application_task_schedule_registry_metadata_labels,
        "registry_version": workspace_application_task_schedule_registry_metadata_registry_version,
    },
    retry_delay=workspace_application_task_schedule_retry_delay,
    retry_delay_unit=workspace_application_task_schedule_retry_delay_unit,
    schedule_ref={
        "description": workspace_application_task_schedule_schedule_ref_description,
        "frequency_details": {
            "model_type": workspace_application_task_schedule_schedule_ref_frequency_details_model_type,
            "custom_expression": workspace_application_task_schedule_schedule_ref_frequency_details_custom_expression,
            "day_of_week": workspace_application_task_schedule_schedule_ref_frequency_details_day_of_week,
            "days": workspace_application_task_schedule_schedule_ref_frequency_details_days,
            "frequency": workspace_application_task_schedule_schedule_ref_frequency_details_frequency,
            "interval": workspace_application_task_schedule_schedule_ref_frequency_details_interval,
            "time": {
                "hour": workspace_application_task_schedule_schedule_ref_frequency_details_time_hour,
                "minute": workspace_application_task_schedule_schedule_ref_frequency_details_time_minute,
                "second": workspace_application_task_schedule_schedule_ref_frequency_details_time_second,
            },
            "week_of_month": workspace_application_task_schedule_schedule_ref_frequency_details_week_of_month,
        },
        "identifier": workspace_application_task_schedule_schedule_ref_identifier,
        "is_daylight_adjustment_enabled": workspace_application_task_schedule_schedule_ref_is_daylight_adjustment_enabled,
        "key": workspace_application_task_schedule_schedule_ref_key,
        "metadata": {
            "aggregator": {
                "description": workspace_application_task_schedule_schedule_ref_metadata_aggregator_description,
                "identifier": workspace_application_task_schedule_schedule_ref_metadata_aggregator_identifier,
                "key": workspace_application_task_schedule_schedule_ref_metadata_aggregator_key,
                "name": workspace_application_task_schedule_schedule_ref_metadata_aggregator_name,
                "type": workspace_application_task_schedule_schedule_ref_metadata_aggregator_type,
            },
            "aggregator_key": workspace_application_task_schedule_schedule_ref_metadata_aggregator_key,
            "count_statistics": {
                "object_type_count_lists": [{
                    "object_count": workspace_application_task_schedule_schedule_ref_metadata_count_statistics_object_type_count_list_object_count,
                    "object_type": workspace_application_task_schedule_schedule_ref_metadata_count_statistics_object_type_count_list_object_type,
                }],
            },
            "created_by": workspace_application_task_schedule_schedule_ref_metadata_created_by,
            "created_by_name": workspace_application_task_schedule_schedule_ref_metadata_created_by_name,
            "identifier_path": workspace_application_task_schedule_schedule_ref_metadata_identifier_path,
            "info_fields": workspace_application_task_schedule_schedule_ref_metadata_info_fields,
            "is_favorite": workspace_application_task_schedule_schedule_ref_metadata_is_favorite,
            "labels": workspace_application_task_schedule_schedule_ref_metadata_labels,
            "registry_version": workspace_application_task_schedule_schedule_ref_metadata_registry_version,
            "time_created": workspace_application_task_schedule_schedule_ref_metadata_time_created,
            "time_updated": workspace_application_task_schedule_schedule_ref_metadata_time_updated,
            "updated_by": workspace_application_task_schedule_schedule_ref_metadata_updated_by,
            "updated_by_name": workspace_application_task_schedule_schedule_ref_metadata_updated_by_name,
        },
        "model_type": workspace_application_task_schedule_schedule_ref_model_type,
        "model_version": workspace_application_task_schedule_schedule_ref_model_version,
        "name": workspace_application_task_schedule_schedule_ref_name,
        "object_status": workspace_application_task_schedule_schedule_ref_object_status,
        "object_version": workspace_application_task_schedule_schedule_ref_object_version,
        "parent_ref": {
            "parent": workspace_application_task_schedule_schedule_ref_parent_ref_parent,
            "root_doc_id": test_root_doc["id"],
        },
        "timezone": workspace_application_task_schedule_schedule_ref_timezone,
    },
    start_time_millis=workspace_application_task_schedule_start_time_millis)
Copy
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.NewWorkspaceApplicationTaskSchedule(ctx, "test_workspace_application_task_schedule", &dataintegration.WorkspaceApplicationTaskScheduleArgs{
			ApplicationKey:         pulumi.Any(workspaceApplicationTaskScheduleApplicationKey),
			Identifier:             pulumi.Any(workspaceApplicationTaskScheduleIdentifier),
			Name:                   pulumi.Any(workspaceApplicationTaskScheduleName),
			WorkspaceId:            pulumi.Any(testWorkspace.Id),
			AuthMode:               pulumi.Any(workspaceApplicationTaskScheduleAuthMode),
			ConfigProviderDelegate: pulumi.Any(workspaceApplicationTaskScheduleConfigProviderDelegate),
			Description:            pulumi.Any(workspaceApplicationTaskScheduleDescription),
			EndTimeMillis:          pulumi.Any(workspaceApplicationTaskScheduleEndTimeMillis),
			ExpectedDuration:       pulumi.Any(workspaceApplicationTaskScheduleExpectedDuration),
			ExpectedDurationUnit:   pulumi.Any(workspaceApplicationTaskScheduleExpectedDurationUnit),
			IsBackfillEnabled:      pulumi.Any(workspaceApplicationTaskScheduleIsBackfillEnabled),
			IsConcurrentAllowed:    pulumi.Any(workspaceApplicationTaskScheduleIsConcurrentAllowed),
			IsEnabled:              pulumi.Any(workspaceApplicationTaskScheduleIsEnabled),
			Key:                    pulumi.Any(workspaceApplicationTaskScheduleKey),
			ModelVersion:           pulumi.Any(workspaceApplicationTaskScheduleModelVersion),
			NumberOfRetries:        pulumi.Any(workspaceApplicationTaskScheduleNumberOfRetries),
			ObjectStatus:           pulumi.Any(workspaceApplicationTaskScheduleObjectStatus),
			ObjectVersion:          pulumi.Any(workspaceApplicationTaskScheduleObjectVersion),
			ParentRef: &dataintegration.WorkspaceApplicationTaskScheduleParentRefArgs{
				Parent:    pulumi.Any(workspaceApplicationTaskScheduleParentRefParent),
				RootDocId: pulumi.Any(testRootDoc.Id),
			},
			RegistryMetadata: &dataintegration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs{
				AggregatorKey:   pulumi.Any(workspaceApplicationTaskScheduleRegistryMetadataAggregatorKey),
				IsFavorite:      pulumi.Any(workspaceApplicationTaskScheduleRegistryMetadataIsFavorite),
				Key:             pulumi.Any(workspaceApplicationTaskScheduleRegistryMetadataKey),
				Labels:          pulumi.Any(workspaceApplicationTaskScheduleRegistryMetadataLabels),
				RegistryVersion: pulumi.Any(workspaceApplicationTaskScheduleRegistryMetadataRegistryVersion),
			},
			RetryDelay:     pulumi.Any(workspaceApplicationTaskScheduleRetryDelay),
			RetryDelayUnit: pulumi.Any(workspaceApplicationTaskScheduleRetryDelayUnit),
			ScheduleRef: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefArgs{
				Description: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefDescription),
				FrequencyDetails: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs{
					ModelType:        pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsModelType),
					CustomExpression: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsCustomExpression),
					DayOfWeek:        pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDayOfWeek),
					Days:             pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDays),
					Frequency:        pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsFrequency),
					Interval:         pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsInterval),
					Time: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs{
						Hour:   pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeHour),
						Minute: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeMinute),
						Second: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeSecond),
					},
					WeekOfMonth: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsWeekOfMonth),
				},
				Identifier:                  pulumi.Any(workspaceApplicationTaskScheduleScheduleRefIdentifier),
				IsDaylightAdjustmentEnabled: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefIsDaylightAdjustmentEnabled),
				Key:                         pulumi.Any(workspaceApplicationTaskScheduleScheduleRefKey),
				Metadata: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs{
					Aggregator: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs{
						Description: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorDescription),
						Identifier:  pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorIdentifier),
						Key:         pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey),
						Name:        pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorName),
						Type:        pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorType),
					},
					AggregatorKey: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey),
					CountStatistics: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs{
						ObjectTypeCountLists: dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArray{
							&dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs{
								ObjectCount: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectCount),
								ObjectType:  pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectType),
							},
						},
					},
					CreatedBy:       pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataCreatedBy),
					CreatedByName:   pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataCreatedByName),
					IdentifierPath:  pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataIdentifierPath),
					InfoFields:      pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataInfoFields),
					IsFavorite:      pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataIsFavorite),
					Labels:          pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataLabels),
					RegistryVersion: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataRegistryVersion),
					TimeCreated:     pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataTimeCreated),
					TimeUpdated:     pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataTimeUpdated),
					UpdatedBy:       pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedBy),
					UpdatedByName:   pulumi.Any(workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedByName),
				},
				ModelType:     pulumi.Any(workspaceApplicationTaskScheduleScheduleRefModelType),
				ModelVersion:  pulumi.Any(workspaceApplicationTaskScheduleScheduleRefModelVersion),
				Name:          pulumi.Any(workspaceApplicationTaskScheduleScheduleRefName),
				ObjectStatus:  pulumi.Any(workspaceApplicationTaskScheduleScheduleRefObjectStatus),
				ObjectVersion: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefObjectVersion),
				ParentRef: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs{
					Parent:    pulumi.Any(workspaceApplicationTaskScheduleScheduleRefParentRefParent),
					RootDocId: pulumi.Any(testRootDoc.Id),
				},
				Timezone: pulumi.Any(workspaceApplicationTaskScheduleScheduleRefTimezone),
			},
			StartTimeMillis: pulumi.Any(workspaceApplicationTaskScheduleStartTimeMillis),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testWorkspaceApplicationTaskSchedule = new Oci.DataIntegration.WorkspaceApplicationTaskSchedule("test_workspace_application_task_schedule", new()
    {
        ApplicationKey = workspaceApplicationTaskScheduleApplicationKey,
        Identifier = workspaceApplicationTaskScheduleIdentifier,
        Name = workspaceApplicationTaskScheduleName,
        WorkspaceId = testWorkspace.Id,
        AuthMode = workspaceApplicationTaskScheduleAuthMode,
        ConfigProviderDelegate = workspaceApplicationTaskScheduleConfigProviderDelegate,
        Description = workspaceApplicationTaskScheduleDescription,
        EndTimeMillis = workspaceApplicationTaskScheduleEndTimeMillis,
        ExpectedDuration = workspaceApplicationTaskScheduleExpectedDuration,
        ExpectedDurationUnit = workspaceApplicationTaskScheduleExpectedDurationUnit,
        IsBackfillEnabled = workspaceApplicationTaskScheduleIsBackfillEnabled,
        IsConcurrentAllowed = workspaceApplicationTaskScheduleIsConcurrentAllowed,
        IsEnabled = workspaceApplicationTaskScheduleIsEnabled,
        Key = workspaceApplicationTaskScheduleKey,
        ModelVersion = workspaceApplicationTaskScheduleModelVersion,
        NumberOfRetries = workspaceApplicationTaskScheduleNumberOfRetries,
        ObjectStatus = workspaceApplicationTaskScheduleObjectStatus,
        ObjectVersion = workspaceApplicationTaskScheduleObjectVersion,
        ParentRef = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleParentRefArgs
        {
            Parent = workspaceApplicationTaskScheduleParentRefParent,
            RootDocId = testRootDoc.Id,
        },
        RegistryMetadata = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleRegistryMetadataArgs
        {
            AggregatorKey = workspaceApplicationTaskScheduleRegistryMetadataAggregatorKey,
            IsFavorite = workspaceApplicationTaskScheduleRegistryMetadataIsFavorite,
            Key = workspaceApplicationTaskScheduleRegistryMetadataKey,
            Labels = workspaceApplicationTaskScheduleRegistryMetadataLabels,
            RegistryVersion = workspaceApplicationTaskScheduleRegistryMetadataRegistryVersion,
        },
        RetryDelay = workspaceApplicationTaskScheduleRetryDelay,
        RetryDelayUnit = workspaceApplicationTaskScheduleRetryDelayUnit,
        ScheduleRef = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefArgs
        {
            Description = workspaceApplicationTaskScheduleScheduleRefDescription,
            FrequencyDetails = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs
            {
                ModelType = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsModelType,
                CustomExpression = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsCustomExpression,
                DayOfWeek = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDayOfWeek,
                Days = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDays,
                Frequency = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsFrequency,
                Interval = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsInterval,
                Time = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs
                {
                    Hour = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeHour,
                    Minute = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeMinute,
                    Second = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeSecond,
                },
                WeekOfMonth = workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsWeekOfMonth,
            },
            Identifier = workspaceApplicationTaskScheduleScheduleRefIdentifier,
            IsDaylightAdjustmentEnabled = workspaceApplicationTaskScheduleScheduleRefIsDaylightAdjustmentEnabled,
            Key = workspaceApplicationTaskScheduleScheduleRefKey,
            Metadata = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs
            {
                Aggregator = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs
                {
                    Description = workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorDescription,
                    Identifier = workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorIdentifier,
                    Key = workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey,
                    Name = workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorName,
                    Type = workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorType,
                },
                AggregatorKey = workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey,
                CountStatistics = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs
                {
                    ObjectTypeCountLists = new[]
                    {
                        new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs
                        {
                            ObjectCount = workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectCount,
                            ObjectType = workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectType,
                        },
                    },
                },
                CreatedBy = workspaceApplicationTaskScheduleScheduleRefMetadataCreatedBy,
                CreatedByName = workspaceApplicationTaskScheduleScheduleRefMetadataCreatedByName,
                IdentifierPath = workspaceApplicationTaskScheduleScheduleRefMetadataIdentifierPath,
                InfoFields = workspaceApplicationTaskScheduleScheduleRefMetadataInfoFields,
                IsFavorite = workspaceApplicationTaskScheduleScheduleRefMetadataIsFavorite,
                Labels = workspaceApplicationTaskScheduleScheduleRefMetadataLabels,
                RegistryVersion = workspaceApplicationTaskScheduleScheduleRefMetadataRegistryVersion,
                TimeCreated = workspaceApplicationTaskScheduleScheduleRefMetadataTimeCreated,
                TimeUpdated = workspaceApplicationTaskScheduleScheduleRefMetadataTimeUpdated,
                UpdatedBy = workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedBy,
                UpdatedByName = workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedByName,
            },
            ModelType = workspaceApplicationTaskScheduleScheduleRefModelType,
            ModelVersion = workspaceApplicationTaskScheduleScheduleRefModelVersion,
            Name = workspaceApplicationTaskScheduleScheduleRefName,
            ObjectStatus = workspaceApplicationTaskScheduleScheduleRefObjectStatus,
            ObjectVersion = workspaceApplicationTaskScheduleScheduleRefObjectVersion,
            ParentRef = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs
            {
                Parent = workspaceApplicationTaskScheduleScheduleRefParentRefParent,
                RootDocId = testRootDoc.Id,
            },
            Timezone = workspaceApplicationTaskScheduleScheduleRefTimezone,
        },
        StartTimeMillis = workspaceApplicationTaskScheduleStartTimeMillis,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataIntegration.WorkspaceApplicationTaskSchedule;
import com.pulumi.oci.DataIntegration.WorkspaceApplicationTaskScheduleArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleParentRefArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleRegistryMetadataArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleScheduleRefArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs;
import com.pulumi.oci.DataIntegration.inputs.WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs;
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) {
        var testWorkspaceApplicationTaskSchedule = new WorkspaceApplicationTaskSchedule("testWorkspaceApplicationTaskSchedule", WorkspaceApplicationTaskScheduleArgs.builder()
            .applicationKey(workspaceApplicationTaskScheduleApplicationKey)
            .identifier(workspaceApplicationTaskScheduleIdentifier)
            .name(workspaceApplicationTaskScheduleName)
            .workspaceId(testWorkspace.id())
            .authMode(workspaceApplicationTaskScheduleAuthMode)
            .configProviderDelegate(workspaceApplicationTaskScheduleConfigProviderDelegate)
            .description(workspaceApplicationTaskScheduleDescription)
            .endTimeMillis(workspaceApplicationTaskScheduleEndTimeMillis)
            .expectedDuration(workspaceApplicationTaskScheduleExpectedDuration)
            .expectedDurationUnit(workspaceApplicationTaskScheduleExpectedDurationUnit)
            .isBackfillEnabled(workspaceApplicationTaskScheduleIsBackfillEnabled)
            .isConcurrentAllowed(workspaceApplicationTaskScheduleIsConcurrentAllowed)
            .isEnabled(workspaceApplicationTaskScheduleIsEnabled)
            .key(workspaceApplicationTaskScheduleKey)
            .modelVersion(workspaceApplicationTaskScheduleModelVersion)
            .numberOfRetries(workspaceApplicationTaskScheduleNumberOfRetries)
            .objectStatus(workspaceApplicationTaskScheduleObjectStatus)
            .objectVersion(workspaceApplicationTaskScheduleObjectVersion)
            .parentRef(WorkspaceApplicationTaskScheduleParentRefArgs.builder()
                .parent(workspaceApplicationTaskScheduleParentRefParent)
                .rootDocId(testRootDoc.id())
                .build())
            .registryMetadata(WorkspaceApplicationTaskScheduleRegistryMetadataArgs.builder()
                .aggregatorKey(workspaceApplicationTaskScheduleRegistryMetadataAggregatorKey)
                .isFavorite(workspaceApplicationTaskScheduleRegistryMetadataIsFavorite)
                .key(workspaceApplicationTaskScheduleRegistryMetadataKey)
                .labels(workspaceApplicationTaskScheduleRegistryMetadataLabels)
                .registryVersion(workspaceApplicationTaskScheduleRegistryMetadataRegistryVersion)
                .build())
            .retryDelay(workspaceApplicationTaskScheduleRetryDelay)
            .retryDelayUnit(workspaceApplicationTaskScheduleRetryDelayUnit)
            .scheduleRef(WorkspaceApplicationTaskScheduleScheduleRefArgs.builder()
                .description(workspaceApplicationTaskScheduleScheduleRefDescription)
                .frequencyDetails(WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs.builder()
                    .modelType(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsModelType)
                    .customExpression(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsCustomExpression)
                    .dayOfWeek(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDayOfWeek)
                    .days(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDays)
                    .frequency(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsFrequency)
                    .interval(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsInterval)
                    .time(WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs.builder()
                        .hour(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeHour)
                        .minute(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeMinute)
                        .second(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeSecond)
                        .build())
                    .weekOfMonth(workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsWeekOfMonth)
                    .build())
                .identifier(workspaceApplicationTaskScheduleScheduleRefIdentifier)
                .isDaylightAdjustmentEnabled(workspaceApplicationTaskScheduleScheduleRefIsDaylightAdjustmentEnabled)
                .key(workspaceApplicationTaskScheduleScheduleRefKey)
                .metadata(WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs.builder()
                    .aggregator(WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs.builder()
                        .description(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorDescription)
                        .identifier(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorIdentifier)
                        .key(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey)
                        .name(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorName)
                        .type(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorType)
                        .build())
                    .aggregatorKey(workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey)
                    .countStatistics(WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs.builder()
                        .objectTypeCountLists(WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs.builder()
                            .objectCount(workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectCount)
                            .objectType(workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectType)
                            .build())
                        .build())
                    .createdBy(workspaceApplicationTaskScheduleScheduleRefMetadataCreatedBy)
                    .createdByName(workspaceApplicationTaskScheduleScheduleRefMetadataCreatedByName)
                    .identifierPath(workspaceApplicationTaskScheduleScheduleRefMetadataIdentifierPath)
                    .infoFields(workspaceApplicationTaskScheduleScheduleRefMetadataInfoFields)
                    .isFavorite(workspaceApplicationTaskScheduleScheduleRefMetadataIsFavorite)
                    .labels(workspaceApplicationTaskScheduleScheduleRefMetadataLabels)
                    .registryVersion(workspaceApplicationTaskScheduleScheduleRefMetadataRegistryVersion)
                    .timeCreated(workspaceApplicationTaskScheduleScheduleRefMetadataTimeCreated)
                    .timeUpdated(workspaceApplicationTaskScheduleScheduleRefMetadataTimeUpdated)
                    .updatedBy(workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedBy)
                    .updatedByName(workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedByName)
                    .build())
                .modelType(workspaceApplicationTaskScheduleScheduleRefModelType)
                .modelVersion(workspaceApplicationTaskScheduleScheduleRefModelVersion)
                .name(workspaceApplicationTaskScheduleScheduleRefName)
                .objectStatus(workspaceApplicationTaskScheduleScheduleRefObjectStatus)
                .objectVersion(workspaceApplicationTaskScheduleScheduleRefObjectVersion)
                .parentRef(WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs.builder()
                    .parent(workspaceApplicationTaskScheduleScheduleRefParentRefParent)
                    .rootDocId(testRootDoc.id())
                    .build())
                .timezone(workspaceApplicationTaskScheduleScheduleRefTimezone)
                .build())
            .startTimeMillis(workspaceApplicationTaskScheduleStartTimeMillis)
            .build());

    }
}
Copy
resources:
  testWorkspaceApplicationTaskSchedule:
    type: oci:DataIntegration:WorkspaceApplicationTaskSchedule
    name: test_workspace_application_task_schedule
    properties:
      applicationKey: ${workspaceApplicationTaskScheduleApplicationKey}
      identifier: ${workspaceApplicationTaskScheduleIdentifier}
      name: ${workspaceApplicationTaskScheduleName}
      workspaceId: ${testWorkspace.id}
      authMode: ${workspaceApplicationTaskScheduleAuthMode}
      configProviderDelegate: ${workspaceApplicationTaskScheduleConfigProviderDelegate}
      description: ${workspaceApplicationTaskScheduleDescription}
      endTimeMillis: ${workspaceApplicationTaskScheduleEndTimeMillis}
      expectedDuration: ${workspaceApplicationTaskScheduleExpectedDuration}
      expectedDurationUnit: ${workspaceApplicationTaskScheduleExpectedDurationUnit}
      isBackfillEnabled: ${workspaceApplicationTaskScheduleIsBackfillEnabled}
      isConcurrentAllowed: ${workspaceApplicationTaskScheduleIsConcurrentAllowed}
      isEnabled: ${workspaceApplicationTaskScheduleIsEnabled}
      key: ${workspaceApplicationTaskScheduleKey}
      modelVersion: ${workspaceApplicationTaskScheduleModelVersion}
      numberOfRetries: ${workspaceApplicationTaskScheduleNumberOfRetries}
      objectStatus: ${workspaceApplicationTaskScheduleObjectStatus}
      objectVersion: ${workspaceApplicationTaskScheduleObjectVersion}
      parentRef:
        parent: ${workspaceApplicationTaskScheduleParentRefParent}
        rootDocId: ${testRootDoc.id}
      registryMetadata:
        aggregatorKey: ${workspaceApplicationTaskScheduleRegistryMetadataAggregatorKey}
        isFavorite: ${workspaceApplicationTaskScheduleRegistryMetadataIsFavorite}
        key: ${workspaceApplicationTaskScheduleRegistryMetadataKey}
        labels: ${workspaceApplicationTaskScheduleRegistryMetadataLabels}
        registryVersion: ${workspaceApplicationTaskScheduleRegistryMetadataRegistryVersion}
      retryDelay: ${workspaceApplicationTaskScheduleRetryDelay}
      retryDelayUnit: ${workspaceApplicationTaskScheduleRetryDelayUnit}
      scheduleRef:
        description: ${workspaceApplicationTaskScheduleScheduleRefDescription}
        frequencyDetails:
          modelType: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsModelType}
          customExpression: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsCustomExpression}
          dayOfWeek: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDayOfWeek}
          days: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsDays}
          frequency: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsFrequency}
          interval: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsInterval}
          time:
            hour: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeHour}
            minute: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeMinute}
            second: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeSecond}
          weekOfMonth: ${workspaceApplicationTaskScheduleScheduleRefFrequencyDetailsWeekOfMonth}
        identifier: ${workspaceApplicationTaskScheduleScheduleRefIdentifier}
        isDaylightAdjustmentEnabled: ${workspaceApplicationTaskScheduleScheduleRefIsDaylightAdjustmentEnabled}
        key: ${workspaceApplicationTaskScheduleScheduleRefKey}
        metadata:
          aggregator:
            description: ${workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorDescription}
            identifier: ${workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorIdentifier}
            key: ${workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey}
            name: ${workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorName}
            type: ${workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorType}
          aggregatorKey: ${workspaceApplicationTaskScheduleScheduleRefMetadataAggregatorKey}
          countStatistics:
            objectTypeCountLists:
              - objectCount: ${workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectCount}
                objectType: ${workspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListObjectType}
          createdBy: ${workspaceApplicationTaskScheduleScheduleRefMetadataCreatedBy}
          createdByName: ${workspaceApplicationTaskScheduleScheduleRefMetadataCreatedByName}
          identifierPath: ${workspaceApplicationTaskScheduleScheduleRefMetadataIdentifierPath}
          infoFields: ${workspaceApplicationTaskScheduleScheduleRefMetadataInfoFields}
          isFavorite: ${workspaceApplicationTaskScheduleScheduleRefMetadataIsFavorite}
          labels: ${workspaceApplicationTaskScheduleScheduleRefMetadataLabels}
          registryVersion: ${workspaceApplicationTaskScheduleScheduleRefMetadataRegistryVersion}
          timeCreated: ${workspaceApplicationTaskScheduleScheduleRefMetadataTimeCreated}
          timeUpdated: ${workspaceApplicationTaskScheduleScheduleRefMetadataTimeUpdated}
          updatedBy: ${workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedBy}
          updatedByName: ${workspaceApplicationTaskScheduleScheduleRefMetadataUpdatedByName}
        modelType: ${workspaceApplicationTaskScheduleScheduleRefModelType}
        modelVersion: ${workspaceApplicationTaskScheduleScheduleRefModelVersion}
        name: ${workspaceApplicationTaskScheduleScheduleRefName}
        objectStatus: ${workspaceApplicationTaskScheduleScheduleRefObjectStatus}
        objectVersion: ${workspaceApplicationTaskScheduleScheduleRefObjectVersion}
        parentRef:
          parent: ${workspaceApplicationTaskScheduleScheduleRefParentRefParent}
          rootDocId: ${testRootDoc.id}
        timezone: ${workspaceApplicationTaskScheduleScheduleRefTimezone}
      startTimeMillis: ${workspaceApplicationTaskScheduleStartTimeMillis}
Copy

Create WorkspaceApplicationTaskSchedule Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new WorkspaceApplicationTaskSchedule(name: string, args: WorkspaceApplicationTaskScheduleArgs, opts?: CustomResourceOptions);
@overload
def WorkspaceApplicationTaskSchedule(resource_name: str,
                                     args: WorkspaceApplicationTaskScheduleArgs,
                                     opts: Optional[ResourceOptions] = None)

@overload
def WorkspaceApplicationTaskSchedule(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     identifier: Optional[str] = None,
                                     workspace_id: Optional[str] = None,
                                     application_key: Optional[str] = None,
                                     model_version: Optional[str] = None,
                                     next_run_time_millis: Optional[str] = None,
                                     expected_duration: Optional[float] = None,
                                     expected_duration_unit: Optional[str] = None,
                                     description: Optional[str] = None,
                                     is_backfill_enabled: Optional[bool] = None,
                                     is_concurrent_allowed: Optional[bool] = None,
                                     is_enabled: Optional[bool] = None,
                                     key: Optional[str] = None,
                                     config_provider_delegate: Optional[str] = None,
                                     name: Optional[str] = None,
                                     end_time_millis: Optional[str] = None,
                                     number_of_retries: Optional[int] = None,
                                     object_status: Optional[int] = None,
                                     object_version: Optional[int] = None,
                                     parent_ref: Optional[_dataintegration.WorkspaceApplicationTaskScheduleParentRefArgs] = None,
                                     registry_metadata: Optional[_dataintegration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs] = None,
                                     retry_delay: Optional[float] = None,
                                     retry_delay_unit: Optional[str] = None,
                                     schedule_ref: Optional[_dataintegration.WorkspaceApplicationTaskScheduleScheduleRefArgs] = None,
                                     start_time_millis: Optional[str] = None,
                                     auth_mode: Optional[str] = None)
func NewWorkspaceApplicationTaskSchedule(ctx *Context, name string, args WorkspaceApplicationTaskScheduleArgs, opts ...ResourceOption) (*WorkspaceApplicationTaskSchedule, error)
public WorkspaceApplicationTaskSchedule(string name, WorkspaceApplicationTaskScheduleArgs args, CustomResourceOptions? opts = null)
public WorkspaceApplicationTaskSchedule(String name, WorkspaceApplicationTaskScheduleArgs args)
public WorkspaceApplicationTaskSchedule(String name, WorkspaceApplicationTaskScheduleArgs args, CustomResourceOptions options)
type: oci:DataIntegration:WorkspaceApplicationTaskSchedule
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. WorkspaceApplicationTaskScheduleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. WorkspaceApplicationTaskScheduleArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. WorkspaceApplicationTaskScheduleArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. WorkspaceApplicationTaskScheduleArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. WorkspaceApplicationTaskScheduleArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var workspaceApplicationTaskScheduleResource = new Oci.DataIntegration.WorkspaceApplicationTaskSchedule("workspaceApplicationTaskScheduleResource", new()
{
    Identifier = "string",
    WorkspaceId = "string",
    ApplicationKey = "string",
    ModelVersion = "string",
    NextRunTimeMillis = "string",
    ExpectedDuration = 0,
    ExpectedDurationUnit = "string",
    Description = "string",
    IsBackfillEnabled = false,
    IsConcurrentAllowed = false,
    IsEnabled = false,
    Key = "string",
    ConfigProviderDelegate = "string",
    Name = "string",
    EndTimeMillis = "string",
    NumberOfRetries = 0,
    ObjectStatus = 0,
    ObjectVersion = 0,
    ParentRef = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleParentRefArgs
    {
        Parent = "string",
        RootDocId = "string",
    },
    RegistryMetadata = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleRegistryMetadataArgs
    {
        AggregatorKey = "string",
        IsFavorite = false,
        Key = "string",
        Labels = new[]
        {
            "string",
        },
        RegistryVersion = 0,
    },
    RetryDelay = 0,
    RetryDelayUnit = "string",
    ScheduleRef = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefArgs
    {
        Description = "string",
        FrequencyDetails = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs
        {
            ModelType = "string",
            CustomExpression = "string",
            DayOfWeek = "string",
            Days = new[]
            {
                0,
            },
            Frequency = "string",
            Interval = 0,
            Time = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs
            {
                Hour = 0,
                Minute = 0,
                Second = 0,
            },
            WeekOfMonth = "string",
        },
        Identifier = "string",
        IsDaylightAdjustmentEnabled = false,
        Key = "string",
        Metadata = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs
        {
            Aggregator = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs
            {
                Description = "string",
                Identifier = "string",
                Key = "string",
                Name = "string",
                Type = "string",
            },
            AggregatorKey = "string",
            CountStatistics = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs
            {
                ObjectTypeCountLists = new[]
                {
                    new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs
                    {
                        ObjectCount = "string",
                        ObjectType = "string",
                    },
                },
            },
            CreatedBy = "string",
            CreatedByName = "string",
            IdentifierPath = "string",
            InfoFields = 
            {
                { "string", "string" },
            },
            IsFavorite = false,
            Labels = new[]
            {
                "string",
            },
            RegistryVersion = 0,
            TimeCreated = "string",
            TimeUpdated = "string",
            UpdatedBy = "string",
            UpdatedByName = "string",
        },
        ModelType = "string",
        ModelVersion = "string",
        Name = "string",
        ObjectStatus = 0,
        ObjectVersion = 0,
        ParentRef = new Oci.DataIntegration.Inputs.WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs
        {
            Parent = "string",
            RootDocId = "string",
        },
        Timezone = "string",
    },
    StartTimeMillis = "string",
    AuthMode = "string",
});
Copy
example, err := dataintegration.NewWorkspaceApplicationTaskSchedule(ctx, "workspaceApplicationTaskScheduleResource", &dataintegration.WorkspaceApplicationTaskScheduleArgs{
	Identifier:             pulumi.String("string"),
	WorkspaceId:            pulumi.String("string"),
	ApplicationKey:         pulumi.String("string"),
	ModelVersion:           pulumi.String("string"),
	NextRunTimeMillis:      pulumi.String("string"),
	ExpectedDuration:       pulumi.Float64(0),
	ExpectedDurationUnit:   pulumi.String("string"),
	Description:            pulumi.String("string"),
	IsBackfillEnabled:      pulumi.Bool(false),
	IsConcurrentAllowed:    pulumi.Bool(false),
	IsEnabled:              pulumi.Bool(false),
	Key:                    pulumi.String("string"),
	ConfigProviderDelegate: pulumi.String("string"),
	Name:                   pulumi.String("string"),
	EndTimeMillis:          pulumi.String("string"),
	NumberOfRetries:        pulumi.Int(0),
	ObjectStatus:           pulumi.Int(0),
	ObjectVersion:          pulumi.Int(0),
	ParentRef: &dataintegration.WorkspaceApplicationTaskScheduleParentRefArgs{
		Parent:    pulumi.String("string"),
		RootDocId: pulumi.String("string"),
	},
	RegistryMetadata: &dataintegration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs{
		AggregatorKey: pulumi.String("string"),
		IsFavorite:    pulumi.Bool(false),
		Key:           pulumi.String("string"),
		Labels: pulumi.StringArray{
			pulumi.String("string"),
		},
		RegistryVersion: pulumi.Int(0),
	},
	RetryDelay:     pulumi.Float64(0),
	RetryDelayUnit: pulumi.String("string"),
	ScheduleRef: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefArgs{
		Description: pulumi.String("string"),
		FrequencyDetails: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs{
			ModelType:        pulumi.String("string"),
			CustomExpression: pulumi.String("string"),
			DayOfWeek:        pulumi.String("string"),
			Days: pulumi.IntArray{
				pulumi.Int(0),
			},
			Frequency: pulumi.String("string"),
			Interval:  pulumi.Int(0),
			Time: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs{
				Hour:   pulumi.Int(0),
				Minute: pulumi.Int(0),
				Second: pulumi.Int(0),
			},
			WeekOfMonth: pulumi.String("string"),
		},
		Identifier:                  pulumi.String("string"),
		IsDaylightAdjustmentEnabled: pulumi.Bool(false),
		Key:                         pulumi.String("string"),
		Metadata: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs{
			Aggregator: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs{
				Description: pulumi.String("string"),
				Identifier:  pulumi.String("string"),
				Key:         pulumi.String("string"),
				Name:        pulumi.String("string"),
				Type:        pulumi.String("string"),
			},
			AggregatorKey: pulumi.String("string"),
			CountStatistics: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs{
				ObjectTypeCountLists: dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArray{
					&dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs{
						ObjectCount: pulumi.String("string"),
						ObjectType:  pulumi.String("string"),
					},
				},
			},
			CreatedBy:      pulumi.String("string"),
			CreatedByName:  pulumi.String("string"),
			IdentifierPath: pulumi.String("string"),
			InfoFields: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			IsFavorite: pulumi.Bool(false),
			Labels: pulumi.StringArray{
				pulumi.String("string"),
			},
			RegistryVersion: pulumi.Int(0),
			TimeCreated:     pulumi.String("string"),
			TimeUpdated:     pulumi.String("string"),
			UpdatedBy:       pulumi.String("string"),
			UpdatedByName:   pulumi.String("string"),
		},
		ModelType:     pulumi.String("string"),
		ModelVersion:  pulumi.String("string"),
		Name:          pulumi.String("string"),
		ObjectStatus:  pulumi.Int(0),
		ObjectVersion: pulumi.Int(0),
		ParentRef: &dataintegration.WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs{
			Parent:    pulumi.String("string"),
			RootDocId: pulumi.String("string"),
		},
		Timezone: pulumi.String("string"),
	},
	StartTimeMillis: pulumi.String("string"),
	AuthMode:        pulumi.String("string"),
})
Copy
var workspaceApplicationTaskScheduleResource = new WorkspaceApplicationTaskSchedule("workspaceApplicationTaskScheduleResource", WorkspaceApplicationTaskScheduleArgs.builder()
    .identifier("string")
    .workspaceId("string")
    .applicationKey("string")
    .modelVersion("string")
    .nextRunTimeMillis("string")
    .expectedDuration(0)
    .expectedDurationUnit("string")
    .description("string")
    .isBackfillEnabled(false)
    .isConcurrentAllowed(false)
    .isEnabled(false)
    .key("string")
    .configProviderDelegate("string")
    .name("string")
    .endTimeMillis("string")
    .numberOfRetries(0)
    .objectStatus(0)
    .objectVersion(0)
    .parentRef(WorkspaceApplicationTaskScheduleParentRefArgs.builder()
        .parent("string")
        .rootDocId("string")
        .build())
    .registryMetadata(WorkspaceApplicationTaskScheduleRegistryMetadataArgs.builder()
        .aggregatorKey("string")
        .isFavorite(false)
        .key("string")
        .labels("string")
        .registryVersion(0)
        .build())
    .retryDelay(0)
    .retryDelayUnit("string")
    .scheduleRef(WorkspaceApplicationTaskScheduleScheduleRefArgs.builder()
        .description("string")
        .frequencyDetails(WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs.builder()
            .modelType("string")
            .customExpression("string")
            .dayOfWeek("string")
            .days(0)
            .frequency("string")
            .interval(0)
            .time(WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs.builder()
                .hour(0)
                .minute(0)
                .second(0)
                .build())
            .weekOfMonth("string")
            .build())
        .identifier("string")
        .isDaylightAdjustmentEnabled(false)
        .key("string")
        .metadata(WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs.builder()
            .aggregator(WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs.builder()
                .description("string")
                .identifier("string")
                .key("string")
                .name("string")
                .type("string")
                .build())
            .aggregatorKey("string")
            .countStatistics(WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs.builder()
                .objectTypeCountLists(WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs.builder()
                    .objectCount("string")
                    .objectType("string")
                    .build())
                .build())
            .createdBy("string")
            .createdByName("string")
            .identifierPath("string")
            .infoFields(Map.of("string", "string"))
            .isFavorite(false)
            .labels("string")
            .registryVersion(0)
            .timeCreated("string")
            .timeUpdated("string")
            .updatedBy("string")
            .updatedByName("string")
            .build())
        .modelType("string")
        .modelVersion("string")
        .name("string")
        .objectStatus(0)
        .objectVersion(0)
        .parentRef(WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs.builder()
            .parent("string")
            .rootDocId("string")
            .build())
        .timezone("string")
        .build())
    .startTimeMillis("string")
    .authMode("string")
    .build());
Copy
workspace_application_task_schedule_resource = oci.data_integration.WorkspaceApplicationTaskSchedule("workspaceApplicationTaskScheduleResource",
    identifier="string",
    workspace_id="string",
    application_key="string",
    model_version="string",
    next_run_time_millis="string",
    expected_duration=0,
    expected_duration_unit="string",
    description="string",
    is_backfill_enabled=False,
    is_concurrent_allowed=False,
    is_enabled=False,
    key="string",
    config_provider_delegate="string",
    name="string",
    end_time_millis="string",
    number_of_retries=0,
    object_status=0,
    object_version=0,
    parent_ref={
        "parent": "string",
        "root_doc_id": "string",
    },
    registry_metadata={
        "aggregator_key": "string",
        "is_favorite": False,
        "key": "string",
        "labels": ["string"],
        "registry_version": 0,
    },
    retry_delay=0,
    retry_delay_unit="string",
    schedule_ref={
        "description": "string",
        "frequency_details": {
            "model_type": "string",
            "custom_expression": "string",
            "day_of_week": "string",
            "days": [0],
            "frequency": "string",
            "interval": 0,
            "time": {
                "hour": 0,
                "minute": 0,
                "second": 0,
            },
            "week_of_month": "string",
        },
        "identifier": "string",
        "is_daylight_adjustment_enabled": False,
        "key": "string",
        "metadata": {
            "aggregator": {
                "description": "string",
                "identifier": "string",
                "key": "string",
                "name": "string",
                "type": "string",
            },
            "aggregator_key": "string",
            "count_statistics": {
                "object_type_count_lists": [{
                    "object_count": "string",
                    "object_type": "string",
                }],
            },
            "created_by": "string",
            "created_by_name": "string",
            "identifier_path": "string",
            "info_fields": {
                "string": "string",
            },
            "is_favorite": False,
            "labels": ["string"],
            "registry_version": 0,
            "time_created": "string",
            "time_updated": "string",
            "updated_by": "string",
            "updated_by_name": "string",
        },
        "model_type": "string",
        "model_version": "string",
        "name": "string",
        "object_status": 0,
        "object_version": 0,
        "parent_ref": {
            "parent": "string",
            "root_doc_id": "string",
        },
        "timezone": "string",
    },
    start_time_millis="string",
    auth_mode="string")
Copy
const workspaceApplicationTaskScheduleResource = new oci.dataintegration.WorkspaceApplicationTaskSchedule("workspaceApplicationTaskScheduleResource", {
    identifier: "string",
    workspaceId: "string",
    applicationKey: "string",
    modelVersion: "string",
    nextRunTimeMillis: "string",
    expectedDuration: 0,
    expectedDurationUnit: "string",
    description: "string",
    isBackfillEnabled: false,
    isConcurrentAllowed: false,
    isEnabled: false,
    key: "string",
    configProviderDelegate: "string",
    name: "string",
    endTimeMillis: "string",
    numberOfRetries: 0,
    objectStatus: 0,
    objectVersion: 0,
    parentRef: {
        parent: "string",
        rootDocId: "string",
    },
    registryMetadata: {
        aggregatorKey: "string",
        isFavorite: false,
        key: "string",
        labels: ["string"],
        registryVersion: 0,
    },
    retryDelay: 0,
    retryDelayUnit: "string",
    scheduleRef: {
        description: "string",
        frequencyDetails: {
            modelType: "string",
            customExpression: "string",
            dayOfWeek: "string",
            days: [0],
            frequency: "string",
            interval: 0,
            time: {
                hour: 0,
                minute: 0,
                second: 0,
            },
            weekOfMonth: "string",
        },
        identifier: "string",
        isDaylightAdjustmentEnabled: false,
        key: "string",
        metadata: {
            aggregator: {
                description: "string",
                identifier: "string",
                key: "string",
                name: "string",
                type: "string",
            },
            aggregatorKey: "string",
            countStatistics: {
                objectTypeCountLists: [{
                    objectCount: "string",
                    objectType: "string",
                }],
            },
            createdBy: "string",
            createdByName: "string",
            identifierPath: "string",
            infoFields: {
                string: "string",
            },
            isFavorite: false,
            labels: ["string"],
            registryVersion: 0,
            timeCreated: "string",
            timeUpdated: "string",
            updatedBy: "string",
            updatedByName: "string",
        },
        modelType: "string",
        modelVersion: "string",
        name: "string",
        objectStatus: 0,
        objectVersion: 0,
        parentRef: {
            parent: "string",
            rootDocId: "string",
        },
        timezone: "string",
    },
    startTimeMillis: "string",
    authMode: "string",
});
Copy
type: oci:DataIntegration:WorkspaceApplicationTaskSchedule
properties:
    applicationKey: string
    authMode: string
    configProviderDelegate: string
    description: string
    endTimeMillis: string
    expectedDuration: 0
    expectedDurationUnit: string
    identifier: string
    isBackfillEnabled: false
    isConcurrentAllowed: false
    isEnabled: false
    key: string
    modelVersion: string
    name: string
    nextRunTimeMillis: string
    numberOfRetries: 0
    objectStatus: 0
    objectVersion: 0
    parentRef:
        parent: string
        rootDocId: string
    registryMetadata:
        aggregatorKey: string
        isFavorite: false
        key: string
        labels:
            - string
        registryVersion: 0
    retryDelay: 0
    retryDelayUnit: string
    scheduleRef:
        description: string
        frequencyDetails:
            customExpression: string
            dayOfWeek: string
            days:
                - 0
            frequency: string
            interval: 0
            modelType: string
            time:
                hour: 0
                minute: 0
                second: 0
            weekOfMonth: string
        identifier: string
        isDaylightAdjustmentEnabled: false
        key: string
        metadata:
            aggregator:
                description: string
                identifier: string
                key: string
                name: string
                type: string
            aggregatorKey: string
            countStatistics:
                objectTypeCountLists:
                    - objectCount: string
                      objectType: string
            createdBy: string
            createdByName: string
            identifierPath: string
            infoFields:
                string: string
            isFavorite: false
            labels:
                - string
            registryVersion: 0
            timeCreated: string
            timeUpdated: string
            updatedBy: string
            updatedByName: string
        modelType: string
        modelVersion: string
        name: string
        objectStatus: 0
        objectVersion: 0
        parentRef:
            parent: string
            rootDocId: string
        timezone: string
    startTimeMillis: string
    workspaceId: string
Copy

WorkspaceApplicationTaskSchedule Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The WorkspaceApplicationTaskSchedule resource accepts the following input properties:

ApplicationKey
This property is required.
Changes to this property will trigger replacement.
string
The application key.
Identifier This property is required. string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
WorkspaceId
This property is required.
Changes to this property will trigger replacement.
string

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

AuthMode string
(Updatable) The authorization mode for the task.
ConfigProviderDelegate string
(Updatable) The information about the configuration provider.
Description string
(Updatable) Detailed description for the object.
EndTimeMillis string
(Updatable) The end time in milliseconds.
ExpectedDuration double
(Updatable) The expected duration of the task execution.
ExpectedDurationUnit string
(Updatable) The expected duration unit of the task execution.
IsBackfillEnabled bool
(Updatable) Whether the backfill is enabled.
IsConcurrentAllowed bool
(Updatable) Whether the same task can be executed concurrently.
IsEnabled bool
(Updatable) Whether the task schedule is enabled.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
NextRunTimeMillis string
NumberOfRetries int
(Updatable) The number of retries.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentRef WorkspaceApplicationTaskScheduleParentRef
(Updatable) A reference to the object's parent.
RegistryMetadata WorkspaceApplicationTaskScheduleRegistryMetadata
(Updatable) Information about the object and its parent.
RetryDelay double
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
RetryDelayUnit string
(Updatable) The unit for the retry delay.
ScheduleRef WorkspaceApplicationTaskScheduleScheduleRef
(Updatable) The schedule object
StartTimeMillis string
(Updatable) The start time in milliseconds.
ApplicationKey
This property is required.
Changes to this property will trigger replacement.
string
The application key.
Identifier This property is required. string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
WorkspaceId
This property is required.
Changes to this property will trigger replacement.
string

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

AuthMode string
(Updatable) The authorization mode for the task.
ConfigProviderDelegate string
(Updatable) The information about the configuration provider.
Description string
(Updatable) Detailed description for the object.
EndTimeMillis string
(Updatable) The end time in milliseconds.
ExpectedDuration float64
(Updatable) The expected duration of the task execution.
ExpectedDurationUnit string
(Updatable) The expected duration unit of the task execution.
IsBackfillEnabled bool
(Updatable) Whether the backfill is enabled.
IsConcurrentAllowed bool
(Updatable) Whether the same task can be executed concurrently.
IsEnabled bool
(Updatable) Whether the task schedule is enabled.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
NextRunTimeMillis string
NumberOfRetries int
(Updatable) The number of retries.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentRef WorkspaceApplicationTaskScheduleParentRefArgs
(Updatable) A reference to the object's parent.
RegistryMetadata WorkspaceApplicationTaskScheduleRegistryMetadataArgs
(Updatable) Information about the object and its parent.
RetryDelay float64
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
RetryDelayUnit string
(Updatable) The unit for the retry delay.
ScheduleRef WorkspaceApplicationTaskScheduleScheduleRefArgs
(Updatable) The schedule object
StartTimeMillis string
(Updatable) The start time in milliseconds.
applicationKey
This property is required.
Changes to this property will trigger replacement.
String
The application key.
identifier This property is required. String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
workspaceId
This property is required.
Changes to this property will trigger replacement.
String

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

authMode String
(Updatable) The authorization mode for the task.
configProviderDelegate String
(Updatable) The information about the configuration provider.
description String
(Updatable) Detailed description for the object.
endTimeMillis String
(Updatable) The end time in milliseconds.
expectedDuration Double
(Updatable) The expected duration of the task execution.
expectedDurationUnit String
(Updatable) The expected duration unit of the task execution.
isBackfillEnabled Boolean
(Updatable) Whether the backfill is enabled.
isConcurrentAllowed Boolean
(Updatable) Whether the same task can be executed concurrently.
isEnabled Boolean
(Updatable) Whether the task schedule is enabled.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
nextRunTimeMillis String
numberOfRetries Integer
(Updatable) The number of retries.
objectStatus Integer
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Integer
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef WorkspaceApplicationTaskScheduleParentRef
(Updatable) A reference to the object's parent.
registryMetadata WorkspaceApplicationTaskScheduleRegistryMetadata
(Updatable) Information about the object and its parent.
retryDelay Double
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retryDelayUnit String
(Updatable) The unit for the retry delay.
scheduleRef WorkspaceApplicationTaskScheduleScheduleRef
(Updatable) The schedule object
startTimeMillis String
(Updatable) The start time in milliseconds.
applicationKey
This property is required.
Changes to this property will trigger replacement.
string
The application key.
identifier This property is required. string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
workspaceId
This property is required.
Changes to this property will trigger replacement.
string

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

authMode string
(Updatable) The authorization mode for the task.
configProviderDelegate string
(Updatable) The information about the configuration provider.
description string
(Updatable) Detailed description for the object.
endTimeMillis string
(Updatable) The end time in milliseconds.
expectedDuration number
(Updatable) The expected duration of the task execution.
expectedDurationUnit string
(Updatable) The expected duration unit of the task execution.
isBackfillEnabled boolean
(Updatable) Whether the backfill is enabled.
isConcurrentAllowed boolean
(Updatable) Whether the same task can be executed concurrently.
isEnabled boolean
(Updatable) Whether the task schedule is enabled.
key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
modelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name string
(Updatable) 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.
nextRunTimeMillis string
numberOfRetries number
(Updatable) The number of retries.
objectStatus number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef WorkspaceApplicationTaskScheduleParentRef
(Updatable) A reference to the object's parent.
registryMetadata WorkspaceApplicationTaskScheduleRegistryMetadata
(Updatable) Information about the object and its parent.
retryDelay number
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retryDelayUnit string
(Updatable) The unit for the retry delay.
scheduleRef WorkspaceApplicationTaskScheduleScheduleRef
(Updatable) The schedule object
startTimeMillis string
(Updatable) The start time in milliseconds.
application_key
This property is required.
Changes to this property will trigger replacement.
str
The application key.
identifier This property is required. str
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
workspace_id
This property is required.
Changes to this property will trigger replacement.
str

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

auth_mode str
(Updatable) The authorization mode for the task.
config_provider_delegate str
(Updatable) The information about the configuration provider.
description str
(Updatable) Detailed description for the object.
end_time_millis str
(Updatable) The end time in milliseconds.
expected_duration float
(Updatable) The expected duration of the task execution.
expected_duration_unit str
(Updatable) The expected duration unit of the task execution.
is_backfill_enabled bool
(Updatable) Whether the backfill is enabled.
is_concurrent_allowed bool
(Updatable) Whether the same task can be executed concurrently.
is_enabled bool
(Updatable) Whether the task schedule is enabled.
key str
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
model_version str
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name str
(Updatable) 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_time_millis str
number_of_retries int
(Updatable) The number of retries.
object_status int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
object_version int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parent_ref dataintegration.WorkspaceApplicationTaskScheduleParentRefArgs
(Updatable) A reference to the object's parent.
registry_metadata dataintegration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs
(Updatable) Information about the object and its parent.
retry_delay float
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retry_delay_unit str
(Updatable) The unit for the retry delay.
schedule_ref dataintegration.WorkspaceApplicationTaskScheduleScheduleRefArgs
(Updatable) The schedule object
start_time_millis str
(Updatable) The start time in milliseconds.
applicationKey
This property is required.
Changes to this property will trigger replacement.
String
The application key.
identifier This property is required. String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
workspaceId
This property is required.
Changes to this property will trigger replacement.
String

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

authMode String
(Updatable) The authorization mode for the task.
configProviderDelegate String
(Updatable) The information about the configuration provider.
description String
(Updatable) Detailed description for the object.
endTimeMillis String
(Updatable) The end time in milliseconds.
expectedDuration Number
(Updatable) The expected duration of the task execution.
expectedDurationUnit String
(Updatable) The expected duration unit of the task execution.
isBackfillEnabled Boolean
(Updatable) Whether the backfill is enabled.
isConcurrentAllowed Boolean
(Updatable) Whether the same task can be executed concurrently.
isEnabled Boolean
(Updatable) Whether the task schedule is enabled.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
nextRunTimeMillis String
numberOfRetries Number
(Updatable) The number of retries.
objectStatus Number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef Property Map
(Updatable) A reference to the object's parent.
registryMetadata Property Map
(Updatable) Information about the object and its parent.
retryDelay Number
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retryDelayUnit String
(Updatable) The unit for the retry delay.
scheduleRef Property Map
(Updatable) The schedule object
startTimeMillis String
(Updatable) The start time in milliseconds.

Outputs

All input properties are implicitly available as output properties. Additionally, the WorkspaceApplicationTaskSchedule resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
LastRunDetails List<WorkspaceApplicationTaskScheduleLastRunDetail>
The last run details for the task run.
Metadatas List<WorkspaceApplicationTaskScheduleMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
The type of the object.
RetryAttempts int
The number of retry attempts.
Id string
The provider-assigned unique ID for this managed resource.
LastRunDetails []WorkspaceApplicationTaskScheduleLastRunDetail
The last run details for the task run.
Metadatas []WorkspaceApplicationTaskScheduleMetadata
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
The type of the object.
RetryAttempts int
The number of retry attempts.
id String
The provider-assigned unique ID for this managed resource.
lastRunDetails List<WorkspaceApplicationTaskScheduleLastRunDetail>
The last run details for the task run.
metadatas List<WorkspaceApplicationTaskScheduleMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType String
The type of the object.
retryAttempts Integer
The number of retry attempts.
id string
The provider-assigned unique ID for this managed resource.
lastRunDetails WorkspaceApplicationTaskScheduleLastRunDetail[]
The last run details for the task run.
metadatas WorkspaceApplicationTaskScheduleMetadata[]
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType string
The type of the object.
retryAttempts number
The number of retry attempts.
id str
The provider-assigned unique ID for this managed resource.
last_run_details Sequence[dataintegration.WorkspaceApplicationTaskScheduleLastRunDetail]
The last run details for the task run.
metadatas Sequence[dataintegration.WorkspaceApplicationTaskScheduleMetadata]
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.
retry_attempts int
The number of retry attempts.
id String
The provider-assigned unique ID for this managed resource.
lastRunDetails List<Property Map>
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.
modelType String
The type of the object.
retryAttempts Number
The number of retry attempts.

Look up Existing WorkspaceApplicationTaskSchedule Resource

Get an existing WorkspaceApplicationTaskSchedule resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: WorkspaceApplicationTaskScheduleState, opts?: CustomResourceOptions): WorkspaceApplicationTaskSchedule
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        application_key: Optional[str] = None,
        auth_mode: Optional[str] = None,
        config_provider_delegate: Optional[str] = None,
        description: Optional[str] = None,
        end_time_millis: Optional[str] = None,
        expected_duration: Optional[float] = None,
        expected_duration_unit: Optional[str] = None,
        identifier: Optional[str] = None,
        is_backfill_enabled: Optional[bool] = None,
        is_concurrent_allowed: Optional[bool] = None,
        is_enabled: Optional[bool] = None,
        key: Optional[str] = None,
        last_run_details: Optional[Sequence[_dataintegration.WorkspaceApplicationTaskScheduleLastRunDetailArgs]] = None,
        metadatas: Optional[Sequence[_dataintegration.WorkspaceApplicationTaskScheduleMetadataArgs]] = None,
        model_type: Optional[str] = None,
        model_version: Optional[str] = None,
        name: Optional[str] = None,
        next_run_time_millis: Optional[str] = None,
        number_of_retries: Optional[int] = None,
        object_status: Optional[int] = None,
        object_version: Optional[int] = None,
        parent_ref: Optional[_dataintegration.WorkspaceApplicationTaskScheduleParentRefArgs] = None,
        registry_metadata: Optional[_dataintegration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs] = None,
        retry_attempts: Optional[int] = None,
        retry_delay: Optional[float] = None,
        retry_delay_unit: Optional[str] = None,
        schedule_ref: Optional[_dataintegration.WorkspaceApplicationTaskScheduleScheduleRefArgs] = None,
        start_time_millis: Optional[str] = None,
        workspace_id: Optional[str] = None) -> WorkspaceApplicationTaskSchedule
func GetWorkspaceApplicationTaskSchedule(ctx *Context, name string, id IDInput, state *WorkspaceApplicationTaskScheduleState, opts ...ResourceOption) (*WorkspaceApplicationTaskSchedule, error)
public static WorkspaceApplicationTaskSchedule Get(string name, Input<string> id, WorkspaceApplicationTaskScheduleState? state, CustomResourceOptions? opts = null)
public static WorkspaceApplicationTaskSchedule get(String name, Output<String> id, WorkspaceApplicationTaskScheduleState state, CustomResourceOptions options)
resources:  _:    type: oci:DataIntegration:WorkspaceApplicationTaskSchedule    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
ApplicationKey Changes to this property will trigger replacement. string
The application key.
AuthMode string
(Updatable) The authorization mode for the task.
ConfigProviderDelegate string
(Updatable) The information about the configuration provider.
Description string
(Updatable) Detailed description for the object.
EndTimeMillis string
(Updatable) The end time in milliseconds.
ExpectedDuration double
(Updatable) The expected duration of the task execution.
ExpectedDurationUnit string
(Updatable) The expected duration unit of the task execution.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
IsBackfillEnabled bool
(Updatable) Whether the backfill is enabled.
IsConcurrentAllowed bool
(Updatable) Whether the same task can be executed concurrently.
IsEnabled bool
(Updatable) Whether the task schedule is enabled.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
LastRunDetails List<WorkspaceApplicationTaskScheduleLastRunDetail>
The last run details for the task run.
Metadatas List<WorkspaceApplicationTaskScheduleMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
The type of the object.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
NextRunTimeMillis string
NumberOfRetries int
(Updatable) The number of retries.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentRef WorkspaceApplicationTaskScheduleParentRef
(Updatable) A reference to the object's parent.
RegistryMetadata WorkspaceApplicationTaskScheduleRegistryMetadata
(Updatable) Information about the object and its parent.
RetryAttempts int
The number of retry attempts.
RetryDelay double
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
RetryDelayUnit string
(Updatable) The unit for the retry delay.
ScheduleRef WorkspaceApplicationTaskScheduleScheduleRef
(Updatable) The schedule object
StartTimeMillis string
(Updatable) The start time in milliseconds.
WorkspaceId Changes to this property will trigger replacement. string

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

ApplicationKey Changes to this property will trigger replacement. string
The application key.
AuthMode string
(Updatable) The authorization mode for the task.
ConfigProviderDelegate string
(Updatable) The information about the configuration provider.
Description string
(Updatable) Detailed description for the object.
EndTimeMillis string
(Updatable) The end time in milliseconds.
ExpectedDuration float64
(Updatable) The expected duration of the task execution.
ExpectedDurationUnit string
(Updatable) The expected duration unit of the task execution.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
IsBackfillEnabled bool
(Updatable) Whether the backfill is enabled.
IsConcurrentAllowed bool
(Updatable) Whether the same task can be executed concurrently.
IsEnabled bool
(Updatable) Whether the task schedule is enabled.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
LastRunDetails []WorkspaceApplicationTaskScheduleLastRunDetailArgs
The last run details for the task run.
Metadatas []WorkspaceApplicationTaskScheduleMetadataArgs
A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
The type of the object.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
NextRunTimeMillis string
NumberOfRetries int
(Updatable) The number of retries.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentRef WorkspaceApplicationTaskScheduleParentRefArgs
(Updatable) A reference to the object's parent.
RegistryMetadata WorkspaceApplicationTaskScheduleRegistryMetadataArgs
(Updatable) Information about the object and its parent.
RetryAttempts int
The number of retry attempts.
RetryDelay float64
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
RetryDelayUnit string
(Updatable) The unit for the retry delay.
ScheduleRef WorkspaceApplicationTaskScheduleScheduleRefArgs
(Updatable) The schedule object
StartTimeMillis string
(Updatable) The start time in milliseconds.
WorkspaceId Changes to this property will trigger replacement. string

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

applicationKey Changes to this property will trigger replacement. String
The application key.
authMode String
(Updatable) The authorization mode for the task.
configProviderDelegate String
(Updatable) The information about the configuration provider.
description String
(Updatable) Detailed description for the object.
endTimeMillis String
(Updatable) The end time in milliseconds.
expectedDuration Double
(Updatable) The expected duration of the task execution.
expectedDurationUnit String
(Updatable) The expected duration unit of the task execution.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
isBackfillEnabled Boolean
(Updatable) Whether the backfill is enabled.
isConcurrentAllowed Boolean
(Updatable) Whether the same task can be executed concurrently.
isEnabled Boolean
(Updatable) Whether the task schedule is enabled.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
lastRunDetails List<WorkspaceApplicationTaskScheduleLastRunDetail>
The last run details for the task run.
metadatas List<WorkspaceApplicationTaskScheduleMetadata>
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType String
The type of the object.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
nextRunTimeMillis String
numberOfRetries Integer
(Updatable) The number of retries.
objectStatus Integer
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Integer
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef WorkspaceApplicationTaskScheduleParentRef
(Updatable) A reference to the object's parent.
registryMetadata WorkspaceApplicationTaskScheduleRegistryMetadata
(Updatable) Information about the object and its parent.
retryAttempts Integer
The number of retry attempts.
retryDelay Double
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retryDelayUnit String
(Updatable) The unit for the retry delay.
scheduleRef WorkspaceApplicationTaskScheduleScheduleRef
(Updatable) The schedule object
startTimeMillis String
(Updatable) The start time in milliseconds.
workspaceId Changes to this property will trigger replacement. String

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

applicationKey Changes to this property will trigger replacement. string
The application key.
authMode string
(Updatable) The authorization mode for the task.
configProviderDelegate string
(Updatable) The information about the configuration provider.
description string
(Updatable) Detailed description for the object.
endTimeMillis string
(Updatable) The end time in milliseconds.
expectedDuration number
(Updatable) The expected duration of the task execution.
expectedDurationUnit string
(Updatable) The expected duration unit of the task execution.
identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
isBackfillEnabled boolean
(Updatable) Whether the backfill is enabled.
isConcurrentAllowed boolean
(Updatable) Whether the same task can be executed concurrently.
isEnabled boolean
(Updatable) Whether the task schedule is enabled.
key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
lastRunDetails WorkspaceApplicationTaskScheduleLastRunDetail[]
The last run details for the task run.
metadatas WorkspaceApplicationTaskScheduleMetadata[]
A summary type containing information about the object including its key, name and when/who created/updated it.
modelType string
The type of the object.
modelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name string
(Updatable) 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.
nextRunTimeMillis string
numberOfRetries number
(Updatable) The number of retries.
objectStatus number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef WorkspaceApplicationTaskScheduleParentRef
(Updatable) A reference to the object's parent.
registryMetadata WorkspaceApplicationTaskScheduleRegistryMetadata
(Updatable) Information about the object and its parent.
retryAttempts number
The number of retry attempts.
retryDelay number
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retryDelayUnit string
(Updatable) The unit for the retry delay.
scheduleRef WorkspaceApplicationTaskScheduleScheduleRef
(Updatable) The schedule object
startTimeMillis string
(Updatable) The start time in milliseconds.
workspaceId Changes to this property will trigger replacement. string

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

application_key Changes to this property will trigger replacement. str
The application key.
auth_mode str
(Updatable) The authorization mode for the task.
config_provider_delegate str
(Updatable) The information about the configuration provider.
description str
(Updatable) Detailed description for the object.
end_time_millis str
(Updatable) The end time in milliseconds.
expected_duration float
(Updatable) The expected duration of the task execution.
expected_duration_unit str
(Updatable) The expected duration unit of the task execution.
identifier str
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
is_backfill_enabled bool
(Updatable) Whether the backfill is enabled.
is_concurrent_allowed bool
(Updatable) Whether the same task can be executed concurrently.
is_enabled bool
(Updatable) Whether the task schedule is enabled.
key str
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
last_run_details Sequence[dataintegration.WorkspaceApplicationTaskScheduleLastRunDetailArgs]
The last run details for the task run.
metadatas Sequence[dataintegration.WorkspaceApplicationTaskScheduleMetadataArgs]
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
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name str
(Updatable) 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_time_millis str
number_of_retries int
(Updatable) The number of retries.
object_status int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
object_version int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parent_ref dataintegration.WorkspaceApplicationTaskScheduleParentRefArgs
(Updatable) A reference to the object's parent.
registry_metadata dataintegration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs
(Updatable) Information about the object and its parent.
retry_attempts int
The number of retry attempts.
retry_delay float
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retry_delay_unit str
(Updatable) The unit for the retry delay.
schedule_ref dataintegration.WorkspaceApplicationTaskScheduleScheduleRefArgs
(Updatable) The schedule object
start_time_millis str
(Updatable) The start time in milliseconds.
workspace_id Changes to this property will trigger replacement. str

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

applicationKey Changes to this property will trigger replacement. String
The application key.
authMode String
(Updatable) The authorization mode for the task.
configProviderDelegate String
(Updatable) The information about the configuration provider.
description String
(Updatable) Detailed description for the object.
endTimeMillis String
(Updatable) The end time in milliseconds.
expectedDuration Number
(Updatable) The expected duration of the task execution.
expectedDurationUnit String
(Updatable) The expected duration unit of the task execution.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
isBackfillEnabled Boolean
(Updatable) Whether the backfill is enabled.
isConcurrentAllowed Boolean
(Updatable) Whether the same task can be executed concurrently.
isEnabled Boolean
(Updatable) Whether the task schedule is enabled.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
lastRunDetails List<Property Map>
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.
modelType String
The type of the object.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
nextRunTimeMillis String
numberOfRetries Number
(Updatable) The number of retries.
objectStatus Number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef Property Map
(Updatable) A reference to the object's parent.
registryMetadata Property Map
(Updatable) Information about the object and its parent.
retryAttempts Number
The number of retry attempts.
retryDelay Number
(Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
retryDelayUnit String
(Updatable) The unit for the retry delay.
scheduleRef Property Map
(Updatable) The schedule object
startTimeMillis String
(Updatable) The start time in milliseconds.
workspaceId Changes to this property will trigger replacement. String

The workspace ID.

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Supporting Types

WorkspaceApplicationTaskScheduleLastRunDetail
, WorkspaceApplicationTaskScheduleLastRunDetailArgs

Description string
(Updatable) Detailed description for the object.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
LastRunTimeMillis string
Time in milliseconds for the pervious schedule.
ModelType string
The type of the object.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentReves List<WorkspaceApplicationTaskScheduleLastRunDetailParentRef>
(Updatable) A reference to the object's parent.
Description string
(Updatable) Detailed description for the object.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
LastRunTimeMillis string
Time in milliseconds for the pervious schedule.
ModelType string
The type of the object.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentReves []WorkspaceApplicationTaskScheduleLastRunDetailParentRef
(Updatable) A reference to the object's parent.
description String
(Updatable) Detailed description for the object.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
lastRunTimeMillis String
Time in milliseconds for the pervious schedule.
modelType String
The type of the object.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
objectStatus Integer
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Integer
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentReves List<WorkspaceApplicationTaskScheduleLastRunDetailParentRef>
(Updatable) A reference to the object's parent.
description string
(Updatable) Detailed description for the object.
identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
lastRunTimeMillis string
Time in milliseconds for the pervious schedule.
modelType string
The type of the object.
modelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name string
(Updatable) 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.
objectStatus number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentReves WorkspaceApplicationTaskScheduleLastRunDetailParentRef[]
(Updatable) A reference to the object's parent.
description str
(Updatable) Detailed description for the object.
identifier str
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key str
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
last_run_time_millis str
Time in milliseconds for the pervious schedule.
model_type str
The type of the object.
model_version str
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name str
(Updatable) 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
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
object_version int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parent_reves Sequence[dataintegration.WorkspaceApplicationTaskScheduleLastRunDetailParentRef]
(Updatable) A reference to the object's parent.
description String
(Updatable) Detailed description for the object.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
lastRunTimeMillis String
Time in milliseconds for the pervious schedule.
modelType String
The type of the object.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
objectStatus Number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentReves List<Property Map>
(Updatable) A reference to the object's parent.

WorkspaceApplicationTaskScheduleLastRunDetailParentRef
, WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgs

Parent string
(Updatable) Key of the parent object.
RootDocId string
(Updatable) Key of the root document object.
Parent string
(Updatable) Key of the parent object.
RootDocId string
(Updatable) Key of the root document object.
parent String
(Updatable) Key of the parent object.
rootDocId String
(Updatable) Key of the root document object.
parent string
(Updatable) Key of the parent object.
rootDocId string
(Updatable) Key of the root document object.
parent str
(Updatable) Key of the parent object.
root_doc_id str
(Updatable) Key of the root document object.
parent String
(Updatable) Key of the parent object.
rootDocId String
(Updatable) Key of the root document object.

WorkspaceApplicationTaskScheduleMetadata
, WorkspaceApplicationTaskScheduleMetadataArgs

AggregatorKey string
The owning object key for this object.
Aggregators List<WorkspaceApplicationTaskScheduleMetadataAggregator>
A summary type containing information about the object's aggregator including its type, key, name and description.
CountStatistics List<WorkspaceApplicationTaskScheduleMetadataCountStatistic>
A count statistics.
CreatedBy string
The user that created the object.
CreatedByName string
The user that created the object.
IdentifierPath string
The full path to identify this object.
InfoFields Dictionary<string, string>
Information property fields.
IsFavorite 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.
RegistryVersion int
The registry version of the object.
TimeCreated string
The date and time that the object was created.
TimeUpdated string
The date and time that the object was updated.
UpdatedBy string
The user that updated the object.
UpdatedByName string
The user that updated the object.
AggregatorKey string
The owning object key for this object.
Aggregators []WorkspaceApplicationTaskScheduleMetadataAggregator
A summary type containing information about the object's aggregator including its type, key, name and description.
CountStatistics []WorkspaceApplicationTaskScheduleMetadataCountStatistic
A count statistics.
CreatedBy string
The user that created the object.
CreatedByName string
The user that created the object.
IdentifierPath string
The full path to identify this object.
InfoFields map[string]string
Information property fields.
IsFavorite 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.
RegistryVersion int
The registry version of the object.
TimeCreated string
The date and time that the object was created.
TimeUpdated string
The date and time that the object was updated.
UpdatedBy string
The user that updated the object.
UpdatedByName string
The user that updated the object.
aggregatorKey String
The owning object key for this object.
aggregators List<WorkspaceApplicationTaskScheduleMetadataAggregator>
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics List<WorkspaceApplicationTaskScheduleMetadataCountStatistic>
A count statistics.
createdBy String
The user that created the object.
createdByName String
The user that created the object.
identifierPath String
The full path to identify this object.
infoFields Map<String,String>
Information property fields.
isFavorite 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.
registryVersion Integer
The registry version of the object.
timeCreated String
The date and time that the object was created.
timeUpdated String
The date and time that the object was updated.
updatedBy String
The user that updated the object.
updatedByName String
The user that updated the object.
aggregatorKey string
The owning object key for this object.
aggregators WorkspaceApplicationTaskScheduleMetadataAggregator[]
A summary type containing information about the object's aggregator including its type, key, name and description.
countStatistics WorkspaceApplicationTaskScheduleMetadataCountStatistic[]
A count statistics.
createdBy string
The user that created the object.
createdByName string
The user that created the object.
identifierPath string
The full path to identify this object.
infoFields {[key: string]: string}
Information property fields.
isFavorite 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.
registryVersion number
The registry version of the object.
timeCreated string
The date and time that the object was created.
timeUpdated string
The date and time that the object was updated.
updatedBy string
The user that updated the object.
updatedByName string
The user that updated the object.
aggregator_key str
The owning object key for this object.
aggregators Sequence[dataintegration.WorkspaceApplicationTaskScheduleMetadataAggregator]
A summary type containing information about the object's aggregator including its type, key, name and description.
count_statistics Sequence[dataintegration.WorkspaceApplicationTaskScheduleMetadataCountStatistic]
A count statistics.
created_by str
The user that created the object.
created_by_name str
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_name str
The user that updated the object.
aggregatorKey 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.
countStatistics List<Property Map>
A count statistics.
createdBy String
The user that created the object.
createdByName String
The user that created the object.
identifierPath String
The full path to identify this object.
infoFields Map<String>
Information property fields.
isFavorite 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.
registryVersion Number
The registry version of the object.
timeCreated String
The date and time that the object was created.
timeUpdated String
The date and time that the object was updated.
updatedBy String
The user that updated the object.
updatedByName String
The user that updated the object.

WorkspaceApplicationTaskScheduleMetadataAggregator
, WorkspaceApplicationTaskScheduleMetadataAggregatorArgs

Description string
(Updatable) Detailed description for the object.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
Name string
(Updatable) 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
(Updatable) Detailed description for the object.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
Name string
(Updatable) 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
(Updatable) Detailed description for the object.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
name String
(Updatable) 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
(Updatable) Detailed description for the object.
identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key string
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
name string
(Updatable) 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
(Updatable) Detailed description for the object.
identifier str
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key str
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
name str
(Updatable) 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
(Updatable) Detailed description for the object.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
key String
(Updatable) Generated key that can be used in API calls to identify taskSchedule. On scenarios where reference to the taskSchedule is needed, a value can be passed in create.
name String
(Updatable) 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.

WorkspaceApplicationTaskScheduleMetadataCountStatistic
, WorkspaceApplicationTaskScheduleMetadataCountStatisticArgs

WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList
, WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs

ObjectCount string
The value for the count statistic object.
ObjectType string
The type of object for the count statistic object.
ObjectCount string
The value for the count statistic object.
ObjectType string
The type of object for the count statistic object.
objectCount String
The value for the count statistic object.
objectType String
The type of object for the count statistic object.
objectCount string
The value for the count statistic object.
objectType 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.
objectCount String
The value for the count statistic object.
objectType String
The type of object for the count statistic object.

WorkspaceApplicationTaskScheduleParentRef
, WorkspaceApplicationTaskScheduleParentRefArgs

Parent string
(Updatable) Key of the parent object.
RootDocId string
(Updatable) Key of the root document object.
Parent string
(Updatable) Key of the parent object.
RootDocId string
(Updatable) Key of the root document object.
parent String
(Updatable) Key of the parent object.
rootDocId String
(Updatable) Key of the root document object.
parent string
(Updatable) Key of the parent object.
rootDocId string
(Updatable) Key of the root document object.
parent str
(Updatable) Key of the parent object.
root_doc_id str
(Updatable) Key of the root document object.
parent String
(Updatable) Key of the parent object.
rootDocId String
(Updatable) Key of the root document object.

WorkspaceApplicationTaskScheduleRegistryMetadata
, WorkspaceApplicationTaskScheduleRegistryMetadataArgs

AggregatorKey string
(Updatable) The owning object's key for this object.
IsFavorite bool
(Updatable) Specifies whether this object is a favorite or not.
Key string
(Updatable) The identifying key for the object.
Labels List<string>
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
RegistryVersion int
(Updatable) The registry version.
AggregatorKey string
(Updatable) The owning object's key for this object.
IsFavorite bool
(Updatable) Specifies whether this object is a favorite or not.
Key string
(Updatable) The identifying key for the object.
Labels []string
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
RegistryVersion int
(Updatable) The registry version.
aggregatorKey String
(Updatable) The owning object's key for this object.
isFavorite Boolean
(Updatable) Specifies whether this object is a favorite or not.
key String
(Updatable) The identifying key for the object.
labels List<String>
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion Integer
(Updatable) The registry version.
aggregatorKey string
(Updatable) The owning object's key for this object.
isFavorite boolean
(Updatable) Specifies whether this object is a favorite or not.
key string
(Updatable) The identifying key for the object.
labels string[]
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion number
(Updatable) The registry version.
aggregator_key str
(Updatable) The owning object's key for this object.
is_favorite bool
(Updatable) Specifies whether this object is a favorite or not.
key str
(Updatable) The identifying key for the object.
labels Sequence[str]
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registry_version int
(Updatable) The registry version.
aggregatorKey String
(Updatable) The owning object's key for this object.
isFavorite Boolean
(Updatable) Specifies whether this object is a favorite or not.
key String
(Updatable) The identifying key for the object.
labels List<String>
(Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
registryVersion Number
(Updatable) The registry version.

WorkspaceApplicationTaskScheduleScheduleRef
, WorkspaceApplicationTaskScheduleScheduleRefArgs

Description string
(Updatable) Detailed description for the object.
FrequencyDetails WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails
(Updatable) The model that holds the frequency details.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
IsDaylightAdjustmentEnabled bool
(Updatable) A flag to indicate daylight saving.
Key string
(Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
Metadata WorkspaceApplicationTaskScheduleScheduleRefMetadata
(Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
(Updatable) The type of the object.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentRef WorkspaceApplicationTaskScheduleScheduleRefParentRef
(Updatable) A reference to the object's parent.
Timezone string
(Updatable) The timezone for the schedule.
Description string
(Updatable) Detailed description for the object.
FrequencyDetails WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails
(Updatable) The model that holds the frequency details.
Identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
IsDaylightAdjustmentEnabled bool
(Updatable) A flag to indicate daylight saving.
Key string
(Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
Metadata WorkspaceApplicationTaskScheduleScheduleRefMetadata
(Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
ModelType string
(Updatable) The type of the object.
ModelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
Name string
(Updatable) 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.
ObjectStatus int
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
ObjectVersion int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
ParentRef WorkspaceApplicationTaskScheduleScheduleRefParentRef
(Updatable) A reference to the object's parent.
Timezone string
(Updatable) The timezone for the schedule.
description String
(Updatable) Detailed description for the object.
frequencyDetails WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails
(Updatable) The model that holds the frequency details.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
isDaylightAdjustmentEnabled Boolean
(Updatable) A flag to indicate daylight saving.
key String
(Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
metadata WorkspaceApplicationTaskScheduleScheduleRefMetadata
(Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
modelType String
(Updatable) The type of the object.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
objectStatus Integer
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Integer
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef WorkspaceApplicationTaskScheduleScheduleRefParentRef
(Updatable) A reference to the object's parent.
timezone String
(Updatable) The timezone for the schedule.
description string
(Updatable) Detailed description for the object.
frequencyDetails WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails
(Updatable) The model that holds the frequency details.
identifier string
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
isDaylightAdjustmentEnabled boolean
(Updatable) A flag to indicate daylight saving.
key string
(Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
metadata WorkspaceApplicationTaskScheduleScheduleRefMetadata
(Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
modelType string
(Updatable) The type of the object.
modelVersion string
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name string
(Updatable) 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.
objectStatus number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef WorkspaceApplicationTaskScheduleScheduleRefParentRef
(Updatable) A reference to the object's parent.
timezone string
(Updatable) The timezone for the schedule.
description str
(Updatable) Detailed description for the object.
frequency_details dataintegration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails
(Updatable) The model that holds the frequency details.
identifier str
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
is_daylight_adjustment_enabled bool
(Updatable) A flag to indicate daylight saving.
key str
(Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
metadata dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadata
(Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
model_type str
(Updatable) The type of the object.
model_version str
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name str
(Updatable) 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
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
object_version int
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parent_ref dataintegration.WorkspaceApplicationTaskScheduleScheduleRefParentRef
(Updatable) A reference to the object's parent.
timezone str
(Updatable) The timezone for the schedule.
description String
(Updatable) Detailed description for the object.
frequencyDetails Property Map
(Updatable) The model that holds the frequency details.
identifier String
(Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
isDaylightAdjustmentEnabled Boolean
(Updatable) A flag to indicate daylight saving.
key String
(Updatable) Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create.
metadata Property Map
(Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
modelType String
(Updatable) The type of the object.
modelVersion String
(Updatable) This is a version number that is used by the service to upgrade objects if needed through releases of the service.
name String
(Updatable) 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.
objectStatus Number
(Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectVersion Number
(Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
parentRef Property Map
(Updatable) A reference to the object's parent.
timezone String
(Updatable) The timezone for the schedule.

WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails
, WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs

ModelType This property is required. string
(Updatable) The type of the model
CustomExpression string
(Updatable) 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.)
DayOfWeek string
(Updatable) This holds the day of the week on which the schedule should be triggered.
Days List<int>
(Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
Frequency string
(Updatable) the frequency of the schedule.
Interval int
(Updatable) 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.
Time WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime
(Updatable) A model to hold time in hour:minute:second format.
WeekOfMonth string
(Updatable) This holds the week of the month in which the schedule should be triggered.
ModelType This property is required. string
(Updatable) The type of the model
CustomExpression string
(Updatable) 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.)
DayOfWeek string
(Updatable) This holds the day of the week on which the schedule should be triggered.
Days []int
(Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
Frequency string
(Updatable) the frequency of the schedule.
Interval int
(Updatable) 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.
Time WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime
(Updatable) A model to hold time in hour:minute:second format.
WeekOfMonth string
(Updatable) This holds the week of the month in which the schedule should be triggered.
modelType This property is required. String
(Updatable) The type of the model
customExpression String
(Updatable) 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.)
dayOfWeek String
(Updatable) This holds the day of the week on which the schedule should be triggered.
days List<Integer>
(Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
frequency String
(Updatable) the frequency of the schedule.
interval Integer
(Updatable) 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.
time WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime
(Updatable) A model to hold time in hour:minute:second format.
weekOfMonth String
(Updatable) This holds the week of the month in which the schedule should be triggered.
modelType This property is required. string
(Updatable) The type of the model
customExpression string
(Updatable) 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.)
dayOfWeek string
(Updatable) This holds the day of the week on which the schedule should be triggered.
days number[]
(Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
frequency string
(Updatable) the frequency of the schedule.
interval number
(Updatable) 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.
time WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime
(Updatable) A model to hold time in hour:minute:second format.
weekOfMonth string
(Updatable) This holds the week of the month in which the schedule should be triggered.
model_type This property is required. str
(Updatable) The type of the model
custom_expression str
(Updatable) 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 str
(Updatable) This holds the day of the week on which the schedule should be triggered.
days Sequence[int]
(Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
frequency str
(Updatable) the frequency of the schedule.
interval int
(Updatable) 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.
time dataintegration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime
(Updatable) A model to hold time in hour:minute:second format.
week_of_month str
(Updatable) This holds the week of the month in which the schedule should be triggered.
modelType This property is required. String
(Updatable) The type of the model
customExpression String
(Updatable) 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.)
dayOfWeek String
(Updatable) This holds the day of the week on which the schedule should be triggered.
days List<Number>
(Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
frequency String
(Updatable) the frequency of the schedule.
interval Number
(Updatable) 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.
time Property Map
(Updatable) A model to hold time in hour:minute:second format.
weekOfMonth String
(Updatable) This holds the week of the month in which the schedule should be triggered.

WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime
, WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs

Hour int
(Updatable) The hour value.
Minute int
(Updatable) The minute value.
Second int
(Updatable) The second value.
Hour int
(Updatable) The hour value.
Minute int
(Updatable) The minute value.
Second int
(Updatable) The second value.
hour Integer
(Updatable) The hour value.
minute Integer
(Updatable) The minute value.
second Integer
(Updatable) The second value.
hour number
(Updatable) The hour value.
minute number
(Updatable) The minute value.
second number
(Updatable) The second value.
hour int
(Updatable) The hour value.
minute int
(Updatable) The minute value.
second int
(Updatable) The second value.
hour Number
(Updatable) The hour value.
minute Number
(Updatable) The minute value.
second Number
(Updatable) The second value.

WorkspaceApplicationTaskScheduleScheduleRefMetadata
, WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs

Aggregator WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator
(Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
AggregatorKey string
(Updatable) The owning object key for this object.
CountStatistics WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistics
(Updatable) A count statistics.
CreatedBy string
(Updatable) The user that created the object.
CreatedByName string
(Updatable) The user that created the object.
IdentifierPath string
(Updatable) The full path to identify this object.
InfoFields Dictionary<string, string>
(Updatable) Information property fields.
IsFavorite bool
(Updatable) Specifies whether this object is a favorite or not.
Labels List<string>
(Updatable) 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.
RegistryVersion int
(Updatable) The registry version of the object.
TimeCreated string
(Updatable) The date and time that the object was created.
TimeUpdated string
(Updatable) The date and time that the object was updated.
UpdatedBy string
(Updatable) The user that updated the object.
UpdatedByName string
(Updatable) The user that updated the object.
Aggregator WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator
(Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
AggregatorKey string
(Updatable) The owning object key for this object.
CountStatistics WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistics
(Updatable) A count statistics.
CreatedBy string
(Updatable) The user that created the object.
CreatedByName string
(Updatable) The user that created the object.
IdentifierPath string
(Updatable) The full path to identify this object.
InfoFields map[string]string
(Updatable) Information property fields.
IsFavorite bool
(Updatable) Specifies whether this object is a favorite or not.
Labels []string
(Updatable) 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.
RegistryVersion int
(Updatable) The registry version of the object.
TimeCreated string
(Updatable) The date and time that the object was created.
TimeUpdated string
(Updatable) The date and time that the object was updated.
UpdatedBy string
(Updatable) The user that updated the object.
UpdatedByName string
(Updatable) The user that updated the object.
aggregator WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator
(Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
aggregatorKey String
(Updatable) The owning object key for this object.
countStatistics WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistics
(Updatable) A count statistics.
createdBy String
(Updatable) The user that created the object.
createdByName String
(Updatable) The user that created the object.
identifierPath String
(Updatable) The full path to identify this object.
infoFields Map<String,String>
(Updatable) Information property fields.
isFavorite Boolean
(Updatable) Specifies whether this object is a favorite or not.
labels List<String>
(Updatable) 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.
registryVersion Integer
(Updatable) The registry version of the object.
timeCreated String
(Updatable) The date and time that the object was created.
timeUpdated String
(Updatable) The date and time that the object was updated.
updatedBy String
(Updatable) The user that updated the object.
updatedByName String
(Updatable) The user that updated the object.
aggregator WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator
(Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
aggregatorKey string
(Updatable) The owning object key for this object.
countStatistics WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistics
(Updatable) A count statistics.
createdBy string
(Updatable) The user that created the object.
createdByName string
(Updatable) The user that created the object.
identifierPath string
(Updatable) The full path to identify this object.
infoFields {[key: string]: string}
(Updatable) Information property fields.
isFavorite boolean
(Updatable) Specifies whether this object is a favorite or not.
labels string[]
(Updatable) 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.
registryVersion number
(Updatable) The registry version of the object.
timeCreated string
(Updatable) The date and time that the object was created.
timeUpdated string
(Updatable) The date and time that the object was updated.
updatedBy string
(Updatable) The user that updated the object.
updatedByName string
(Updatable) The user that updated the object.
aggregator dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator
(Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
aggregator_key str
(Updatable) The owning object key for this object.
count_statistics dataintegration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistics
(Updatable) A count statistics.
created_by str
(Updatable) The user that created the object.
created_by_name str
(Updatable) The user that created the object.
identifier_path str
(Updatable) The full path to identify this object.
info_fields Mapping[str, str]
(Updatable) Information property fields.
is_favorite bool
(Updatable) Specifies whether this object is a favorite or not.
labels Sequence[str]
(Updatable) 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
(Updatable) The registry version of the object.
time_created str
(Updatable) The date and time that the object was created.
time_updated str
(Updatable) The date and time that the object was updated.
updated_by str
(Updatable) The user that updated the object.
updated_by_name str
(Updatable) The user that updated the object.
aggregator Property Map
(Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
aggregatorKey String
(Updatable) The owning object key for this object.
countStatistics Property Map
(Updatable) A count statistics.
createdBy String
(Updatable) The user that created the object.
createdByName String
(Updatable) The user that created the object.
identifierPath String
(Updatable) The full path to identify this object.
infoFields Map<String>
(Updatable) Information property fields.
isFavorite Boolean
(Updatable) Specifies whether this object is a favorite or not.
labels List<String>
(Updatable) 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.
registryVersion Number
(Updatable) The registry version of the object.
timeCreated String
(Updatable) The date and time that the object was created.
timeUpdated String
(Updatable) The date and time that the object was updated.
updatedBy String
(Updatable) The user that updated the object.
updatedByName String
(Updatable) The user that updated the object.

WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregator
, WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs

Description string
(Updatable) The description of the aggregator.
Identifier string
(Updatable) The identifier of the aggregator.
Key string
(Updatable) The key of the aggregator object.
Name string
(Updatable) The name of the aggregator.
Type string
(Updatable) The type of the aggregator.
Description string
(Updatable) The description of the aggregator.
Identifier string
(Updatable) The identifier of the aggregator.
Key string
(Updatable) The key of the aggregator object.
Name string
(Updatable) The name of the aggregator.
Type string
(Updatable) The type of the aggregator.
description String
(Updatable) The description of the aggregator.
identifier String
(Updatable) The identifier of the aggregator.
key String
(Updatable) The key of the aggregator object.
name String
(Updatable) The name of the aggregator.
type String
(Updatable) The type of the aggregator.
description string
(Updatable) The description of the aggregator.
identifier string
(Updatable) The identifier of the aggregator.
key string
(Updatable) The key of the aggregator object.
name string
(Updatable) The name of the aggregator.
type string
(Updatable) The type of the aggregator.
description str
(Updatable) The description of the aggregator.
identifier str
(Updatable) The identifier of the aggregator.
key str
(Updatable) The key of the aggregator object.
name str
(Updatable) The name of the aggregator.
type str
(Updatable) The type of the aggregator.
description String
(Updatable) The description of the aggregator.
identifier String
(Updatable) The identifier of the aggregator.
key String
(Updatable) The key of the aggregator object.
name String
(Updatable) The name of the aggregator.
type String
(Updatable) The type of the aggregator.

WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatistics
, WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs

objectTypeCountLists This property is required. List<Property Map>
(Updatable) The array of statistics.

WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountList
, WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs

ObjectCount string
(Updatable) The value for the count statistic object.
ObjectType string
(Updatable) The type of object for the count statistic object.
ObjectCount string
(Updatable) The value for the count statistic object.
ObjectType string
(Updatable) The type of object for the count statistic object.
objectCount String
(Updatable) The value for the count statistic object.
objectType String
(Updatable) The type of object for the count statistic object.
objectCount string
(Updatable) The value for the count statistic object.
objectType string
(Updatable) The type of object for the count statistic object.
object_count str
(Updatable) The value for the count statistic object.
object_type str
(Updatable) The type of object for the count statistic object.
objectCount String
(Updatable) The value for the count statistic object.
objectType String
(Updatable) The type of object for the count statistic object.

WorkspaceApplicationTaskScheduleScheduleRefParentRef
, WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs

Parent string
(Updatable) Key of the parent object.
RootDocId string
(Updatable) Key of the root document object.
Parent string
(Updatable) Key of the parent object.
RootDocId string
(Updatable) Key of the root document object.
parent String
(Updatable) Key of the parent object.
rootDocId String
(Updatable) Key of the root document object.
parent string
(Updatable) Key of the parent object.
rootDocId string
(Updatable) Key of the root document object.
parent str
(Updatable) Key of the parent object.
root_doc_id str
(Updatable) Key of the root document object.
parent String
(Updatable) Key of the parent object.
rootDocId String
(Updatable) Key of the root document object.

Import

WorkspaceApplicationTaskSchedules can be imported using the id, e.g.

$ pulumi import oci:DataIntegration/workspaceApplicationTaskSchedule:WorkspaceApplicationTaskSchedule test_workspace_application_task_schedule "workspaces/{workspaceId}/applications/{applicationKey}/taskSchedules/{taskScheduleKey}"
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.