AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.iottwinmaker.getSyncJob
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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:
- Sync
Source string - The source of the SyncJob.
- Workspace
Id string - The ID of the workspace.
- Sync
Source string - The source of the SyncJob.
- Workspace
Id string - The ID of the workspace.
- sync
Source String - The source of the SyncJob.
- workspace
Id String - The ID of the workspace.
- sync
Source string - The source of the SyncJob.
- workspace
Id string - The ID of the workspace.
- sync_
source str - The source of the SyncJob.
- workspace_
id str - The ID of the workspace.
- sync
Source String - The source of the SyncJob.
- workspace
Id String - The ID of the workspace.
getSyncJob Result
The following output properties are available:
- Arn string
- The ARN of the SyncJob.
- Creation
Date stringTime - The date and time when the sync job was created.
- State string
- The state of SyncJob.
- Update
Date stringTime - The date and time when the sync job was updated.
- Arn string
- The ARN of the SyncJob.
- Creation
Date stringTime - The date and time when the sync job was created.
- State string
- The state of SyncJob.
- Update
Date stringTime - The date and time when the sync job was updated.
- arn String
- The ARN of the SyncJob.
- creation
Date StringTime - The date and time when the sync job was created.
- state String
- The state of SyncJob.
- update
Date StringTime - The date and time when the sync job was updated.
- arn string
- The ARN of the SyncJob.
- creation
Date stringTime - The date and time when the sync job was created.
- state string
- The state of SyncJob.
- update
Date 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.
- creation
Date StringTime - The date and time when the sync job was created.
- state String
- The state of SyncJob.
- update
Date StringTime - 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi