We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.iottwinmaker.getSyncJob
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource schema for AWS::IoTTwinMaker::SyncJob
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(sync_source: Optional[str] = None,
                 workspace_id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetSyncJobResult
def get_sync_job_output(sync_source: Optional[pulumi.Input[str]] = None,
                 workspace_id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetSyncJobResult]func LookupSyncJob(ctx *Context, args *LookupSyncJobArgs, opts ...InvokeOption) (*LookupSyncJobResult, error)
func LookupSyncJobOutput(ctx *Context, args *LookupSyncJobOutputArgs, opts ...InvokeOption) LookupSyncJobResultOutput> Note: This function is named LookupSyncJob 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: aws-native:iottwinmaker:getSyncJob
  arguments:
    # arguments dictionaryThe following arguments are supported:
- SyncSource string
- The source of the SyncJob.
- WorkspaceId string
- The ID of the workspace.
- SyncSource string
- The source of the SyncJob.
- WorkspaceId string
- The ID of the workspace.
- syncSource String
- The source of the SyncJob.
- workspaceId String
- The ID of the workspace.
- syncSource string
- The source of the SyncJob.
- workspaceId string
- The ID of the workspace.
- sync_source str
- The source of the SyncJob.
- workspace_id str
- The ID of the workspace.
- syncSource String
- The source of the SyncJob.
- workspaceId String
- The ID of the workspace.
getSyncJob Result
The following output properties are available:
- Arn string
- The ARN of the SyncJob.
- CreationDate stringTime 
- The date and time when the sync job was created.
- State string
- The state of SyncJob.
- UpdateDate stringTime 
- The date and time when the sync job was updated.
- Arn string
- The ARN of the SyncJob.
- CreationDate stringTime 
- The date and time when the sync job was created.
- State string
- The state of SyncJob.
- UpdateDate stringTime 
- The date and time when the sync job was updated.
- arn String
- The ARN of the SyncJob.
- creationDate StringTime 
- The date and time when the sync job was created.
- state String
- The state of SyncJob.
- updateDate StringTime 
- The date and time when the sync job was updated.
- arn string
- The ARN of the SyncJob.
- creationDate stringTime 
- The date and time when the sync job was created.
- state string
- The state of SyncJob.
- updateDate stringTime 
- The date and time when the sync job was updated.
- arn str
- The ARN of the SyncJob.
- creation_date_ strtime 
- The date and time when the sync job was created.
- state str
- The state of SyncJob.
- update_date_ strtime 
- The date and time when the sync job was updated.
- arn String
- The ARN of the SyncJob.
- creationDate StringTime 
- The date and time when the sync job was created.
- state String
- The state of SyncJob.
- updateDate StringTime 
- The date and time when the sync job was updated.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi