Skip to content

/AWS1/CL_HLLCREFHIRDATASTORE01

CreateFHIRDatastoreResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_DATASTOREID TYPE /AWS1/HLLDATASTOREID /AWS1/HLLDATASTOREID

The AWS-generated data store id. This id is in the output from the initial data store creation call.

IV_DATASTOREARN TYPE /AWS1/HLLDATASTOREARN /AWS1/HLLDATASTOREARN

The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.

IV_DATASTORESTATUS TYPE /AWS1/HLLDATASTORESTATUS /AWS1/HLLDATASTORESTATUS

The status of the FHIR data store.

IV_DATASTOREENDPOINT TYPE /AWS1/HLLBOUNDEDLENGTHSTRING /AWS1/HLLBOUNDEDLENGTHSTRING

The AWS endpoint for the created data store.


Queryable Attributes

DatastoreId

The AWS-generated data store id. This id is in the output from the initial data store creation call.

Accessible with the following methods

Method Description
GET_DATASTOREID() Getter for DATASTOREID, with configurable default
ASK_DATASTOREID() Getter for DATASTOREID w/ exceptions if field has no value
HAS_DATASTOREID() Determine if DATASTOREID has a value

DatastoreArn

The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.

Accessible with the following methods

Method Description
GET_DATASTOREARN() Getter for DATASTOREARN, with configurable default
ASK_DATASTOREARN() Getter for DATASTOREARN w/ exceptions if field has no value
HAS_DATASTOREARN() Determine if DATASTOREARN has a value

DatastoreStatus

The status of the FHIR data store.

Accessible with the following methods

Method Description
GET_DATASTORESTATUS() Getter for DATASTORESTATUS, with configurable default
ASK_DATASTORESTATUS() Getter for DATASTORESTATUS w/ exceptions if field has no val
HAS_DATASTORESTATUS() Determine if DATASTORESTATUS has a value

DatastoreEndpoint

The AWS endpoint for the created data store.

Accessible with the following methods

Method Description
GET_DATASTOREENDPOINT() Getter for DATASTOREENDPOINT, with configurable default
ASK_DATASTOREENDPOINT() Getter for DATASTOREENDPOINT w/ exceptions if field has no v
HAS_DATASTOREENDPOINT() Determine if DATASTOREENDPOINT has a value