class Aws::HealthLake::Types::StartFHIRExportJobRequest

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

data as a hash:

    {
      job_name: "JobName",
      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 user generated name for an export job.
@return [String]

@!attribute [rw] 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 ID for the Data Store from which files are being
exported for an export job.
@return [String]

@!attribute [rw] data_access_role_arn

The Amazon Resource Name used during the initiation of the job.
@return [String]

@!attribute [rw] client_token

An 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/StartFHIRExportJobRequest AWS API Documentation

Constants

SENSITIVE