1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. WedataDataBackfillPlanOperation
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

tencentcloud.WedataDataBackfillPlanOperation

Start a Neo task
Explain and create a tencentcloud.WedataDataBackfillPlanOperation resource
tencentcloud logo
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

    Create WedataDataBackfillPlanOperation Resource

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

    Constructor syntax

    new WedataDataBackfillPlanOperation(name: string, args: WedataDataBackfillPlanOperationArgs, opts?: CustomResourceOptions);
    @overload
    def WedataDataBackfillPlanOperation(resource_name: str,
                                        args: WedataDataBackfillPlanOperationArgs,
                                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def WedataDataBackfillPlanOperation(resource_name: str,
                                        opts: Optional[ResourceOptions] = None,
                                        project_id: Optional[str] = None,
                                        task_ids: Optional[Sequence[str]] = None,
                                        data_backfill_range_lists: Optional[Sequence[WedataDataBackfillPlanOperationDataBackfillRangeListArgs]] = None,
                                        redefine_cycle_type: Optional[str] = None,
                                        integration_resource_group_id: Optional[str] = None,
                                        data_time_order: Optional[str] = None,
                                        check_parent_type: Optional[str] = None,
                                        redefine_parallel_num: Optional[float] = None,
                                        redefine_param_lists: Optional[Sequence[WedataDataBackfillPlanOperationRedefineParamListArgs]] = None,
                                        redefine_self_workflow_dependency: Optional[str] = None,
                                        scheduler_resource_group_id: Optional[str] = None,
                                        skip_event_listening: Optional[bool] = None,
                                        data_backfill_plan_name: Optional[str] = None,
                                        time_zone: Optional[str] = None,
                                        wedata_data_backfill_plan_operation_id: Optional[str] = None)
    func NewWedataDataBackfillPlanOperation(ctx *Context, name string, args WedataDataBackfillPlanOperationArgs, opts ...ResourceOption) (*WedataDataBackfillPlanOperation, error)
    public WedataDataBackfillPlanOperation(string name, WedataDataBackfillPlanOperationArgs args, CustomResourceOptions? opts = null)
    public WedataDataBackfillPlanOperation(String name, WedataDataBackfillPlanOperationArgs args)
    public WedataDataBackfillPlanOperation(String name, WedataDataBackfillPlanOperationArgs args, CustomResourceOptions options)
    
    type: tencentcloud:WedataDataBackfillPlanOperation
    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 WedataDataBackfillPlanOperationArgs
    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 WedataDataBackfillPlanOperationArgs
    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 WedataDataBackfillPlanOperationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WedataDataBackfillPlanOperationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WedataDataBackfillPlanOperationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    WedataDataBackfillPlanOperation Resource Properties

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

    Inputs

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

    The WedataDataBackfillPlanOperation resource accepts the following input properties:

    DataBackfillRangeLists List<WedataDataBackfillPlanOperationDataBackfillRangeList>
    Specifies the data time configuration for the backfill task.
    ProjectId string
    Project ID.
    TaskIds List<string>
    Backfill task collection.
    CheckParentType string
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    DataBackfillPlanName string
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    DataTimeOrder string

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    IntegrationResourceGroupId string
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    RedefineCycleType string

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    RedefineParallelNum double
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    RedefineParamLists List<WedataDataBackfillPlanOperationRedefineParamList>
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    RedefineSelfWorkflowDependency string
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    SchedulerResourceGroupId string
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    SkipEventListening bool
    Specifies whether to ignore event dependency for backfill. default true.
    TimeZone string
    Time zone, default UTC+8.
    WedataDataBackfillPlanOperationId string
    DataBackfillRangeLists []WedataDataBackfillPlanOperationDataBackfillRangeListArgs
    Specifies the data time configuration for the backfill task.
    ProjectId string
    Project ID.
    TaskIds []string
    Backfill task collection.
    CheckParentType string
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    DataBackfillPlanName string
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    DataTimeOrder string

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    IntegrationResourceGroupId string
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    RedefineCycleType string

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    RedefineParallelNum float64
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    RedefineParamLists []WedataDataBackfillPlanOperationRedefineParamListArgs
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    RedefineSelfWorkflowDependency string
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    SchedulerResourceGroupId string
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    SkipEventListening bool
    Specifies whether to ignore event dependency for backfill. default true.
    TimeZone string
    Time zone, default UTC+8.
    WedataDataBackfillPlanOperationId string
    dataBackfillRangeLists List<WedataDataBackfillPlanOperationDataBackfillRangeList>
    Specifies the data time configuration for the backfill task.
    projectId String
    Project ID.
    taskIds List<String>
    Backfill task collection.
    checkParentType String
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    dataBackfillPlanName String
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    dataTimeOrder String

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integrationResourceGroupId String
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    redefineCycleType String

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefineParallelNum Double
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefineParamLists List<WedataDataBackfillPlanOperationRedefineParamList>
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefineSelfWorkflowDependency String
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    schedulerResourceGroupId String
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skipEventListening Boolean
    Specifies whether to ignore event dependency for backfill. default true.
    timeZone String
    Time zone, default UTC+8.
    wedataDataBackfillPlanOperationId String
    dataBackfillRangeLists WedataDataBackfillPlanOperationDataBackfillRangeList[]
    Specifies the data time configuration for the backfill task.
    projectId string
    Project ID.
    taskIds string[]
    Backfill task collection.
    checkParentType string
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    dataBackfillPlanName string
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    dataTimeOrder string

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integrationResourceGroupId string
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    redefineCycleType string

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefineParallelNum number
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefineParamLists WedataDataBackfillPlanOperationRedefineParamList[]
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefineSelfWorkflowDependency string
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    schedulerResourceGroupId string
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skipEventListening boolean
    Specifies whether to ignore event dependency for backfill. default true.
    timeZone string
    Time zone, default UTC+8.
    wedataDataBackfillPlanOperationId string
    data_backfill_range_lists Sequence[WedataDataBackfillPlanOperationDataBackfillRangeListArgs]
    Specifies the data time configuration for the backfill task.
    project_id str
    Project ID.
    task_ids Sequence[str]
    Backfill task collection.
    check_parent_type str
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    data_backfill_plan_name str
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    data_time_order str

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integration_resource_group_id str
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    redefine_cycle_type str

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefine_parallel_num float
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefine_param_lists Sequence[WedataDataBackfillPlanOperationRedefineParamListArgs]
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefine_self_workflow_dependency str
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    scheduler_resource_group_id str
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skip_event_listening bool
    Specifies whether to ignore event dependency for backfill. default true.
    time_zone str
    Time zone, default UTC+8.
    wedata_data_backfill_plan_operation_id str
    dataBackfillRangeLists List<Property Map>
    Specifies the data time configuration for the backfill task.
    projectId String
    Project ID.
    taskIds List<String>
    Backfill task collection.
    checkParentType String
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    dataBackfillPlanName String
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    dataTimeOrder String

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integrationResourceGroupId String
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    redefineCycleType String

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefineParallelNum Number
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefineParamLists List<Property Map>
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefineSelfWorkflowDependency String
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    schedulerResourceGroupId String
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skipEventListening Boolean
    Specifies whether to ignore event dependency for backfill. default true.
    timeZone String
    Time zone, default UTC+8.
    wedataDataBackfillPlanOperationId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing WedataDataBackfillPlanOperation Resource

    Get an existing WedataDataBackfillPlanOperation 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?: WedataDataBackfillPlanOperationState, opts?: CustomResourceOptions): WedataDataBackfillPlanOperation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            check_parent_type: Optional[str] = None,
            data_backfill_plan_name: Optional[str] = None,
            data_backfill_range_lists: Optional[Sequence[WedataDataBackfillPlanOperationDataBackfillRangeListArgs]] = None,
            data_time_order: Optional[str] = None,
            integration_resource_group_id: Optional[str] = None,
            project_id: Optional[str] = None,
            redefine_cycle_type: Optional[str] = None,
            redefine_parallel_num: Optional[float] = None,
            redefine_param_lists: Optional[Sequence[WedataDataBackfillPlanOperationRedefineParamListArgs]] = None,
            redefine_self_workflow_dependency: Optional[str] = None,
            scheduler_resource_group_id: Optional[str] = None,
            skip_event_listening: Optional[bool] = None,
            task_ids: Optional[Sequence[str]] = None,
            time_zone: Optional[str] = None,
            wedata_data_backfill_plan_operation_id: Optional[str] = None) -> WedataDataBackfillPlanOperation
    func GetWedataDataBackfillPlanOperation(ctx *Context, name string, id IDInput, state *WedataDataBackfillPlanOperationState, opts ...ResourceOption) (*WedataDataBackfillPlanOperation, error)
    public static WedataDataBackfillPlanOperation Get(string name, Input<string> id, WedataDataBackfillPlanOperationState? state, CustomResourceOptions? opts = null)
    public static WedataDataBackfillPlanOperation get(String name, Output<String> id, WedataDataBackfillPlanOperationState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:WedataDataBackfillPlanOperation    get:      id: ${id}
    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.
    The following state arguments are supported:
    CheckParentType string
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    DataBackfillPlanName string
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    DataBackfillRangeLists List<WedataDataBackfillPlanOperationDataBackfillRangeList>
    Specifies the data time configuration for the backfill task.
    DataTimeOrder string

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    IntegrationResourceGroupId string
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    ProjectId string
    Project ID.
    RedefineCycleType string

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    RedefineParallelNum double
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    RedefineParamLists List<WedataDataBackfillPlanOperationRedefineParamList>
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    RedefineSelfWorkflowDependency string
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    SchedulerResourceGroupId string
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    SkipEventListening bool
    Specifies whether to ignore event dependency for backfill. default true.
    TaskIds List<string>
    Backfill task collection.
    TimeZone string
    Time zone, default UTC+8.
    WedataDataBackfillPlanOperationId string
    CheckParentType string
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    DataBackfillPlanName string
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    DataBackfillRangeLists []WedataDataBackfillPlanOperationDataBackfillRangeListArgs
    Specifies the data time configuration for the backfill task.
    DataTimeOrder string

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    IntegrationResourceGroupId string
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    ProjectId string
    Project ID.
    RedefineCycleType string

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    RedefineParallelNum float64
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    RedefineParamLists []WedataDataBackfillPlanOperationRedefineParamListArgs
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    RedefineSelfWorkflowDependency string
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    SchedulerResourceGroupId string
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    SkipEventListening bool
    Specifies whether to ignore event dependency for backfill. default true.
    TaskIds []string
    Backfill task collection.
    TimeZone string
    Time zone, default UTC+8.
    WedataDataBackfillPlanOperationId string
    checkParentType String
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    dataBackfillPlanName String
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    dataBackfillRangeLists List<WedataDataBackfillPlanOperationDataBackfillRangeList>
    Specifies the data time configuration for the backfill task.
    dataTimeOrder String

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integrationResourceGroupId String
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    projectId String
    Project ID.
    redefineCycleType String

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefineParallelNum Double
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefineParamLists List<WedataDataBackfillPlanOperationRedefineParamList>
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefineSelfWorkflowDependency String
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    schedulerResourceGroupId String
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skipEventListening Boolean
    Specifies whether to ignore event dependency for backfill. default true.
    taskIds List<String>
    Backfill task collection.
    timeZone String
    Time zone, default UTC+8.
    wedataDataBackfillPlanOperationId String
    checkParentType string
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    dataBackfillPlanName string
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    dataBackfillRangeLists WedataDataBackfillPlanOperationDataBackfillRangeList[]
    Specifies the data time configuration for the backfill task.
    dataTimeOrder string

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integrationResourceGroupId string
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    projectId string
    Project ID.
    redefineCycleType string

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefineParallelNum number
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefineParamLists WedataDataBackfillPlanOperationRedefineParamList[]
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefineSelfWorkflowDependency string
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    schedulerResourceGroupId string
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skipEventListening boolean
    Specifies whether to ignore event dependency for backfill. default true.
    taskIds string[]
    Backfill task collection.
    timeZone string
    Time zone, default UTC+8.
    wedataDataBackfillPlanOperationId string
    check_parent_type str
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    data_backfill_plan_name str
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    data_backfill_range_lists Sequence[WedataDataBackfillPlanOperationDataBackfillRangeListArgs]
    Specifies the data time configuration for the backfill task.
    data_time_order str

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integration_resource_group_id str
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    project_id str
    Project ID.
    redefine_cycle_type str

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefine_parallel_num float
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefine_param_lists Sequence[WedataDataBackfillPlanOperationRedefineParamListArgs]
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefine_self_workflow_dependency str
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    scheduler_resource_group_id str
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skip_event_listening bool
    Specifies whether to ignore event dependency for backfill. default true.
    task_ids Sequence[str]
    Backfill task collection.
    time_zone str
    Time zone, default UTC+8.
    wedata_data_backfill_plan_operation_id str
    checkParentType String
    Check parent task type. valid values: NONE (do not check ALL), ALL (check ALL upstream parent tasks), MAKE_SCOPE (only check in the currently selected tasks of the backfill plan). default: NONE (do not check).
    dataBackfillPlanName String
    Backfill plan name. if left empty, a string of characters is randomly generated by system.
    dataBackfillRangeLists List<Property Map>
    Specifies the data time configuration for the backfill task.
    dataTimeOrder String

    Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:

    1. Must be the same cycle task.

    2. Priority is given to dependency order. If no dependencies apply, execution follows the configured order.

    Valid values:

    -NORMAL: No specific order (default)

    -ORDER: Execute in chronological order

    -REVERSE: Execute in reverse chronological order.

    integrationResourceGroupId String
    Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
    projectId String
    Project ID.
    redefineCycleType String

    Backfill Instance Regeneration Cycle - If set, this will redefine the generation cycle of backfill task instances. Currently, only daily instances can be converted into instances generated on the first day of each month.

    Valid value:

    MONTH_CYCLE: Monthly.

    redefineParallelNum Number
    Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
    redefineParamLists List<Property Map>
    Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
    redefineSelfWorkflowDependency String
    Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
    schedulerResourceGroupId String
    Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
    skipEventListening Boolean
    Specifies whether to ignore event dependency for backfill. default true.
    taskIds List<String>
    Backfill task collection.
    timeZone String
    Time zone, default UTC+8.
    wedataDataBackfillPlanOperationId String

    Supporting Types

    WedataDataBackfillPlanOperationDataBackfillRangeList, WedataDataBackfillPlanOperationDataBackfillRangeListArgs

    EndDate string
    End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
    ExecutionEndTime string
    End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    ExecutionStartTime string
    Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    StartDate string
    Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
    EndDate string
    End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
    ExecutionEndTime string
    End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    ExecutionStartTime string
    Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    StartDate string
    Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
    endDate String
    End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
    executionEndTime String
    End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    executionStartTime String
    Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    startDate String
    Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
    endDate string
    End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
    executionEndTime string
    End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    executionStartTime string
    Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    startDate string
    Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
    end_date str
    End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
    execution_end_time str
    End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    execution_start_time str
    Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    start_date str
    Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
    endDate String
    End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
    executionEndTime String
    End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    executionStartTime String
    Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
    startDate String
    Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.

    WedataDataBackfillPlanOperationRedefineParamList, WedataDataBackfillPlanOperationRedefineParamListArgs

    K string
    Key name.
    V string
    The value. do not pass SQL (the request will be deemed as an attack on the api). if needed, transcode the SQL with Base64 and decode it.
    K string
    Key name.
    V string
    The value. do not pass SQL (the request will be deemed as an attack on the api). if needed, transcode the SQL with Base64 and decode it.
    k String
    Key name.
    v String
    The value. do not pass SQL (the request will be deemed as an attack on the api). if needed, transcode the SQL with Base64 and decode it.
    k string
    Key name.
    v string
    The value. do not pass SQL (the request will be deemed as an attack on the api). if needed, transcode the SQL with Base64 and decode it.
    k str
    Key name.
    v str
    The value. do not pass SQL (the request will be deemed as an attack on the api). if needed, transcode the SQL with Base64 and decode it.
    k String
    Key name.
    v String
    The value. do not pass SQL (the request will be deemed as an attack on the api). if needed, transcode the SQL with Base64 and decode it.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate