AWS Fundamentals Logo
AWS Fundamentals
AWS::HealthLake::FHIRDatastore

HealthLake FHIRDatastore

HealthLake FHIR Datastore

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DatastoreTypeVersion
string
RequiredCreate-only
DatastoreName
string
Create-only
IdentityProviderConfiguration
IdentityProviderConfiguration
Create-only
PreloadDataConfig
PreloadDataConfig
Create-only
SseConfiguration
SseConfiguration
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtCreatedAt-
DatastoreArnstring-
DatastoreEndpointstring-
DatastoreIdstring-
DatastoreStatusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::HealthLake::FHIRDatastore

Resources:
  MyResource:
    Type: AWS::HealthLake::FHIRDatastore
    Properties:
      DatastoreTypeVersion: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

healthlake:CreateFHIRDatastorehealthlake:DescribeFHIRDatastoreiam:PassRolekms:DescribeKeykms:CreateGrantkms:GenerateDataKeykms:Decryptiam:GetRole

read

healthlake:DescribeFHIRDatastorehealthlake:ListTagsForResource

update

healthlake:TagResourcehealthlake:UntagResourcehealthlake:ListTagsForResourcehealthlake:DescribeFHIRDatastoreiam:PassRoleiam:GetRoleiam:CreateServiceLinkedRole

delete

healthlake:DeleteFHIRDatastorehealthlake:DescribeFHIRDatastoreiam:PassRoleiam:GetRoleiam:CreateServiceLinkedRoleram:GetResourceShareInvitationsram:AcceptResourceShareInvitationglue:CreateDatabase

list

healthlake:ListFHIRDatastores

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceHealthLake
Properties11
Required1
TaggingSupported
Primary IDDatastoreId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DatastoreNameDatastoreTypeVersionPreloadDataConfigSseConfigurationIdentityProviderConfiguration

External Links