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

StartFHIRExportJobRequest

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

§Properties

§
ClientToken: string
[src]

An optional user provided token used for ensuring idempotency.

§
DataAccessRoleArn: string
[src]

The Amazon Resource Name used during the initiation of the job.

§
DatastoreId: string
[src]

The AWS generated ID for the Data Store from which files are being exported for an export job.

§
JobName?: string | null
[src]

The user generated name for an export job.

§
OutputDataConfig: OutputDataConfig
[src]

The output data configuration that was supplied when the export job was created.