1. Packages
  2. AWS Native
  3. API Docs
  4. iottwinmaker
  5. getSyncJob

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

aws-native.iottwinmaker.getSyncJob

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.64.0 published on Friday, Jun 2, 2023 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:iottwinmaker:getSyncJob
      arguments:
        # arguments dictionary

    The 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.

    CreationDateTime string

    The date and time when the sync job was created.

    State string

    The state of SyncJob.

    UpdateDateTime string

    The date and time when the sync job was updated.

    Arn string

    The ARN of the SyncJob.

    CreationDateTime string

    The date and time when the sync job was created.

    State string

    The state of SyncJob.

    UpdateDateTime string

    The date and time when the sync job was updated.

    arn String

    The ARN of the SyncJob.

    creationDateTime String

    The date and time when the sync job was created.

    state String

    The state of SyncJob.

    updateDateTime String

    The date and time when the sync job was updated.

    arn string

    The ARN of the SyncJob.

    creationDateTime string

    The date and time when the sync job was created.

    state string

    The state of SyncJob.

    updateDateTime string

    The date and time when the sync job was updated.

    arn str

    The ARN of the SyncJob.

    creation_date_time str

    The date and time when the sync job was created.

    state str

    The state of SyncJob.

    update_date_time str

    The date and time when the sync job was updated.

    arn String

    The ARN of the SyncJob.

    creationDateTime String

    The date and time when the sync job was created.

    state String

    The state of SyncJob.

    updateDateTime String

    The date and time when the sync job was updated.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi