healthlake_start_fhir_export_job {paws.analytics} | R Documentation |
Begins a FHIR export job
Description
Begins a FHIR export job.
See https://www.paws-r-sdk.com/docs/healthlake_start_fhir_export_job/ for full documentation.
Usage
healthlake_start_fhir_export_job(
JobName = NULL,
OutputDataConfig,
DatastoreId,
DataAccessRoleArn,
ClientToken = NULL
)
Arguments
JobName |
The user generated name for an export job. |
OutputDataConfig |
[required] The output data configuration that was supplied when the export job was created. |
DatastoreId |
[required] The AWS generated ID for the data store from which files are being exported for an export job. |
DataAccessRoleArn |
[required] The Amazon Resource Name used during the initiation of the job. |
ClientToken |
An optional user provided token used for ensuring idempotency. |
[Package paws.analytics version 0.9.0 Index]