import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudWedataTasksConfig extends cdktf.TerraformMetaArguments { /** * Bundle id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#bundle_id DataTencentcloudWedataTasks#bundle_id} */ readonly bundleId?: string; /** * Creation time range (yyyy-MM-dd HH:MM:ss). Two time values must be provided in the array. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#create_time DataTencentcloudWedataTasks#create_time} */ readonly createTime?: string[]; /** * Creator ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#create_user_uin DataTencentcloudWedataTasks#create_user_uin} */ readonly createUserUin?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#id DataTencentcloudWedataTasks#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; /** * Modification time range (yyyy-MM-dd HH:mm:ss). Two time values must be provided in the array. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#modify_time DataTencentcloudWedataTasks#modify_time} */ readonly modifyTime?: string[]; /** * Owner ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#owner_uin DataTencentcloudWedataTasks#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_tasks#project_id DataTencentcloudWedataTasks#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_tasks#result_output_file DataTencentcloudWedataTasks#result_output_file} */ readonly resultOutputFile?: string; /** * Task Status: * * N: New * * Y: Scheduling * * F: Offline * * O: Paused * * T: Offlining * * INVALID: Invalid. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#status DataTencentcloudWedataTasks#status} */ readonly status?: string; /** * Submission status. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#submit DataTencentcloudWedataTasks#submit} */ readonly submit?: boolean | cdktf.IResolvable; /** * Task name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#task_name DataTencentcloudWedataTasks#task_name} */ readonly taskName?: string; /** * Task type. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#task_type_id DataTencentcloudWedataTasks#task_type_id} */ readonly taskTypeId?: number; /** * Workflow ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#workflow_id DataTencentcloudWedataTasks#workflow_id} */ readonly workflowId?: string; } export interface DataTencentcloudWedataTasksData { } export declare function dataTencentcloudWedataTasksDataToTerraform(struct?: DataTencentcloudWedataTasksData): any; export declare function dataTencentcloudWedataTasksDataToHclTerraform(struct?: DataTencentcloudWedataTasksData): any; export declare class DataTencentcloudWedataTasksDataOutputReference 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(): DataTencentcloudWedataTasksData | undefined; set internalValue(value: DataTencentcloudWedataTasksData | undefined); get createTime(): any; get createUserUin(): any; get lastOpsTime(): any; get lastOpsUserName(): any; get lastUpdateTime(): any; get lastUpdateUserName(): any; get ownerUin(): any; get status(): any; get submit(): any; get taskDescription(): any; get taskId(): any; get taskLatestSubmitVersionNo(): any; get taskLatestVersionNo(): any; get taskName(): any; get taskTypeId(): any; get updateUserUin(): any; get workflowId(): any; get workflowName(): any; } export declare class DataTencentcloudWedataTasksDataList 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): DataTencentcloudWedataTasksDataOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks tencentcloud_wedata_tasks} */ export declare class DataTencentcloudWedataTasks extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_wedata_tasks"; /** * Generates CDKTF code for importing a DataTencentcloudWedataTasks 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 DataTencentcloudWedataTasks to import * @param importFromId The id of the existing DataTencentcloudWedataTasks that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/wedata_tasks#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudWedataTasks 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_tasks tencentcloud_wedata_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 DataTencentcloudWedataTasksConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudWedataTasksConfig); private _bundleId?; get bundleId(): string; set bundleId(value: string); resetBundleId(): void; get bundleIdInput(): string; private _createTime?; get createTime(): string[]; set createTime(value: string[]); resetCreateTime(): void; get createTimeInput(): string[]; private _createUserUin?; get createUserUin(): string; set createUserUin(value: string); resetCreateUserUin(): void; get createUserUinInput(): string; private _data; get data(): DataTencentcloudWedataTasksDataList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _modifyTime?; get modifyTime(): string[]; set modifyTime(value: string[]); resetModifyTime(): void; get modifyTimeInput(): 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 _status?; get status(): string; set status(value: string); resetStatus(): void; get statusInput(): string; private _submit?; get submit(): boolean | cdktf.IResolvable; set submit(value: boolean | cdktf.IResolvable); resetSubmit(): void; get submitInput(): any; private _taskName?; get taskName(): string; set taskName(value: string); resetTaskName(): void; get taskNameInput(): string; private _taskTypeId?; get taskTypeId(): number; set taskTypeId(value: number); resetTaskTypeId(): void; get taskTypeIdInput(): number; private _workflowId?; get workflowId(): string; set workflowId(value: string); resetWorkflowId(): void; get workflowIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }