Amazon HealthLake · Schema

DatastoreProperties

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

FHIRHealth DataHealthcareHIPAACloud Computing

Properties

Name Type Description
DatastoreId object
DatastoreArn object
DatastoreName object
DatastoreStatus object
CreatedAt object
DatastoreTypeVersion object
DatastoreEndpoint object
SseConfiguration object
PreloadDataConfig object
IdentityProviderConfiguration object
View JSON Schema on GitHub

JSON Schema

healthlake-datastore-properties-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-datastore-properties-schema.json",
  "title": "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 Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/healthlake-datastore-properties"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.