Interface IFHIRDatastoreReference
A reference to a FHIRDatastore resource.
Namespace: Amazon.CDK.AWS.HealthLake
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFHIRDatastoreReference
Syntax (vb)
Public Interface IFHIRDatastoreReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.HealthLake;
var fHIRDatastoreReference = new FHIRDatastoreReference {
DatastoreId = "datastoreId"
};
Synopsis
Properties
DatastoreId | The DatastoreId of the FHIRDatastore resource. |
Properties
DatastoreId
The DatastoreId of the FHIRDatastore resource.
string DatastoreId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated