Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getSyncJob
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 getSyncJob(args: GetSyncJobArgs, opts?: InvokeOptions): Promise<GetSyncJobResult>
function getSyncJobOutput(args: GetSyncJobOutputArgs, opts?: InvokeOptions): Output<GetSyncJobResult>def get_sync_job(job_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSyncJobResult
def get_sync_job_output(job_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSyncJobResult]func GetSyncJob(ctx *Context, args *GetSyncJobArgs, opts ...InvokeOption) (*GetSyncJobResult, error)
func GetSyncJobOutput(ctx *Context, args *GetSyncJobOutputArgs, opts ...InvokeOption) GetSyncJobResultOutput> Note: This function is named GetSyncJob in the Go SDK.
public static class GetSyncJob
{
public static Task<GetSyncJobResult> InvokeAsync(GetSyncJobArgs args, InvokeOptions? opts = null)
public static Output<GetSyncJobResult> Invoke(GetSyncJobInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSyncJobResult> getSyncJob(GetSyncJobArgs args, InvokeOptions options)
public static Output<GetSyncJobResult> getSyncJob(GetSyncJobArgs args, InvokeOptions options)
fn::invoke:
function: thoth:mdm/getSyncJob:getSyncJob
arguments:
# arguments dictionarydata "thoth_mdm_get_sync_job" "name" {
# arguments
}The following arguments are supported:
- Job
Id string
- Job
Id string
- job_
id string
- job
Id String
- job
Id string
- job_
id str
- job
Id String
getSyncJob Result
The following output properties are available:
- Completed
At string - Created
At string - Error string
- Id string
- The provider-assigned unique ID for this managed resource.
- Job
Id string - Job
Json string - Provider
Name string - Started
At string - Status string
- Synced
Endpoints int - Unassigned
Count int - Updated
At string
- Completed
At string - Created
At string - Error string
- Id string
- The provider-assigned unique ID for this managed resource.
- Job
Id string - Job
Json string - Provider
Name string - Started
At string - Status string
- Synced
Endpoints int - Unassigned
Count int - Updated
At string
- completed_
at string - created_
at string - error string
- id string
- The provider-assigned unique ID for this managed resource.
- job_
id string - job_
json string - provider_
name string - started_
at string - status string
- synced_
endpoints number - unassigned_
count number - updated_
at string
- completed
At String - created
At String - error String
- id String
- The provider-assigned unique ID for this managed resource.
- job
Id String - job
Json String - provider
Name String - started
At String - status String
- synced
Endpoints Integer - unassigned
Count Integer - updated
At String
- completed
At string - created
At string - error string
- id string
- The provider-assigned unique ID for this managed resource.
- job
Id string - job
Json string - provider
Name string - started
At string - status string
- synced
Endpoints number - unassigned
Count number - updated
At string
- completed_
at str - created_
at str - error str
- id str
- The provider-assigned unique ID for this managed resource.
- job_
id str - job_
json str - provider_
name str - started_
at str - status str
- synced_
endpoints int - unassigned_
count int - updated_
at str
- completed
At String - created
At String - error String
- id String
- The provider-assigned unique ID for this managed resource.
- job
Id String - job
Json String - provider
Name String - started
At String - status String
- synced
Endpoints Number - unassigned
Count Number - updated
At String
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security