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

StartFHIRImportJobRequest

import type { StartFHIRImportJobRequest } from "https://aws-api.deno.dev/v0.4/services/healthlake.ts?docs=full";
interface StartFHIRImportJobRequest {
ClientToken: string;
DataAccessRoleArn: string;
DatastoreId: string;
InputDataConfig: InputDataConfig;
JobName?: string | null;
JobOutputDataConfig: OutputDataConfig;
}

§Properties

§
ClientToken: string
[src]

Optional user provided token used for ensuring idempotency.

§
DataAccessRoleArn: string
[src]

The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.

§
DatastoreId: string
[src]

The AWS-generated Data Store ID.

§
InputDataConfig: InputDataConfig
[src]

The input properties of the FHIR Import job in the StartFHIRImport job request.

§
JobName?: string | null
[src]

The name of the FHIR Import job in the StartFHIRImport job request.

§
JobOutputDataConfig: OutputDataConfig
[src]