FHIRDatastoreReference

class aws_cdk.aws_healthlake.FHIRDatastoreReference(*, datastore_id)

Bases: object

A reference to a FHIRDatastore resource.

Parameters:

datastore_id (str) – The DatastoreId of the FHIRDatastore resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_healthlake as healthlake

f_hIRDatastore_reference = healthlake.FHIRDatastoreReference(
    datastore_id="datastoreId"
)

Attributes

datastore_id

The DatastoreId of the FHIRDatastore resource.