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
The optional user-provided token used for ensuring API idempotency.
-
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.
-
#datastore_id ⇒ String
The data store identifier.
-
#input_data_config ⇒ Types::InputDataConfig
The input properties for the import job request.
-
#job_name ⇒ String
The import job name.
-
#job_output_data_config ⇒ Types::OutputDataConfig
The output data configuration supplied when the export job was created.
-
#validation_level ⇒ String
The validation level of the import job.
Instance Attribute Details
#client_token ⇒ String
The optional user-provided token used for ensuring API idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1051 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token, :validation_level) SENSITIVE = [] include Aws::Structure end |
#data_access_role_arn ⇒ String
The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1051 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token, :validation_level) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The data store identifier.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1051 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token, :validation_level) SENSITIVE = [] include Aws::Structure end |
#input_data_config ⇒ Types::InputDataConfig
The input properties for the import job request.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1051 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token, :validation_level) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The import job name.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1051 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token, :validation_level) SENSITIVE = [] include Aws::Structure end |
#job_output_data_config ⇒ Types::OutputDataConfig
The output data configuration supplied when the export job was created.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1051 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token, :validation_level) SENSITIVE = [] include Aws::Structure end |
#validation_level ⇒ String
The validation level of the import job.
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1051 class StartFHIRImportJobRequest < Struct.new( :job_name, :input_data_config, :job_output_data_config, :datastore_id, :data_access_role_arn, :client_token, :validation_level) SENSITIVE = [] include Aws::Structure end |