Delete Fhir Datastore
healthlake_delete_fhir_datastore | R Documentation |
Deletes a data store¶
Description¶
Deletes a data store.
Usage¶
Arguments¶
DatastoreId
[required] The AWS-generated ID for the data store to be deleted.
Value¶
A list with the following syntax:
list(
DatastoreId = "string",
DatastoreArn = "string",
DatastoreStatus = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"CREATE_FAILED",
DatastoreEndpoint = "string"
)