import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudWedataOpsTasksConfig extends cdktf.TerraformMetaArguments { /** * Task Cycle Type: ONEOFF_CYCLE: One-time, YEAR_CYCLE: Yearly, MONTH_CYCLE: Monthly, WEEK_CYCLE: Weekly, DAY_CYCLE: Daily, HOUR_CYCLE: Hourly, MINUTE_CYCLE: Minute-level, CRONTAB_CYCLE: Crontab expression-based. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#cycle_type DataTencentcloudWedataOpsTasks#cycle_type} */ readonly cycleType?: string; /** * Executor Group ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#executor_group_id DataTencentcloudWedataOpsTasks#executor_group_id} */ readonly executorGroupId?: string; /** * Folder ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#folder_id DataTencentcloudWedataOpsTasks#folder_id} */ readonly folderId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#id DataTencentcloudWedataOpsTasks#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Owner id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#owner_uin DataTencentcloudWedataOpsTasks#owner_uin} */ readonly ownerUin?: string; /** * Project ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#project_id DataTencentcloudWedataOpsTasks#project_id} */ readonly projectId: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#result_output_file DataTencentcloudWedataOpsTasks#result_output_file} */ readonly resultOutputFile?: string; /** * Data source ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#source_service_id DataTencentcloudWedataOpsTasks#source_service_id} */ readonly sourceServiceId?: string; /** * Task Status: -Y: Running, -F: Stopped, -O: Frozen, -T: Stopping, -INVALID: Invalid. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#status DataTencentcloudWedataOpsTasks#status} */ readonly status?: string; /** * Target data source id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#target_service_id DataTencentcloudWedataOpsTasks#target_service_id} */ readonly targetServiceId?: string; /** * Task type Id. -20: common data sync, - 25:ETLTaskType, - 26:ETLTaskType, - 30:python, - 31:pyspark, - 34:HiveSQLTaskType, - 35:shell, - 36:SparkSQLTaskType, - 21:JDBCSQLTaskType, - 32:DLCTaskType, - 33:ImpalaTaskType, - 40:CDWTaskType, - 41:kettle, - 46:DLCSparkTaskType, -47: TiOne machine learning, - 48:TrinoTaskType, - 50:DLCPyspark39:spark, - 92:mr, -38: shell script, -70: hivesql script, -1000: common custom business. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#task_type_id DataTencentcloudWedataOpsTasks#task_type_id} */ readonly taskTypeId?: string; /** * Time zone. defaults to UTC+8. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#time_zone DataTencentcloudWedataOpsTasks#time_zone} */ readonly timeZone?: string; /** * Workflow ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#workflow_id DataTencentcloudWedataOpsTasks#workflow_id} */ readonly workflowId?: string; /** * Workflow name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#workflow_name DataTencentcloudWedataOpsTasks#workflow_name} */ readonly workflowName?: string; } export interface DataTencentcloudWedataOpsTasksDataItems { } export declare function dataTencentcloudWedataOpsTasksDataItemsToTerraform(struct?: DataTencentcloudWedataOpsTasksDataItems): any; export declare function dataTencentcloudWedataOpsTasksDataItemsToHclTerraform(struct?: DataTencentcloudWedataOpsTasksDataItems): any; export declare class DataTencentcloudWedataOpsTasksDataItemsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudWedataOpsTasksDataItems | undefined; set internalValue(value: DataTencentcloudWedataOpsTasksDataItems | undefined); get createTime(): any; get cycleType(): any; get executorGroupId(): any; get executorGroupName(): any; get firstRunTime(): any; get firstSubmitTime(): any; get folderId(): any; get folderName(): any; get lastSchedulerCommitTime(): any; get lastUpdateTime(): any; get ownerUin(): any; get projectId(): any; get projectName(): any; get scheduleDesc(): any; get status(): any; get taskId(): any; get taskName(): any; get taskTypeDesc(): any; get taskTypeId(): any; get updateUserUin(): any; get workflowId(): any; get workflowName(): any; } export declare class DataTencentcloudWedataOpsTasksDataItemsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudWedataOpsTasksDataItemsOutputReference; } export interface DataTencentcloudWedataOpsTasksData { } export declare function dataTencentcloudWedataOpsTasksDataToTerraform(struct?: DataTencentcloudWedataOpsTasksData): any; export declare function dataTencentcloudWedataOpsTasksDataToHclTerraform(struct?: DataTencentcloudWedataOpsTasksData): any; export declare class DataTencentcloudWedataOpsTasksDataOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudWedataOpsTasksData | undefined; set internalValue(value: DataTencentcloudWedataOpsTasksData | undefined); private _items; get items(): DataTencentcloudWedataOpsTasksDataItemsList; get pageNumber(): any; get pageSize(): any; get totalCount(): any; get totalPageNumber(): any; } export declare class DataTencentcloudWedataOpsTasksDataList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudWedataOpsTasksDataOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks tencentcloud_wedata_ops_tasks} */ export declare class DataTencentcloudWedataOpsTasks extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_wedata_ops_tasks"; /** * Generates CDKTF code for importing a DataTencentcloudWedataOpsTasks resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataTencentcloudWedataOpsTasks to import * @param importFromId The id of the existing DataTencentcloudWedataOpsTasks that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudWedataOpsTasks to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_ops_tasks tencentcloud_wedata_ops_tasks} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataTencentcloudWedataOpsTasksConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudWedataOpsTasksConfig); private _cycleType?; get cycleType(): string; set cycleType(value: string); resetCycleType(): void; get cycleTypeInput(): string; private _data; get data(): DataTencentcloudWedataOpsTasksDataList; private _executorGroupId?; get executorGroupId(): string; set executorGroupId(value: string); resetExecutorGroupId(): void; get executorGroupIdInput(): string; private _folderId?; get folderId(): string; set folderId(value: string); resetFolderId(): void; get folderIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _ownerUin?; get ownerUin(): string; set ownerUin(value: string); resetOwnerUin(): void; get ownerUinInput(): string; private _projectId?; get projectId(): string; set projectId(value: string); get projectIdInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _sourceServiceId?; get sourceServiceId(): string; set sourceServiceId(value: string); resetSourceServiceId(): void; get sourceServiceIdInput(): string; private _status?; get status(): string; set status(value: string); resetStatus(): void; get statusInput(): string; private _targetServiceId?; get targetServiceId(): string; set targetServiceId(value: string); resetTargetServiceId(): void; get targetServiceIdInput(): string; private _taskTypeId?; get taskTypeId(): string; set taskTypeId(value: string); resetTaskTypeId(): void; get taskTypeIdInput(): string; private _timeZone?; get timeZone(): string; set timeZone(value: string); resetTimeZone(): void; get timeZoneInput(): string; private _workflowId?; get workflowId(): string; set workflowId(value: string); resetWorkflowId(): void; get workflowIdInput(): string; private _workflowName?; get workflowName(): string; set workflowName(value: string); resetWorkflowName(): void; get workflowNameInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }