Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateSyncJobRequest

import type { CreateSyncJobRequest } from "https://aws-api.deno.dev/v0.4/services/iottwinmaker.ts?docs=full";
interface CreateSyncJobRequest {
syncRole: string;
syncSource: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
workspaceId: string;
}

§Properties

§
syncRole: string
[src]

The SyncJob IAM role. This IAM role is used by the sync job to read from the syncSource, and create, update or delete the corresponding resources.

§
syncSource: string
[src]

The sync source.

Note: Currently the only supported syncSoucre is SITEWISE.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The SyncJob tags.

§
workspaceId: string
[src]

The workspace Id.