import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface WedataTaskRerunInstanceAsyncConfig extends cdktf.TerraformMetaArguments { /** * Whether to check upstream tasks: ALL, MAKE_SCOPE (selected), NONE (do not check anything), default is NONE. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#check_parent_type WedataTaskRerunInstanceAsync#check_parent_type} */ readonly checkParentType?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#id WedataTaskRerunInstanceAsync#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; /** * Instance id list, which can be obtained from ListInstances. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#instance_key_list WedataTaskRerunInstanceAsync#instance_key_list} */ readonly instanceKeyList: string[]; /** * Project Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#project_id WedataTaskRerunInstanceAsync#project_id} */ readonly projectId: string; /** * Customize the instance running concurrency. If not configured, the original self-dependency of the task will be used. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#redefine_parallel_num WedataTaskRerunInstanceAsync#redefine_parallel_num} */ readonly redefineParallelNum?: number; /** * Customized workflow self-dependence: yes to enable, no to disable. If not configured, the original workflow self-dependence will be used. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#redefine_self_workflow_dependency WedataTaskRerunInstanceAsync#redefine_self_workflow_dependency} */ readonly redefineSelfWorkflowDependency?: string; /** * Rerun type, 1: self; 3: children; 2: self and children, default 1. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#rerun_type WedataTaskRerunInstanceAsync#rerun_type} */ readonly rerunType?: string; /** * Whether to ignore event monitoring when rerunning. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#skip_event_listening WedataTaskRerunInstanceAsync#skip_event_listening} */ readonly skipEventListening?: boolean | cdktf.IResolvable; /** * Downstream instance scope WORKFLOW: workflow PROJECT: project ALL: all cross-workflow dependent projects, default WORKFLOW. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#son_range_type WedataTaskRerunInstanceAsync#son_range_type} */ readonly sonRangeType?: string; /** * redefine_param_list block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#redefine_param_list WedataTaskRerunInstanceAsync#redefine_param_list} */ readonly redefineParamList?: WedataTaskRerunInstanceAsyncRedefineParamListStruct; } export interface WedataTaskRerunInstanceAsyncRedefineParamListStruct { /** * Key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#k WedataTaskRerunInstanceAsync#k} */ readonly k?: string; /** * Value. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#v WedataTaskRerunInstanceAsync#v} */ readonly v?: string; } export declare function wedataTaskRerunInstanceAsyncRedefineParamListStructToTerraform(struct?: WedataTaskRerunInstanceAsyncRedefineParamListStructOutputReference | WedataTaskRerunInstanceAsyncRedefineParamListStruct): any; export declare function wedataTaskRerunInstanceAsyncRedefineParamListStructToHclTerraform(struct?: WedataTaskRerunInstanceAsyncRedefineParamListStructOutputReference | WedataTaskRerunInstanceAsyncRedefineParamListStruct): any; export declare class WedataTaskRerunInstanceAsyncRedefineParamListStructOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): WedataTaskRerunInstanceAsyncRedefineParamListStruct | undefined; set internalValue(value: WedataTaskRerunInstanceAsyncRedefineParamListStruct | undefined); private _k?; get k(): string; set k(value: string); resetK(): void; get kInput(): string; private _v?; get v(): string; set v(value: string); resetV(): void; get vInput(): string; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async tencentcloud_wedata_task_rerun_instance_async} */ export declare class WedataTaskRerunInstanceAsync extends cdktf.TerraformResource { static readonly tfResourceType = "tencentcloud_wedata_task_rerun_instance_async"; /** * Generates CDKTF code for importing a WedataTaskRerunInstanceAsync 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 WedataTaskRerunInstanceAsync to import * @param importFromId The id of the existing WedataTaskRerunInstanceAsync that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/resources/wedata_task_rerun_instance_async#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the WedataTaskRerunInstanceAsync 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/resources/wedata_task_rerun_instance_async tencentcloud_wedata_task_rerun_instance_async} Resource * * @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 WedataTaskRerunInstanceAsyncConfig */ constructor(scope: Construct, id: string, config: WedataTaskRerunInstanceAsyncConfig); private _checkParentType?; get checkParentType(): string; set checkParentType(value: string); resetCheckParentType(): void; get checkParentTypeInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _instanceKeyList?; get instanceKeyList(): string[]; set instanceKeyList(value: string[]); get instanceKeyListInput(): string[]; private _projectId?; get projectId(): string; set projectId(value: string); get projectIdInput(): string; private _redefineParallelNum?; get redefineParallelNum(): number; set redefineParallelNum(value: number); resetRedefineParallelNum(): void; get redefineParallelNumInput(): number; private _redefineSelfWorkflowDependency?; get redefineSelfWorkflowDependency(): string; set redefineSelfWorkflowDependency(value: string); resetRedefineSelfWorkflowDependency(): void; get redefineSelfWorkflowDependencyInput(): string; private _rerunType?; get rerunType(): string; set rerunType(value: string); resetRerunType(): void; get rerunTypeInput(): string; private _skipEventListening?; get skipEventListening(): boolean | cdktf.IResolvable; set skipEventListening(value: boolean | cdktf.IResolvable); resetSkipEventListening(): void; get skipEventListeningInput(): any; private _sonRangeType?; get sonRangeType(): string; set sonRangeType(value: string); resetSonRangeType(): void; get sonRangeTypeInput(): string; private _redefineParamList; get redefineParamList(): WedataTaskRerunInstanceAsyncRedefineParamListStructOutputReference; putRedefineParamList(value: WedataTaskRerunInstanceAsyncRedefineParamListStruct): void; resetRedefineParamList(): void; get redefineParamListInput(): WedataTaskRerunInstanceAsyncRedefineParamListStruct; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }