class Aws::HealthLake::Types::StartFHIRImportJobRequest

@note When making an API call, you may pass StartFHIRImportJobRequest

data as a hash:

    {
      job_name: "JobName",
      input_data_config: { # required
        s3_uri: "S3Uri",
      },
      job_output_data_config: { # required
        s3_configuration: {
          s3_uri: "S3Uri", # required
          kms_key_id: "EncryptionKeyID", # required
        },
      },
      datastore_id: "DatastoreId", # required
      data_access_role_arn: "IamRoleArn", # required
      client_token: "ClientTokenString", # required
    }

@!attribute [rw] job_name

The name of the FHIR Import job in the StartFHIRImport job request.
@return [String]

@!attribute [rw] input_data_config

The input properties of the FHIR Import job in the StartFHIRImport
job request.
@return [Types::InputDataConfig]

@!attribute [rw] job_output_data_config

The output data configuration that was supplied when the export job
was created.
@return [Types::OutputDataConfig]

@!attribute [rw] datastore_id

The AWS-generated Data Store ID.
@return [String]

@!attribute [rw] data_access_role_arn

The Amazon Resource Name (ARN) that gives Amazon HealthLake access
permission.
@return [String]

@!attribute [rw] client_token

Optional user provided token used for ensuring idempotency.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/StartFHIRImportJobRequest AWS API Documentation

Constants

SENSITIVE