GetFhirDatastoreResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val datastoreArn: String? = null

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
val datastoreId: String? = null

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

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .