FHIRDatastoreReference
- class aws_cdk.interfaces.aws_healthlake.FHIRDatastoreReference(*, datastore_arn, datastore_id)
Bases:
objectA reference to a FHIRDatastore resource.
- Parameters:
datastore_arn (
str) – The ARN of the FHIRDatastore resource.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_healthlake f_hIRDatastore_reference = interfaces_healthlake.FHIRDatastoreReference( datastore_arn="datastoreArn", datastore_id="datastoreId" )
Attributes
- datastore_arn
The ARN of the FHIRDatastore resource.
- datastore_id
The DatastoreId of the FHIRDatastore resource.