Class: Aws::HealthLake::Types::StartFHIRImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::StartFHIRImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Optional user provided token used for ensuring idempotency.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.
-
#datastore_id ⇒ String
The AWS-generated data store ID.
-
#input_data_config ⇒ Types::InputDataConfig
The input properties of the FHIR Import job in the StartFHIRImport job request.
-
#job_name ⇒ String
The name of the FHIR Import job in the StartFHIRImport job request.
-
#job_output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
Instance Attribute Details
#client_token ⇒ String
Optional user provided token used for ensuring idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1058 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1058 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The AWS-generated data store ID.
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1058 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#input_data_config ⇒ Types::InputDataConfig
The input properties of the FHIR Import job in the StartFHIRImport job request.
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1058 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the FHIR Import job in the StartFHIRImport job request.
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1058 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#job_output_data_config ⇒ Types::OutputDataConfig
The output data configuration that was supplied when the export job was created.
1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1058 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token) SENSITIVE = [] include Aws::Structure end |