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

CreateFHIRDatastoreRequest

import type { CreateFHIRDatastoreRequest } from "https://aws-api.deno.dev/v0.4/services/healthlake.ts?docs=full";
interface CreateFHIRDatastoreRequest {
ClientToken?: string | null;
DatastoreName?: string | null;
DatastoreTypeVersion: FHIRVersion;
PreloadDataConfig?: PreloadDataConfig | null;
SseConfiguration?: SseConfiguration | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientToken?: string | null
[src]

Optional user provided token used for ensuring idempotency.

§
DatastoreName?: string | null
[src]

The user generated name for the Data Store.

§
DatastoreTypeVersion: FHIRVersion
[src]

The FHIR version of the Data Store. The only supported version is R4.

§
PreloadDataConfig?: PreloadDataConfig | null
[src]

Optional parameter to preload data upon creation of the Data Store. Currently, the only supported preloaded data is synthetic data generated from Synthea.

§
SseConfiguration?: SseConfiguration | null
[src]

The server-side encryption key configuration for a customer provided encryption key specified for creating a Data Store.

§
Tags?: Tag[] | null
[src]

Resource tags that are applied to a Data Store when it is created.