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,
});
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=oci.data_integration.WorkspaceApplicationTaskScheduleParentRefArgs(
parent=workspace_application_task_schedule_parent_ref_parent,
root_doc_id=test_root_doc["id"],
),
registry_metadata=oci.data_integration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs(
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=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefArgs(
description=workspace_application_task_schedule_schedule_ref_description,
frequency_details=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs(
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=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs(
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=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs(
aggregator=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs(
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=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs(
object_type_count_lists=[oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs(
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=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs(
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)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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
})
}
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,
});
});
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());
}
}
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}
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 string
- The unique name of the resource.
- args WorkspaceApplicationTaskScheduleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args WorkspaceApplicationTaskScheduleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkspaceApplicationTaskScheduleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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", "any" },
},
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",
});
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.Map{
"string": pulumi.Any("any"),
},
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"),
})
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", "any"))
.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());
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=oci.data_integration.WorkspaceApplicationTaskScheduleParentRefArgs(
parent="string",
root_doc_id="string",
),
registry_metadata=oci.data_integration.WorkspaceApplicationTaskScheduleRegistryMetadataArgs(
aggregator_key="string",
is_favorite=False,
key="string",
labels=["string"],
registry_version=0,
),
retry_delay=0,
retry_delay_unit="string",
schedule_ref=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefArgs(
description="string",
frequency_details=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs(
model_type="string",
custom_expression="string",
day_of_week="string",
days=[0],
frequency="string",
interval=0,
time=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs(
hour=0,
minute=0,
second=0,
),
week_of_month="string",
),
identifier="string",
is_daylight_adjustment_enabled=False,
key="string",
metadata=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs(
aggregator=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataAggregatorArgs(
description="string",
identifier="string",
key="string",
name="string",
type="string",
),
aggregator_key="string",
count_statistics=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsArgs(
object_type_count_lists=[oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs(
object_count="string",
object_type="string",
)],
),
created_by="string",
created_by_name="string",
identifier_path="string",
info_fields={
"string": "any",
},
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=oci.data_integration.WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs(
parent="string",
root_doc_id="string",
),
timezone="string",
),
start_time_millis="string",
auth_mode="string")
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: "any",
},
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",
});
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: any
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
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
The WorkspaceApplicationTaskSchedule resource accepts the following input properties:
- Application
Key string - The application key.
- 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.
- Workspace
Id 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
- Auth
Mode string - (Updatable) The authorization mode for the task.
- Config
Provider stringDelegate - (Updatable) The information about the configuration provider.
- Description string
- (Updatable) Detailed description for the object.
- End
Time stringMillis - (Updatable) The end time in milliseconds.
- Expected
Duration double - (Updatable) The expected duration of the task execution.
- Expected
Duration stringUnit - (Updatable) The expected duration unit of the task execution.
- Is
Backfill boolEnabled - (Updatable) Whether the backfill is enabled.
- Is
Concurrent boolAllowed - (Updatable) Whether the same task can be executed concurrently.
- Is
Enabled 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.
- Model
Version 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.
- Next
Run stringTime Millis - Number
Of intRetries - (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 WorkspaceApplication Task Schedule Parent Ref - (Updatable) A reference to the object's parent.
- Registry
Metadata WorkspaceApplication Task Schedule Registry Metadata - (Updatable) Information about the object and its parent.
- Retry
Delay double - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- Retry
Delay stringUnit - (Updatable) The unit for the retry delay.
- Schedule
Ref WorkspaceApplication Task Schedule Schedule Ref - (Updatable) The schedule object
- Start
Time stringMillis - (Updatable) The start time in milliseconds.
- Application
Key string - The application key.
- 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.
- Workspace
Id 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
- Auth
Mode string - (Updatable) The authorization mode for the task.
- Config
Provider stringDelegate - (Updatable) The information about the configuration provider.
- Description string
- (Updatable) Detailed description for the object.
- End
Time stringMillis - (Updatable) The end time in milliseconds.
- Expected
Duration float64 - (Updatable) The expected duration of the task execution.
- Expected
Duration stringUnit - (Updatable) The expected duration unit of the task execution.
- Is
Backfill boolEnabled - (Updatable) Whether the backfill is enabled.
- Is
Concurrent boolAllowed - (Updatable) Whether the same task can be executed concurrently.
- Is
Enabled 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.
- Model
Version 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.
- Next
Run stringTime Millis - Number
Of intRetries - (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 WorkspaceApplication Task Schedule Parent Ref Args - (Updatable) A reference to the object's parent.
- Registry
Metadata WorkspaceApplication Task Schedule Registry Metadata Args - (Updatable) Information about the object and its parent.
- Retry
Delay float64 - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- Retry
Delay stringUnit - (Updatable) The unit for the retry delay.
- Schedule
Ref WorkspaceApplication Task Schedule Schedule Ref Args - (Updatable) The schedule object
- Start
Time stringMillis - (Updatable) The start time in milliseconds.
- application
Key String - The application key.
- 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.
- workspace
Id 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
- auth
Mode String - (Updatable) The authorization mode for the task.
- config
Provider StringDelegate - (Updatable) The information about the configuration provider.
- description String
- (Updatable) Detailed description for the object.
- end
Time StringMillis - (Updatable) The end time in milliseconds.
- expected
Duration Double - (Updatable) The expected duration of the task execution.
- expected
Duration StringUnit - (Updatable) The expected duration unit of the task execution.
- is
Backfill BooleanEnabled - (Updatable) Whether the backfill is enabled.
- is
Concurrent BooleanAllowed - (Updatable) Whether the same task can be executed concurrently.
- is
Enabled 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.
- model
Version 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.
- next
Run StringTime Millis - number
Of IntegerRetries - (Updatable) The number of retries.
- object
Status Integer - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref WorkspaceApplication Task Schedule Parent Ref - (Updatable) A reference to the object's parent.
- registry
Metadata WorkspaceApplication Task Schedule Registry Metadata - (Updatable) Information about the object and its parent.
- retry
Delay Double - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay StringUnit - (Updatable) The unit for the retry delay.
- schedule
Ref WorkspaceApplication Task Schedule Schedule Ref - (Updatable) The schedule object
- start
Time StringMillis - (Updatable) The start time in milliseconds.
- application
Key string - The application key.
- 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.
- workspace
Id 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
- auth
Mode string - (Updatable) The authorization mode for the task.
- config
Provider stringDelegate - (Updatable) The information about the configuration provider.
- description string
- (Updatable) Detailed description for the object.
- end
Time stringMillis - (Updatable) The end time in milliseconds.
- expected
Duration number - (Updatable) The expected duration of the task execution.
- expected
Duration stringUnit - (Updatable) The expected duration unit of the task execution.
- is
Backfill booleanEnabled - (Updatable) Whether the backfill is enabled.
- is
Concurrent booleanAllowed - (Updatable) Whether the same task can be executed concurrently.
- is
Enabled 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.
- model
Version 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.
- next
Run stringTime Millis - number
Of numberRetries - (Updatable) The number of retries.
- object
Status number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref WorkspaceApplication Task Schedule Parent Ref - (Updatable) A reference to the object's parent.
- registry
Metadata WorkspaceApplication Task Schedule Registry Metadata - (Updatable) Information about the object and its parent.
- retry
Delay number - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay stringUnit - (Updatable) The unit for the retry delay.
- schedule
Ref WorkspaceApplication Task Schedule Schedule Ref - (Updatable) The schedule object
- start
Time stringMillis - (Updatable) The start time in milliseconds.
- application_
key str - The application key.
- 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.
- workspace_
id 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_ strdelegate - (Updatable) The information about the configuration provider.
- description str
- (Updatable) Detailed description for the object.
- end_
time_ strmillis - (Updatable) The end time in milliseconds.
- expected_
duration float - (Updatable) The expected duration of the task execution.
- expected_
duration_ strunit - (Updatable) The expected duration unit of the task execution.
- is_
backfill_ boolenabled - (Updatable) Whether the backfill is enabled.
- is_
concurrent_ boolallowed - (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_ strtime_ millis - number_
of_ intretries - (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.Workspace Application Task Schedule Parent Ref Args - (Updatable) A reference to the object's parent.
- registry_
metadata dataintegration.Workspace Application Task Schedule Registry Metadata Args - (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_ strunit - (Updatable) The unit for the retry delay.
- schedule_
ref dataintegration.Workspace Application Task Schedule Schedule Ref Args - (Updatable) The schedule object
- start_
time_ strmillis - (Updatable) The start time in milliseconds.
- application
Key String - The application key.
- 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.
- workspace
Id 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
- auth
Mode String - (Updatable) The authorization mode for the task.
- config
Provider StringDelegate - (Updatable) The information about the configuration provider.
- description String
- (Updatable) Detailed description for the object.
- end
Time StringMillis - (Updatable) The end time in milliseconds.
- expected
Duration Number - (Updatable) The expected duration of the task execution.
- expected
Duration StringUnit - (Updatable) The expected duration unit of the task execution.
- is
Backfill BooleanEnabled - (Updatable) Whether the backfill is enabled.
- is
Concurrent BooleanAllowed - (Updatable) Whether the same task can be executed concurrently.
- is
Enabled 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.
- model
Version 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.
- next
Run StringTime Millis - number
Of NumberRetries - (Updatable) The number of retries.
- object
Status Number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref Property Map - (Updatable) A reference to the object's parent.
- registry
Metadata Property Map - (Updatable) Information about the object and its parent.
- retry
Delay Number - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay StringUnit - (Updatable) The unit for the retry delay.
- schedule
Ref Property Map - (Updatable) The schedule object
- start
Time StringMillis - (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.
- Last
Run List<WorkspaceDetails Application Task Schedule Last Run Detail> - The last run details for the task run.
- Metadatas
List<Workspace
Application Task Schedule Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Retry
Attempts int - The number of retry attempts.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Run []WorkspaceDetails Application Task Schedule Last Run Detail - The last run details for the task run.
- Metadatas
[]Workspace
Application Task Schedule Metadata - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Retry
Attempts int - The number of retry attempts.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Run List<WorkspaceDetails Application Task Schedule Last Run Detail> - The last run details for the task run.
- metadatas
List<Workspace
Application Task Schedule Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- retry
Attempts Integer - The number of retry attempts.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Run WorkspaceDetails Application Task Schedule Last Run Detail[] - The last run details for the task run.
- metadatas
Workspace
Application Task Schedule Metadata[] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string - The type of the object.
- retry
Attempts number - The number of retry attempts.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
run_ Sequence[dataintegration.details Workspace Application Task Schedule Last Run Detail] - The last run details for the task run.
- metadatas
Sequence[dataintegration.
Workspace Application Task Schedule Metadata] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str - The type of the object.
- retry_
attempts int - The number of retry attempts.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Run List<Property Map>Details - The last run details for the task run.
- metadatas List<Property Map>
- A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- retry
Attempts 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)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Application
Key string - The application key.
- Auth
Mode string - (Updatable) The authorization mode for the task.
- Config
Provider stringDelegate - (Updatable) The information about the configuration provider.
- Description string
- (Updatable) Detailed description for the object.
- End
Time stringMillis - (Updatable) The end time in milliseconds.
- Expected
Duration double - (Updatable) The expected duration of the task execution.
- Expected
Duration stringUnit - (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.
- Is
Backfill boolEnabled - (Updatable) Whether the backfill is enabled.
- Is
Concurrent boolAllowed - (Updatable) Whether the same task can be executed concurrently.
- Is
Enabled 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.
- Last
Run List<WorkspaceDetails Application Task Schedule Last Run Detail> - The last run details for the task run.
- Metadatas
List<Workspace
Application Task Schedule Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Model
Version string - (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.
- Next
Run stringTime Millis - Number
Of intRetries - (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 WorkspaceApplication Task Schedule Parent Ref - (Updatable) A reference to the object's parent.
- Registry
Metadata WorkspaceApplication Task Schedule Registry Metadata - (Updatable) Information about the object and its parent.
- Retry
Attempts int - The number of retry attempts.
- Retry
Delay double - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- Retry
Delay stringUnit - (Updatable) The unit for the retry delay.
- Schedule
Ref WorkspaceApplication Task Schedule Schedule Ref - (Updatable) The schedule object
- Start
Time stringMillis - (Updatable) The start time in milliseconds.
- Workspace
Id 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 string - The application key.
- Auth
Mode string - (Updatable) The authorization mode for the task.
- Config
Provider stringDelegate - (Updatable) The information about the configuration provider.
- Description string
- (Updatable) Detailed description for the object.
- End
Time stringMillis - (Updatable) The end time in milliseconds.
- Expected
Duration float64 - (Updatable) The expected duration of the task execution.
- Expected
Duration stringUnit - (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.
- Is
Backfill boolEnabled - (Updatable) Whether the backfill is enabled.
- Is
Concurrent boolAllowed - (Updatable) Whether the same task can be executed concurrently.
- Is
Enabled 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.
- Last
Run []WorkspaceDetails Application Task Schedule Last Run Detail Args - The last run details for the task run.
- Metadatas
[]Workspace
Application Task Schedule Metadata Args - A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - The type of the object.
- Model
Version string - (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.
- Next
Run stringTime Millis - Number
Of intRetries - (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 WorkspaceApplication Task Schedule Parent Ref Args - (Updatable) A reference to the object's parent.
- Registry
Metadata WorkspaceApplication Task Schedule Registry Metadata Args - (Updatable) Information about the object and its parent.
- Retry
Attempts int - The number of retry attempts.
- Retry
Delay float64 - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- Retry
Delay stringUnit - (Updatable) The unit for the retry delay.
- Schedule
Ref WorkspaceApplication Task Schedule Schedule Ref Args - (Updatable) The schedule object
- Start
Time stringMillis - (Updatable) The start time in milliseconds.
- Workspace
Id 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 String - The application key.
- auth
Mode String - (Updatable) The authorization mode for the task.
- config
Provider StringDelegate - (Updatable) The information about the configuration provider.
- description String
- (Updatable) Detailed description for the object.
- end
Time StringMillis - (Updatable) The end time in milliseconds.
- expected
Duration Double - (Updatable) The expected duration of the task execution.
- expected
Duration StringUnit - (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.
- is
Backfill BooleanEnabled - (Updatable) Whether the backfill is enabled.
- is
Concurrent BooleanAllowed - (Updatable) Whether the same task can be executed concurrently.
- is
Enabled 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.
- last
Run List<WorkspaceDetails Application Task Schedule Last Run Detail> - The last run details for the task run.
- metadatas
List<Workspace
Application Task Schedule Metadata> - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- model
Version String - (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.
- next
Run StringTime Millis - number
Of IntegerRetries - (Updatable) The number of retries.
- object
Status Integer - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref WorkspaceApplication Task Schedule Parent Ref - (Updatable) A reference to the object's parent.
- registry
Metadata WorkspaceApplication Task Schedule Registry Metadata - (Updatable) Information about the object and its parent.
- retry
Attempts Integer - The number of retry attempts.
- retry
Delay Double - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay StringUnit - (Updatable) The unit for the retry delay.
- schedule
Ref WorkspaceApplication Task Schedule Schedule Ref - (Updatable) The schedule object
- start
Time StringMillis - (Updatable) The start time in milliseconds.
- workspace
Id 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 string - The application key.
- auth
Mode string - (Updatable) The authorization mode for the task.
- config
Provider stringDelegate - (Updatable) The information about the configuration provider.
- description string
- (Updatable) Detailed description for the object.
- end
Time stringMillis - (Updatable) The end time in milliseconds.
- expected
Duration number - (Updatable) The expected duration of the task execution.
- expected
Duration stringUnit - (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.
- is
Backfill booleanEnabled - (Updatable) Whether the backfill is enabled.
- is
Concurrent booleanAllowed - (Updatable) Whether the same task can be executed concurrently.
- is
Enabled 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.
- last
Run WorkspaceDetails Application Task Schedule Last Run Detail[] - The last run details for the task run.
- metadatas
Workspace
Application Task Schedule Metadata[] - A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string - The type of the object.
- model
Version string - (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.
- next
Run stringTime Millis - number
Of numberRetries - (Updatable) The number of retries.
- object
Status number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref WorkspaceApplication Task Schedule Parent Ref - (Updatable) A reference to the object's parent.
- registry
Metadata WorkspaceApplication Task Schedule Registry Metadata - (Updatable) Information about the object and its parent.
- retry
Attempts number - The number of retry attempts.
- retry
Delay number - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay stringUnit - (Updatable) The unit for the retry delay.
- schedule
Ref WorkspaceApplication Task Schedule Schedule Ref - (Updatable) The schedule object
- start
Time stringMillis - (Updatable) The start time in milliseconds.
- workspace
Id 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 str - The application key.
- auth_
mode str - (Updatable) The authorization mode for the task.
- config_
provider_ strdelegate - (Updatable) The information about the configuration provider.
- description str
- (Updatable) Detailed description for the object.
- end_
time_ strmillis - (Updatable) The end time in milliseconds.
- expected_
duration float - (Updatable) The expected duration of the task execution.
- expected_
duration_ strunit - (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_ boolenabled - (Updatable) Whether the backfill is enabled.
- is_
concurrent_ boolallowed - (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_ Sequence[dataintegration.details Workspace Application Task Schedule Last Run Detail Args] - The last run details for the task run.
- metadatas
Sequence[dataintegration.
Workspace Application Task Schedule Metadata Args] - 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_ strtime_ millis - number_
of_ intretries - (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.Workspace Application Task Schedule Parent Ref Args - (Updatable) A reference to the object's parent.
- registry_
metadata dataintegration.Workspace Application Task Schedule Registry Metadata Args - (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_ strunit - (Updatable) The unit for the retry delay.
- schedule_
ref dataintegration.Workspace Application Task Schedule Schedule Ref Args - (Updatable) The schedule object
- start_
time_ strmillis - (Updatable) The start time in milliseconds.
- workspace_
id 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
- application
Key String - The application key.
- auth
Mode String - (Updatable) The authorization mode for the task.
- config
Provider StringDelegate - (Updatable) The information about the configuration provider.
- description String
- (Updatable) Detailed description for the object.
- end
Time StringMillis - (Updatable) The end time in milliseconds.
- expected
Duration Number - (Updatable) The expected duration of the task execution.
- expected
Duration StringUnit - (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.
- is
Backfill BooleanEnabled - (Updatable) Whether the backfill is enabled.
- is
Concurrent BooleanAllowed - (Updatable) Whether the same task can be executed concurrently.
- is
Enabled 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.
- last
Run List<Property Map>Details - The last run details for the task run.
- metadatas List<Property Map>
- A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - The type of the object.
- model
Version String - (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.
- next
Run StringTime Millis - number
Of NumberRetries - (Updatable) The number of retries.
- object
Status Number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref Property Map - (Updatable) A reference to the object's parent.
- registry
Metadata Property Map - (Updatable) Information about the object and its parent.
- retry
Attempts Number - The number of retry attempts.
- retry
Delay Number - (Updatable) The retry delay, the unit for measurement is in the property retry delay unit.
- retry
Delay StringUnit - (Updatable) The unit for the retry delay.
- schedule
Ref Property Map - (Updatable) The schedule object
- start
Time StringMillis - (Updatable) The start time in milliseconds.
- workspace
Id 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.
- Last
Run stringTime Millis - Time in milliseconds for the pervious schedule.
- Model
Type string - The type of the object.
- Model
Version 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.
- 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 List<WorkspaceApplication Task Schedule Last Run Detail Parent Ref> - (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.
- Last
Run stringTime Millis - Time in milliseconds for the pervious schedule.
- Model
Type string - The type of the object.
- Model
Version 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.
- 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 []WorkspaceApplication Task Schedule Last Run Detail Parent Ref - (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.
- last
Run StringTime Millis - Time in milliseconds for the pervious schedule.
- model
Type String - The type of the object.
- model
Version 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.
- object
Status Integer - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<WorkspaceApplication Task Schedule Last Run Detail Parent Ref> - (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.
- last
Run stringTime Millis - Time in milliseconds for the pervious schedule.
- model
Type string - The type of the object.
- model
Version 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.
- object
Status number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves WorkspaceApplication Task Schedule Last Run Detail Parent Ref[] - (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_ strtime_ millis - 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.Workspace Application Task Schedule Last Run Detail Parent Ref] - (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.
- last
Run StringTime Millis - Time in milliseconds for the pervious schedule.
- model
Type String - The type of the object.
- model
Version 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.
- object
Status Number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Reves List<Property Map> - (Updatable) A reference to the object's parent.
WorkspaceApplicationTaskScheduleLastRunDetailParentRef, WorkspaceApplicationTaskScheduleLastRunDetailParentRefArgs
- parent str
- (Updatable) Key of the parent object.
- root_
doc_ strid - (Updatable) Key of the root document object.
WorkspaceApplicationTaskScheduleMetadata, WorkspaceApplicationTaskScheduleMetadataArgs
- Aggregator
Key string - The owning object key for this object.
- Aggregators
List<Workspace
Application Task Schedule Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics List<WorkspaceApplication Task Schedule Metadata Count Statistic> - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields Dictionary<string, object> - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels List<string>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- Aggregator
Key string - The owning object key for this object.
- Aggregators
[]Workspace
Application Task Schedule Metadata Aggregator - A summary type containing information about the object's aggregator including its type, key, name and description.
- Count
Statistics []WorkspaceApplication Task Schedule Metadata Count Statistic - A count statistics.
- Created
By string - The user that created the object.
- Created
By stringName - The user that created the object.
- Identifier
Path string - The full path to identify this object.
- Info
Fields map[string]interface{} - Information property fields.
- Is
Favorite bool - Specifies whether this object is a favorite or not.
- Labels []string
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- Registry
Version int - The registry version of the object.
- Time
Created string - The date and time that the object was created.
- Time
Updated string - The date and time that the object was updated.
- Updated
By string - The user that updated the object.
- Updated
By stringName - The user that updated the object.
- aggregator
Key String - The owning object key for this object.
- aggregators
List<Workspace
Application Task Schedule Metadata Aggregator> - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<WorkspaceApplication Task Schedule Metadata Count Statistic> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<String,Object> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Integer - The registry version of the object.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
- aggregator
Key string - The owning object key for this object.
- aggregators
Workspace
Application Task Schedule Metadata Aggregator[] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics WorkspaceApplication Task Schedule Metadata Count Statistic[] - A count statistics.
- created
By string - The user that created the object.
- created
By stringName - The user that created the object.
- identifier
Path string - The full path to identify this object.
- info
Fields {[key: string]: any} - Information property fields.
- is
Favorite boolean - Specifies whether this object is a favorite or not.
- labels string[]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version number - The registry version of the object.
- time
Created string - The date and time that the object was created.
- time
Updated string - The date and time that the object was updated.
- updated
By string - The user that updated the object.
- updated
By stringName - The user that updated the object.
- aggregator_
key str - The owning object key for this object.
- aggregators
Sequence[dataintegration.
Workspace Application Task Schedule Metadata Aggregator] - A summary type containing information about the object's aggregator including its type, key, name and description.
- count_
statistics Sequence[dataintegration.Workspace Application Task Schedule Metadata Count Statistic] - A count statistics.
- created_
by str - The user that created the object.
- created_
by_ strname - The user that created the object.
- identifier_
path str - The full path to identify this object.
- info_
fields Mapping[str, Any] - Information property fields.
- is_
favorite bool - Specifies whether this object is a favorite or not.
- labels Sequence[str]
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry_
version int - The registry version of the object.
- time_
created str - The date and time that the object was created.
- time_
updated str - The date and time that the object was updated.
- updated_
by str - The user that updated the object.
- updated_
by_ strname - The user that updated the object.
- aggregator
Key String - The owning object key for this object.
- aggregators List<Property Map>
- A summary type containing information about the object's aggregator including its type, key, name and description.
- count
Statistics List<Property Map> - A count statistics.
- created
By String - The user that created the object.
- created
By StringName - The user that created the object.
- identifier
Path String - The full path to identify this object.
- info
Fields Map<Any> - Information property fields.
- is
Favorite Boolean - Specifies whether this object is a favorite or not.
- labels List<String>
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
- registry
Version Number - The registry version of the object.
- time
Created String - The date and time that the object was created.
- time
Updated String - The date and time that the object was updated.
- updated
By String - The user that updated the object.
- updated
By StringName - The user that updated the object.
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
- Object
Type List<WorkspaceCount Lists Application Task Schedule Metadata Count Statistic Object Type Count List> - The array of statistics.
- Object
Type []WorkspaceCount Lists Application Task Schedule Metadata Count Statistic Object Type Count List - The array of statistics.
- object
Type List<WorkspaceCount Lists Application Task Schedule Metadata Count Statistic Object Type Count List> - The array of statistics.
- object
Type WorkspaceCount Lists Application Task Schedule Metadata Count Statistic Object Type Count List[] - The array of statistics.
- object
Type List<Property Map>Count Lists - The array of statistics.
WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountList, WorkspaceApplicationTaskScheduleMetadataCountStatisticObjectTypeCountListArgs
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- Object
Count string - The value for the count statistic object.
- Object
Type string - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
- object
Count string - The value for the count statistic object.
- object
Type string - The type of object for the count statistic object.
- object_
count str - The value for the count statistic object.
- object_
type str - The type of object for the count statistic object.
- object
Count String - The value for the count statistic object.
- object
Type String - The type of object for the count statistic object.
WorkspaceApplicationTaskScheduleParentRef, WorkspaceApplicationTaskScheduleParentRefArgs
- parent str
- (Updatable) Key of the parent object.
- root_
doc_ strid - (Updatable) Key of the root document object.
WorkspaceApplicationTaskScheduleRegistryMetadata, WorkspaceApplicationTaskScheduleRegistryMetadataArgs
- Aggregator
Key string - (Updatable) The owning object's key for this object.
- Is
Favorite 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.
- Registry
Version int - (Updatable) The registry version.
- Aggregator
Key string - (Updatable) The owning object's key for this object.
- Is
Favorite 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.
- Registry
Version int - (Updatable) The registry version.
- aggregator
Key String - (Updatable) The owning object's key for this object.
- is
Favorite 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.
- registry
Version Integer - (Updatable) The registry version.
- aggregator
Key string - (Updatable) The owning object's key for this object.
- is
Favorite 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.
- registry
Version 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.
- aggregator
Key String - (Updatable) The owning object's key for this object.
- is
Favorite 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.
- registry
Version Number - (Updatable) The registry version.
WorkspaceApplicationTaskScheduleScheduleRef, WorkspaceApplicationTaskScheduleScheduleRefArgs
- Description string
- (Updatable) Detailed description for the object.
- Frequency
Details WorkspaceApplication Task Schedule Schedule Ref Frequency Details - (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.
- Is
Daylight boolAdjustment Enabled - (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
Workspace
Application Task Schedule Schedule Ref Metadata - (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - (Updatable) The type of the object.
- Model
Version 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.
- 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 WorkspaceApplication Task Schedule Schedule Ref Parent Ref - (Updatable) A reference to the object's parent.
- Timezone string
- (Updatable) The timezone for the schedule.
- Description string
- (Updatable) Detailed description for the object.
- Frequency
Details WorkspaceApplication Task Schedule Schedule Ref Frequency Details - (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.
- Is
Daylight boolAdjustment Enabled - (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
Workspace
Application Task Schedule Schedule Ref Metadata - (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string - (Updatable) The type of the object.
- Model
Version 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.
- 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 WorkspaceApplication Task Schedule Schedule Ref Parent Ref - (Updatable) A reference to the object's parent.
- Timezone string
- (Updatable) The timezone for the schedule.
- description String
- (Updatable) Detailed description for the object.
- frequency
Details WorkspaceApplication Task Schedule Schedule Ref Frequency Details - (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.
- is
Daylight BooleanAdjustment Enabled - (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
Workspace
Application Task Schedule Schedule Ref Metadata - (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String - (Updatable) The type of the object.
- model
Version 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.
- object
Status Integer - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref WorkspaceApplication Task Schedule Schedule Ref Parent Ref - (Updatable) A reference to the object's parent.
- timezone String
- (Updatable) The timezone for the schedule.
- description string
- (Updatable) Detailed description for the object.
- frequency
Details WorkspaceApplication Task Schedule Schedule Ref Frequency Details - (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.
- is
Daylight booleanAdjustment Enabled - (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
Workspace
Application Task Schedule Schedule Ref Metadata - (Updatable) A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string - (Updatable) The type of the object.
- model
Version 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.
- object
Status number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref WorkspaceApplication Task Schedule Schedule Ref Parent Ref - (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.Workspace Application Task Schedule Schedule Ref Frequency Details - (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_ booladjustment_ enabled - (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.
Workspace Application Task Schedule Schedule Ref Metadata - (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.Workspace Application Task Schedule Schedule Ref Parent Ref - (Updatable) A reference to the object's parent.
- timezone str
- (Updatable) The timezone for the schedule.
- description String
- (Updatable) Detailed description for the object.
- frequency
Details 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.
- is
Daylight BooleanAdjustment Enabled - (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.
- model
Type String - (Updatable) The type of the object.
- model
Version 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.
- object
Status Number - (Updatable) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number - (Updatable) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
- parent
Ref Property Map - (Updatable) A reference to the object's parent.
- timezone String
- (Updatable) The timezone for the schedule.
WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetails, WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsArgs
- Model
Type string - (Updatable) The type of the model
- Custom
Expression 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.)
- Day
Of stringWeek - (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
Workspace
Application Task Schedule Schedule Ref Frequency Details Time - (Updatable) A model to hold time in hour:minute:second format.
- Week
Of stringMonth - (Updatable) This holds the week of the month in which the schedule should be triggered.
- Model
Type string - (Updatable) The type of the model
- Custom
Expression 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.)
- Day
Of stringWeek - (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
Workspace
Application Task Schedule Schedule Ref Frequency Details Time - (Updatable) A model to hold time in hour:minute:second format.
- Week
Of stringMonth - (Updatable) This holds the week of the month in which the schedule should be triggered.
- model
Type String - (Updatable) The type of the model
- custom
Expression 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.)
- day
Of StringWeek - (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
Workspace
Application Task Schedule Schedule Ref Frequency Details Time - (Updatable) A model to hold time in hour:minute:second format.
- week
Of StringMonth - (Updatable) This holds the week of the month in which the schedule should be triggered.
- model
Type string - (Updatable) The type of the model
- custom
Expression 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.)
- day
Of stringWeek - (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
Workspace
Application Task Schedule Schedule Ref Frequency Details Time - (Updatable) A model to hold time in hour:minute:second format.
- week
Of stringMonth - (Updatable) This holds the week of the month in which the schedule should be triggered.
- model_
type 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_ strweek - (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.
Workspace Application Task Schedule Schedule Ref Frequency Details Time - (Updatable) A model to hold time in hour:minute:second format.
- week_
of_ strmonth - (Updatable) This holds the week of the month in which the schedule should be triggered.
- model
Type String - (Updatable) The type of the model
- custom
Expression 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.)
- day
Of StringWeek - (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.
- week
Of StringMonth - (Updatable) This holds the week of the month in which the schedule should be triggered.
WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTime, WorkspaceApplicationTaskScheduleScheduleRefFrequencyDetailsTimeArgs
WorkspaceApplicationTaskScheduleScheduleRefMetadata, WorkspaceApplicationTaskScheduleScheduleRefMetadataArgs
- Aggregator
Workspace
Application Task Schedule Schedule Ref Metadata Aggregator - (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string - (Updatable) The owning object key for this object.
- Count
Statistics WorkspaceApplication Task Schedule Schedule Ref Metadata Count Statistics - (Updatable) A count statistics.
- Created
By string - (Updatable) The user that created the object.
- Created
By stringName - (Updatable) The user that created the object.
- Identifier
Path string - (Updatable) The full path to identify this object.
- Info
Fields Dictionary<string, object> - (Updatable) Information property fields.
- Is
Favorite 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.
- Registry
Version int - (Updatable) The registry version of the object.
- Time
Created string - (Updatable) The date and time that the object was created.
- Time
Updated string - (Updatable) The date and time that the object was updated.
- Updated
By string - (Updatable) The user that updated the object.
- Updated
By stringName - (Updatable) The user that updated the object.
- Aggregator
Workspace
Application Task Schedule Schedule Ref Metadata Aggregator - (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string - (Updatable) The owning object key for this object.
- Count
Statistics WorkspaceApplication Task Schedule Schedule Ref Metadata Count Statistics - (Updatable) A count statistics.
- Created
By string - (Updatable) The user that created the object.
- Created
By stringName - (Updatable) The user that created the object.
- Identifier
Path string - (Updatable) The full path to identify this object.
- Info
Fields map[string]interface{} - (Updatable) Information property fields.
- Is
Favorite 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.
- Registry
Version int - (Updatable) The registry version of the object.
- Time
Created string - (Updatable) The date and time that the object was created.
- Time
Updated string - (Updatable) The date and time that the object was updated.
- Updated
By string - (Updatable) The user that updated the object.
- Updated
By stringName - (Updatable) The user that updated the object.
- aggregator
Workspace
Application Task Schedule Schedule Ref Metadata Aggregator - (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String - (Updatable) The owning object key for this object.
- count
Statistics WorkspaceApplication Task Schedule Schedule Ref Metadata Count Statistics - (Updatable) A count statistics.
- created
By String - (Updatable) The user that created the object.
- created
By StringName - (Updatable) The user that created the object.
- identifier
Path String - (Updatable) The full path to identify this object.
- info
Fields Map<String,Object> - (Updatable) Information property fields.
- is
Favorite 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.
- registry
Version Integer - (Updatable) The registry version of the object.
- time
Created String - (Updatable) The date and time that the object was created.
- time
Updated String - (Updatable) The date and time that the object was updated.
- updated
By String - (Updatable) The user that updated the object.
- updated
By StringName - (Updatable) The user that updated the object.
- aggregator
Workspace
Application Task Schedule Schedule Ref Metadata Aggregator - (Updatable) A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key string - (Updatable) The owning object key for this object.
- count
Statistics WorkspaceApplication Task Schedule Schedule Ref Metadata Count Statistics - (Updatable) A count statistics.
- created
By string - (Updatable) The user that created the object.
- created
By stringName - (Updatable) The user that created the object.
- identifier
Path string - (Updatable) The full path to identify this object.
- info
Fields {[key: string]: any} - (Updatable) Information property fields.
- is
Favorite 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.
- registry
Version number - (Updatable) The registry version of the object.
- time
Created string - (Updatable) The date and time that the object was created.
- time
Updated string - (Updatable) The date and time that the object was updated.
- updated
By string - (Updatable) The user that updated the object.
- updated
By stringName - (Updatable) The user that updated the object.
- aggregator
dataintegration.
Workspace Application Task Schedule Schedule Ref Metadata Aggregator - (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.Workspace Application Task Schedule Schedule Ref Metadata Count Statistics - (Updatable) A count statistics.
- created_
by str - (Updatable) The user that created the object.
- created_
by_ strname - (Updatable) The user that created the object.
- identifier_
path str - (Updatable) The full path to identify this object.
- info_
fields Mapping[str, Any] - (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_ strname - (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.
- aggregator
Key String - (Updatable) The owning object key for this object.
- count
Statistics Property Map - (Updatable) A count statistics.
- created
By String - (Updatable) The user that created the object.
- created
By StringName - (Updatable) The user that created the object.
- identifier
Path String - (Updatable) The full path to identify this object.
- info
Fields Map<Any> - (Updatable) Information property fields.
- is
Favorite 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.
- registry
Version Number - (Updatable) The registry version of the object.
- time
Created String - (Updatable) The date and time that the object was created.
- time
Updated String - (Updatable) The date and time that the object was updated.
- updated
By String - (Updatable) The user that updated the object.
- updated
By StringName - (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
- Object
Type List<WorkspaceCount Lists Application Task Schedule Schedule Ref Metadata Count Statistics Object Type Count List> - (Updatable) The array of statistics.
- Object
Type []WorkspaceCount Lists Application Task Schedule Schedule Ref Metadata Count Statistics Object Type Count List - (Updatable) The array of statistics.
- object
Type List<WorkspaceCount Lists Application Task Schedule Schedule Ref Metadata Count Statistics Object Type Count List> - (Updatable) The array of statistics.
- object
Type WorkspaceCount Lists Application Task Schedule Schedule Ref Metadata Count Statistics Object Type Count List[] - (Updatable) The array of statistics.
- object_
type_ Sequence[dataintegration.count_ lists Workspace Application Task Schedule Schedule Ref Metadata Count Statistics Object Type Count List] - (Updatable) The array of statistics.
- object
Type List<Property Map>Count Lists - (Updatable) The array of statistics.
WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountList, WorkspaceApplicationTaskScheduleScheduleRefMetadataCountStatisticsObjectTypeCountListArgs
- Object
Count string - (Updatable) The value for the count statistic object.
- Object
Type string - (Updatable) The type of object for the count statistic object.
- Object
Count string - (Updatable) The value for the count statistic object.
- Object
Type string - (Updatable) The type of object for the count statistic object.
- object
Count String - (Updatable) The value for the count statistic object.
- object
Type String - (Updatable) The type of object for the count statistic object.
- object
Count string - (Updatable) The value for the count statistic object.
- object
Type 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.
- object
Count String - (Updatable) The value for the count statistic object.
- object
Type String - (Updatable) The type of object for the count statistic object.
WorkspaceApplicationTaskScheduleScheduleRefParentRef, WorkspaceApplicationTaskScheduleScheduleRefParentRefArgs
- parent str
- (Updatable) Key of the parent object.
- root_
doc_ strid - (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}"
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.