Amazon HealthLake · Schema

InputDataConfig

The input properties for an import job.

FHIRHealth DataHealthcareHIPAACloud Computing

Properties

Name Type Description
S3Uri object
View JSON Schema on GitHub

JSON Schema

healthlake-input-data-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-input-data-config-schema.json",
  "title": "InputDataConfig",
  "type": "object",
  "properties": {
    "S3Uri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Uri"
        },
        {
          "description": "The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake. "
        }
      ]
    }
  },
  "description": " The input properties for an import job."
}