Amazon HealthLake · JSON Structure

Healthlake Output Data Config Structure

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

Type: object Properties: 1
FHIRHealth DataHealthcareHIPAACloud Computing

OutputDataConfig is a JSON Structure definition published by Amazon HealthLake, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

S3Configuration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-output-data-config-schema.json",
  "name": "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."
}