/AWS1/CL_HLLDATAXFORMTNS3CONF¶
The Amazon S3 output configuration for a data transformation job, including the output location and encryption settings.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3uri TYPE /AWS1/HLLDATAXFORMTNS3URI /AWS1/HLLDATAXFORMTNS3URI¶
The Amazon S3 URI where AWS HealthLake writes the converted output files.
iv_kmskeyid TYPE /AWS1/HLLKMSKEYID /AWS1/HLLKMSKEYID¶
The AWS Key Management Service (AWS KMS) key identifier used to encrypt the transformation job output written to Amazon S3.
Queryable Attributes¶
S3Uri¶
The Amazon S3 URI where AWS HealthLake writes the converted output files.
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 AWS Key Management Service (AWS KMS) key identifier used to encrypt the transformation job output written to Amazon S3.
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 |