HealthLake / Waiter / FHIRExportJobCompleted
FHIRExportJobCompleted¶
- class HealthLake.Waiter.FHIRExportJobCompleted¶
waiter = client.get_waiter('fhir_export_job_completed')
- wait(**kwargs)¶
Polls
HealthLake.Client.describe_fhir_export_job()
every 120 seconds until a successful state is reached. An error is raised after 360 failed checks.See also: AWS API Documentation
Request Syntax
waiter.wait( DatastoreId='string', JobId='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
DatastoreId (string) –
[REQUIRED]
The data store identifier from which FHIR data is being exported from.
JobId (string) –
[REQUIRED]
The export job identifier.
WaiterConfig (dict) –
A dictionary that provides parameters to control waiting behavior.
Delay (integer) –
The amount of time in seconds to wait between attempts. Default: 120
MaxAttempts (integer) –
The maximum number of attempts to be made. Default: 360
- Returns:
None