AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateFHIRDatastore operation. Creates a data store that can ingest and export FHIR formatted data.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.HealthLake.AmazonHealthLakeRequest
      Amazon.HealthLake.Model.CreateFHIRDatastoreRequest

Namespace: Amazon.HealthLake.Model
Assembly: AWSSDK.HealthLake.dll
Version: 3.x.y.z

Syntax

C#
public class CreateFHIRDatastoreRequest : AmazonHealthLakeRequest
         IAmazonWebServiceRequest

The CreateFHIRDatastoreRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

Optional user provided token used for ensuring idempotency.

Public Property DatastoreName System.String

Gets and sets the property DatastoreName.

The user generated name for the data store.

Public Property DatastoreTypeVersion Amazon.HealthLake.FHIRVersion

Gets and sets the property DatastoreTypeVersion.

The FHIR version of the data store. The only supported version is R4.

Public Property IdentityProviderConfiguration Amazon.HealthLake.Model.IdentityProviderConfiguration

Gets and sets the property IdentityProviderConfiguration.

The configuration of the identity provider that you want to use for your data store.

Public Property PreloadDataConfig Amazon.HealthLake.Model.PreloadDataConfig

Gets and sets the property PreloadDataConfig.

Optional parameter to preload data upon creation of the data store. Currently, the only supported preloaded data is synthetic data generated from Synthea.

Public Property SseConfiguration Amazon.HealthLake.Model.SseConfiguration

Gets and sets the property SseConfiguration.

The server-side encryption key configuration for a customer provided encryption key specified for creating a data store.

Public Property Tags System.Collections.Generic.List<Amazon.HealthLake.Model.Tag>

Gets and sets the property Tags.

Resource tags that are applied to a data store when it is created.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5