Amazon HealthLake · Schema

OutputDataConfig

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

FHIRHealth DataHealthcareHIPAACloud Computing

Properties

Name Type Description
S3Configuration object
View JSON Schema on GitHub

JSON Schema

healthlake-output-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-output-data-config-schema.json",
  "title": "OutputDataConfig",
  "type": "object",
  "properties": {
    "S3Configuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Configuration"
        },
        {
          "description": " The output data configuration that was supplied when the export job was created. "
        }
      ]
    }
  },
  "description": "The output data configuration that was supplied when the export job was created."
}