interface FHIRDatastoreReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.HealthLake.FHIRDatastoreReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awshealthlake#FHIRDatastoreReference |
Java | software.amazon.awscdk.interfaces.healthlake.FHIRDatastoreReference |
Python | aws_cdk.interfaces.aws_healthlake.FHIRDatastoreReference |
TypeScript | aws-cdk-lib » interfaces » aws_healthlake » FHIRDatastoreReference |
A reference to a FHIRDatastore resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_healthlake as interfaces_aws_healthlake } from 'aws-cdk-lib/interfaces';
const fHIRDatastoreReference: interfaces_aws_healthlake.FHIRDatastoreReference = {
datastoreId: 'datastoreId',
};
Properties
| Name | Type | Description |
|---|---|---|
| datastore | string | The DatastoreId of the FHIRDatastore resource. |
datastoreId
Type:
string
The DatastoreId of the FHIRDatastore resource.

.NET
Go
Java
Python
TypeScript