Class: Aws::HealthLake::Types::StartFHIRImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Optional user provided token used for ensuring idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-healthlake/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_arnString

The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-healthlake/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_idString

The AWS-generated data store ID.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-healthlake/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_configTypes::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 'gems/aws-sdk-healthlake/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_nameString

The name of the FHIR Import job in the StartFHIRImport job request.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-healthlake/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_configTypes::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 'gems/aws-sdk-healthlake/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