AWS HealthLake · Schema

InputDataConfig

AWS HealthLake InputDataConfig

HealthcareFHIRHealth DataClinical DataHIPAAInteroperabilityNLPMedicalHL7

Properties

Name Type Description
S3Uri string
View JSON Schema on GitHub

JSON Schema

InputDataConfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-healthlake/main/json-schema/InputDataConfig.json",
  "title": "InputDataConfig",
  "description": "AWS HealthLake InputDataConfig",
  "type": "object",
  "properties": {
    "S3Uri": {
      "type": "string",
      "maxLength": 1024,
      "pattern": "s3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?"
    }
  }
}