tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataOpsAsyncJob
Start a Neo task
Explain and create a tencentcloud.getWedataOpsAsyncJob resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Using getWedataOpsAsyncJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWedataOpsAsyncJob(args: GetWedataOpsAsyncJobArgs, opts?: InvokeOptions): Promise<GetWedataOpsAsyncJobResult>
function getWedataOpsAsyncJobOutput(args: GetWedataOpsAsyncJobOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsAsyncJobResult>def get_wedata_ops_async_job(async_id: Optional[str] = None,
id: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataOpsAsyncJobResult
def get_wedata_ops_async_job_output(async_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsAsyncJobResult]func GetWedataOpsAsyncJob(ctx *Context, args *GetWedataOpsAsyncJobArgs, opts ...InvokeOption) (*GetWedataOpsAsyncJobResult, error)
func GetWedataOpsAsyncJobOutput(ctx *Context, args *GetWedataOpsAsyncJobOutputArgs, opts ...InvokeOption) GetWedataOpsAsyncJobResultOutput> Note: This function is named GetWedataOpsAsyncJob in the Go SDK.
public static class GetWedataOpsAsyncJob
{
public static Task<GetWedataOpsAsyncJobResult> InvokeAsync(GetWedataOpsAsyncJobArgs args, InvokeOptions? opts = null)
public static Output<GetWedataOpsAsyncJobResult> Invoke(GetWedataOpsAsyncJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataOpsAsyncJobResult> getWedataOpsAsyncJob(GetWedataOpsAsyncJobArgs args, InvokeOptions options)
public static Output<GetWedataOpsAsyncJobResult> getWedataOpsAsyncJob(GetWedataOpsAsyncJobArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataOpsAsyncJob:getWedataOpsAsyncJob
arguments:
# arguments dictionaryThe following arguments are supported:
- Async
Id string - Project
Id string - Id string
- Result
Output stringFile
- Async
Id string - Project
Id string - Id string
- Result
Output stringFile
- async
Id String - project
Id String - id String
- result
Output StringFile
- async
Id string - project
Id string - id string
- result
Output stringFile
- async_
id str - project_
id str - id str
- result_
output_ strfile
- async
Id String - project
Id String - id String
- result
Output StringFile
getWedataOpsAsyncJob Result
The following output properties are available:
- Async
Id string - Datas
List<Get
Wedata Ops Async Job Data> - Id string
- Project
Id string - Result
Output stringFile
- Async
Id string - Datas
[]Get
Wedata Ops Async Job Data - Id string
- Project
Id string - Result
Output stringFile
- async
Id String - datas
List<Get
Wedata Ops Async Job Data> - id String
- project
Id String - result
Output StringFile
- async
Id string - datas
Get
Wedata Ops Async Job Data[] - id string
- project
Id string - result
Output stringFile
- async
Id String - datas List<Property Map>
- id String
- project
Id String - result
Output StringFile
Supporting Types
GetWedataOpsAsyncJobData
- Async
Id string - Async
Type string - Create
Time string - Create
User stringUin - Error
Desc string - Finished
Sub doubleProcess Count - Project
Id string - Status string
- Success
Sub doubleProcess Count - Total
Sub doubleProcess Count - Update
Time string
- Async
Id string - Async
Type string - Create
Time string - Create
User stringUin - Error
Desc string - Finished
Sub float64Process Count - Project
Id string - Status string
- Success
Sub float64Process Count - Total
Sub float64Process Count - Update
Time string
- async
Id String - async
Type String - create
Time String - create
User StringUin - error
Desc String - finished
Sub DoubleProcess Count - project
Id String - status String
- success
Sub DoubleProcess Count - total
Sub DoubleProcess Count - update
Time String
- async
Id string - async
Type string - create
Time string - create
User stringUin - error
Desc string - finished
Sub numberProcess Count - project
Id string - status string
- success
Sub numberProcess Count - total
Sub numberProcess Count - update
Time string
- async_
id str - async_
type str - create_
time str - create_
user_ struin - error_
desc str - finished_
sub_ floatprocess_ count - project_
id str - status str
- success_
sub_ floatprocess_ count - total_
sub_ floatprocess_ count - update_
time str
- async
Id String - async
Type String - create
Time String - create
User StringUin - error
Desc String - finished
Sub NumberProcess Count - project
Id String - status String
- success
Sub NumberProcess Count - total
Sub NumberProcess Count - update
Time String
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
