FHIRDatastoreReference
- class aws_cdk.interfaces.aws_healthlake.FHIRDatastoreReference(*, datastore_id)
Bases:
objectA 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.interfaces import aws_healthlake as interfaces_aws_healthlake f_hIRDatastore_reference = interfaces_aws_healthlake.FHIRDatastoreReference( datastore_id="datastoreId" )
Attributes
- datastore_id
The DatastoreId of the FHIRDatastore resource.