InputDataConfig

sealed class InputDataConfig

The input properties for an import job.

Inheritors

Types

Link copied to clipboard
data class S3Uri(val value: String) : InputDataConfig

The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this InputDataConfig as a S3Uri and retrieves its kotlin.String value. Throws an exception if the InputDataConfig is not a S3Uri.

Link copied to clipboard

Casts this InputDataConfig as a S3Uri and retrieves its kotlin.String value. Returns null if the InputDataConfig is not a S3Uri.