FhirDatastore

class FhirDatastore : KotlinCustomResource

HealthLake FHIR Datastore

Properties

Link copied to clipboard
Link copied to clipboard
val datastoreArn: Output<String>

The Data Store ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation request.

Link copied to clipboard

The endpoint for the created Data Store.

Link copied to clipboard
val datastoreId: Output<String>

The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.

Link copied to clipboard
val datastoreName: Output<String>?

The user generated name for the data store.

Link copied to clipboard

The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.

Link copied to clipboard

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The identity provider configuration that you gave when the data store was created.

Link copied to clipboard

The preloaded data configuration for the data store. Only data preloaded from Synthea is supported.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource. For more information, see Tag .

Link copied to clipboard
val urn: Output<String>