---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_healthlake_datastore{% #aws_healthlake_datastore %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `CreatedAt`**Description**: The time that a data store was created.

## `datastore_arn`{% #datastore_arn %}

**Type**: `STRING`**Provider name**: `DatastoreArn`**Description**: The Amazon Resource Name used in the creation of the data store.

## `datastore_endpoint`{% #datastore_endpoint %}

**Type**: `STRING`**Provider name**: `DatastoreEndpoint`**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.

## `datastore_id`{% #datastore_id %}

**Type**: `STRING`**Provider name**: `DatastoreId`**Description**: The AWS-generated ID number for the data store.

## `datastore_name`{% #datastore_name %}

**Type**: `STRING`**Provider name**: `DatastoreName`**Description**: The user-generated name for the data store.

## `datastore_status`{% #datastore_status %}

**Type**: `STRING`**Provider name**: `DatastoreStatus`**Description**: The status of the data store.

## `datastore_type_version`{% #datastore_type_version %}

**Type**: `STRING`**Provider name**: `DatastoreTypeVersion`**Description**: The FHIR version. Only R4 version data is supported.

## `error_cause`{% #error_cause %}

**Type**: `STRUCT`**Provider name**: `ErrorCause`**Description**: The error cause for the current data store operation.

- `error_category`**Type**: `STRING`**Provider name**: `ErrorCategory`**Description**: The error category of the create/delete data store operation. Possible statuses are RETRYABLE_ERROR or NON_RETRYABLE_ERROR.
- `error_message`**Type**: `STRING`**Provider name**: `ErrorMessage`**Description**: The text of the error message.

## `identity_provider_configuration`{% #identity_provider_configuration %}

**Type**: `STRUCT`**Provider name**: `IdentityProviderConfiguration`**Description**: The identity provider that you selected when you created the data store.

- `authorization_strategy`**Type**: `STRING`**Provider name**: `AuthorizationStrategy`**Description**: The authorization strategy that you selected when you created the data store.
- `fine_grained_authorization_enabled`**Type**: `BOOLEAN`**Provider name**: `FineGrainedAuthorizationEnabled`**Description**: If you enabled fine-grained authorization when you created the data store.
- `idp_lambda_arn`**Type**: `STRING`**Provider name**: `IdpLambdaArn`**Description**: The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server.
- `metadata`**Type**: `STRING`**Provider name**: `Metadata`**Description**: The JSON metadata elements that you want to use in your identity provider configuration. Required elements are listed based on the launch specification of the SMART application. For more information on all possible elements, see [Metadata](https://build.fhir.org/ig/HL7/smart-app-launch/conformance.html#metadata) in SMART's App Launch specification. `authorization_endpoint`: The URL to the OAuth2 authorization endpoint. `grant_types_supported`: An array of grant types that are supported at the token endpoint. You must provide at least one grant type option. Valid options are `authorization_code` and `client_credentials`. `token_endpoint`: The URL to the OAuth2 token endpoint. `capabilities`: An array of strings of the SMART capabilities that the authorization server supports. `code_challenge_methods_supported`: An array of strings of supported PKCE code challenge methods. You must include the `S256` method in the array of PKCE code challenge methods.

## `preload_data_config`{% #preload_data_config %}

**Type**: `STRUCT`**Provider name**: `PreloadDataConfig`**Description**: The preloaded data configuration for the data store. Only data preloaded from Synthea is supported.

- `preload_data_type`**Type**: `STRING`**Provider name**: `PreloadDataType`**Description**: The type of preloaded data. Only Synthea preloaded data is supported.

## `sse_configuration`{% #sse_configuration %}

**Type**: `STRUCT`**Provider name**: `SseConfiguration`**Description**: The server-side encryption key configuration for a customer provided encryption key (CMK).

- `kms_encryption_config`**Type**: `STRUCT`**Provider name**: `KmsEncryptionConfig`**Description**: The KMS encryption configuration used to provide details for data encryption.
  - `cmk_type`**Type**: `STRING`**Provider name**: `CmkType`**Description**: The type of customer-managed-key(CMK) used for encryption. The two types of supported CMKs are customer owned CMKs and AWS owned CMKs.
  - `kms_key_id`**Type**: `STRING`**Provider name**: `KmsKeyId`**Description**: The KMS encryption key id/alias used to encrypt the data store contents at rest.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
