/AWS1/CL_HLLS3CONFIGURATION¶
The configuration of the S3 bucket for either an import or export job. This includes assigning access permissions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3uri TYPE /AWS1/HLLS3URI /AWS1/HLLS3URI¶
The
S3Uriis the user-specified S3 location of the FHIR data to be imported into AWS HealthLake.
iv_kmskeyid TYPE /AWS1/HLLENCRYPTIONKEYID /AWS1/HLLENCRYPTIONKEYID¶
The Key Management Service (KMS) key ID used to access the S3 bucket.
Queryable Attributes¶
S3Uri¶
The
S3Uriis the user-specified S3 location of the FHIR data to be imported into AWS HealthLake.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |
KmsKeyId¶
The Key Management Service (KMS) key ID used to access the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |