Get Fhir Datastore Result
data class GetFhirDatastoreResult(val createdAt: FhirDatastoreCreatedAt? = null, val datastoreArn: String? = null, val datastoreEndpoint: String? = null, val datastoreId: String? = null, val datastoreStatus: FhirDatastoreDatastoreStatus? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(createdAt: FhirDatastoreCreatedAt? = null, datastoreArn: String? = null, datastoreEndpoint: String? = null, datastoreId: String? = null, datastoreStatus: FhirDatastoreDatastoreStatus? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
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 request.
Link copied to clipboard
The endpoint for the created Data Store.
Link copied to clipboard
The Amazon generated Data Store id. This id is in the output from the initial Data Store creation call.
Link copied to clipboard
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.