tencentcloud.WedataDataBackfillPlanOperation
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:
- Data
Backfill List<WedataRange Lists Data Backfill Plan Operation Data Backfill Range List> - Specifies the data time configuration for the backfill task.
- Project
Id string - Project ID.
- Task
Ids List<string> - Backfill task collection.
- Check
Parent stringType - 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 stringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- Data
Time stringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 stringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- Redefine
Cycle stringType 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 doubleNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- Redefine
Param List<WedataLists Data Backfill Plan Operation Redefine Param List> - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- Redefine
Self stringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- Scheduler
Resource stringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- Skip
Event boolListening - Specifies whether to ignore event dependency for backfill. default true.
- Time
Zone string - Time zone, default UTC+8.
- Wedata
Data stringBackfill Plan Operation Id
- Data
Backfill []WedataRange Lists Data Backfill Plan Operation Data Backfill Range List Args - Specifies the data time configuration for the backfill task.
- Project
Id string - Project ID.
- Task
Ids []string - Backfill task collection.
- Check
Parent stringType - 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 stringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- Data
Time stringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 stringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- Redefine
Cycle stringType 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 float64Num - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- Redefine
Param []WedataLists Data Backfill Plan Operation Redefine Param List Args - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- Redefine
Self stringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- Scheduler
Resource stringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- Skip
Event boolListening - Specifies whether to ignore event dependency for backfill. default true.
- Time
Zone string - Time zone, default UTC+8.
- Wedata
Data stringBackfill Plan Operation Id
- data
Backfill List<WedataRange Lists Data Backfill Plan Operation Data Backfill Range List> - Specifies the data time configuration for the backfill task.
- project
Id String - Project ID.
- task
Ids List<String> - Backfill task collection.
- check
Parent StringType - 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 StringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data
Time StringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 StringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- redefine
Cycle StringType 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 DoubleNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine
Param List<WedataLists Data Backfill Plan Operation Redefine Param List> - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine
Self StringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler
Resource StringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip
Event BooleanListening - Specifies whether to ignore event dependency for backfill. default true.
- time
Zone String - Time zone, default UTC+8.
- wedata
Data StringBackfill Plan Operation Id
- data
Backfill WedataRange Lists Data Backfill Plan Operation Data Backfill Range List[] - Specifies the data time configuration for the backfill task.
- project
Id string - Project ID.
- task
Ids string[] - Backfill task collection.
- check
Parent stringType - 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 stringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data
Time stringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 stringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- redefine
Cycle stringType 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 numberNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine
Param WedataLists Data Backfill Plan Operation Redefine Param List[] - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine
Self stringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler
Resource stringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip
Event booleanListening - Specifies whether to ignore event dependency for backfill. default true.
- time
Zone string - Time zone, default UTC+8.
- wedata
Data stringBackfill Plan Operation Id
- data_
backfill_ Sequence[Wedatarange_ lists Data Backfill Plan Operation Data Backfill Range List Args] - Specifies the data time configuration for the backfill task.
- project_
id str - Project ID.
- task_
ids Sequence[str] - Backfill task collection.
- check_
parent_ strtype - 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_ strplan_ name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data_
time_ strorder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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_ strgroup_ id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- redefine_
cycle_ strtype 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_ floatnum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine_
param_ Sequence[Wedatalists Data Backfill Plan Operation Redefine Param List Args] - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine_
self_ strworkflow_ dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler_
resource_ strgroup_ id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip_
event_ boollistening - Specifies whether to ignore event dependency for backfill. default true.
- time_
zone str - Time zone, default UTC+8.
- wedata_
data_ strbackfill_ plan_ operation_ id
- data
Backfill List<Property Map>Range Lists - Specifies the data time configuration for the backfill task.
- project
Id String - Project ID.
- task
Ids List<String> - Backfill task collection.
- check
Parent StringType - 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 StringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data
Time StringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 StringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- redefine
Cycle StringType 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 NumberNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine
Param List<Property Map>Lists - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine
Self StringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler
Resource StringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip
Event BooleanListening - Specifies whether to ignore event dependency for backfill. default true.
- time
Zone String - Time zone, default UTC+8.
- wedata
Data StringBackfill Plan Operation Id
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) -> WedataDataBackfillPlanOperationfunc 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.
- Check
Parent stringType - 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 stringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- Data
Backfill List<WedataRange Lists Data Backfill Plan Operation Data Backfill Range List> - Specifies the data time configuration for the backfill task.
- Data
Time stringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 stringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- Project
Id string - Project ID.
- Redefine
Cycle stringType 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 doubleNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- Redefine
Param List<WedataLists Data Backfill Plan Operation Redefine Param List> - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- Redefine
Self stringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- Scheduler
Resource stringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- Skip
Event boolListening - Specifies whether to ignore event dependency for backfill. default true.
- Task
Ids List<string> - Backfill task collection.
- Time
Zone string - Time zone, default UTC+8.
- Wedata
Data stringBackfill Plan Operation Id
- Check
Parent stringType - 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 stringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- Data
Backfill []WedataRange Lists Data Backfill Plan Operation Data Backfill Range List Args - Specifies the data time configuration for the backfill task.
- Data
Time stringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 stringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- Project
Id string - Project ID.
- Redefine
Cycle stringType 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 float64Num - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- Redefine
Param []WedataLists Data Backfill Plan Operation Redefine Param List Args - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- Redefine
Self stringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- Scheduler
Resource stringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- Skip
Event boolListening - Specifies whether to ignore event dependency for backfill. default true.
- Task
Ids []string - Backfill task collection.
- Time
Zone string - Time zone, default UTC+8.
- Wedata
Data stringBackfill Plan Operation Id
- check
Parent StringType - 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 StringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data
Backfill List<WedataRange Lists Data Backfill Plan Operation Data Backfill Range List> - Specifies the data time configuration for the backfill task.
- data
Time StringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 StringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- project
Id String - Project ID.
- redefine
Cycle StringType 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 DoubleNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine
Param List<WedataLists Data Backfill Plan Operation Redefine Param List> - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine
Self StringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler
Resource StringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip
Event BooleanListening - Specifies whether to ignore event dependency for backfill. default true.
- task
Ids List<String> - Backfill task collection.
- time
Zone String - Time zone, default UTC+8.
- wedata
Data StringBackfill Plan Operation Id
- check
Parent stringType - 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 stringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data
Backfill WedataRange Lists Data Backfill Plan Operation Data Backfill Range List[] - Specifies the data time configuration for the backfill task.
- data
Time stringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 stringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- project
Id string - Project ID.
- redefine
Cycle stringType 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 numberNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine
Param WedataLists Data Backfill Plan Operation Redefine Param List[] - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine
Self stringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler
Resource stringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip
Event booleanListening - Specifies whether to ignore event dependency for backfill. default true.
- task
Ids string[] - Backfill task collection.
- time
Zone string - Time zone, default UTC+8.
- wedata
Data stringBackfill Plan Operation Id
- check_
parent_ strtype - 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_ strplan_ name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data_
backfill_ Sequence[Wedatarange_ lists Data Backfill Plan Operation Data Backfill Range List Args] - Specifies the data time configuration for the backfill task.
- data_
time_ strorder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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_ strgroup_ id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- project_
id str - Project ID.
- redefine_
cycle_ strtype 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_ floatnum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine_
param_ Sequence[Wedatalists Data Backfill Plan Operation Redefine Param List Args] - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine_
self_ strworkflow_ dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler_
resource_ strgroup_ id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip_
event_ boollistening - 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_ strbackfill_ plan_ operation_ id
- check
Parent StringType - 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 StringPlan Name - Backfill plan name. if left empty, a string of characters is randomly generated by system.
- data
Backfill List<Property Map>Range Lists - Specifies the data time configuration for the backfill task.
- data
Time StringOrder Backfill Execution Order - The execution order for backfill instances based on their data time. Effective only when both conditions are met:
Must be the same cycle task.
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 StringGroup Id - Integration task resource group id. indicates usage of the original task scheduling execution resource group if empty.
- project
Id String - Project ID.
- redefine
Cycle StringType 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 NumberNum - Customizes the degree of concurrency for instance running. if without configuring, use the existing self-dependent of the task.
- redefine
Param List<Property Map>Lists - Custom parameter. re-specifies the task's parameters to facilitate the execution of new logic by replenished instances.
- redefine
Self StringWorkflow Dependency - Custom workflow self-dependency. valid values: yes or no. if not configured, use the original workflow self-dependency.
- scheduler
Resource StringGroup Id - Scheduling resource group id. if left empty, indicates usage of the original task scheduling execution resource group.
- skip
Event BooleanListening - Specifies whether to ignore event dependency for backfill. default true.
- task
Ids List<String> - Backfill task collection.
- time
Zone String - Time zone, default UTC+8.
- wedata
Data StringBackfill Plan Operation Id
Supporting Types
WedataDataBackfillPlanOperationDataBackfillRangeList, WedataDataBackfillPlanOperationDataBackfillRangeListArgs
- End
Date string - End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
- Execution
End stringTime - End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- Execution
Start stringTime - Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- Start
Date string - Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
- End
Date string - End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
- Execution
End stringTime - End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- Execution
Start stringTime - Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- Start
Date string - Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
- end
Date String - End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
- execution
End StringTime - End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- execution
Start StringTime - Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- start
Date String - Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
- end
Date string - End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
- execution
End stringTime - End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- execution
Start stringTime - Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- start
Date 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_ strtime - End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- execution_
start_ strtime - 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.
- end
Date String - End date in the format yyyy-MM-dd, indicates ending at 23:59:59 of the specified date.
- execution
End StringTime - End time point between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- execution
Start StringTime - Start time of each day between [StartDate, EndDate] in HH:mm format. effective for tasks with a period of hours or less.
- start
Date String - Start date in yyyy-MM-dd format. indicates the start from 00:00:00 on the specified date.
WedataDataBackfillPlanOperationRedefineParamList, WedataDataBackfillPlanOperationRedefineParamListArgs
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
