S3Uri

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.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited 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.