Amazon HealthLake · JSON Structure

Healthlake Datastore Properties Structure

Displays the properties of the data store, including the ID, ARN, name, and the status of the data store.

Type: object Properties: 10 Required: 5
FHIRHealth DataHealthcareHIPAACloud Computing

DatastoreProperties is a JSON Structure definition published by Amazon HealthLake, describing 10 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DatastoreId DatastoreArn DatastoreName DatastoreStatus CreatedAt DatastoreTypeVersion DatastoreEndpoint SseConfiguration PreloadDataConfig IdentityProviderConfiguration

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-datastore-properties-schema.json",
  "name": "DatastoreProperties",
  "type": "object",
  "required": [
    "DatastoreId",
    "DatastoreArn",
    "DatastoreStatus",
    "DatastoreTypeVersion",
    "DatastoreEndpoint"
  ],
  "properties": {
    "DatastoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreId"
        },
        {
          "description": "The AWS-generated ID number for the data store."
        }
      ]
    },
    "DatastoreArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreArn"
        },
        {
          "description": "The Amazon Resource Name used in the creation of the data store."
        }
      ]
    },
    "DatastoreName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreName"
        },
        {
          "description": "The user-generated name for the data store."
        }
      ]
    },
    "DatastoreStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreStatus"
        },
        {
          "description": "The status of the data store."
        }
      ]
    },
    "CreatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time that a data store was created. "
        }
      ]
    },
    "DatastoreTypeVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FHIRVersion"
        },
        {
          "description": "The FHIR version. Only R4 version data is supported."
        }
      ]
    },
    "DatastoreEndpoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The AWS endpoint for the data store. Each data store will have it's own endpoint with data store ID in the endpoint URL."
        }
      ]
    },
    "SseConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SseConfiguration"
        },
        {
          "description": " The server-side encryption key configuration for a customer provided encryption key (CMK). "
        }
      ]
    },
    "PreloadDataConfig": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PreloadDataConfig"
        },
        {
          "description": "The preloaded data configuration for the data store. Only data preloaded from Synthea is supported."
        }
      ]
    },
    "IdentityProviderConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdentityProviderConfiguration"
        },
        {
          "description": "The identity provider that you selected when you created the data store."
        }
      ]
    }
  },
  "description": "Displays the properties of the data store, including the ID, ARN, name, and the status of the data store."
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/healthlake-datastore-properties-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.