List Fhir Datastores
| healthlake_list_fhir_datastores | R Documentation |
Lists all FHIR data stores that are in the user’s account, regardless of data store status¶
Description¶
Lists all FHIR data stores that are in the user’s account, regardless of data store status.
Usage¶
Arguments¶
FilterLists all filters associated with a FHIR data store request.
NextTokenFetches the next page of data stores when results are paginated.
MaxResultsThe maximum number of data stores returned in a single page of a ListFHIRDatastoresRequest call.
Value¶
A list with the following syntax:
list(
DatastorePropertiesList = list(
list(
DatastoreId = "string",
DatastoreArn = "string",
DatastoreName = "string",
DatastoreStatus = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"CREATE_FAILED",
CreatedAt = as.POSIXct(
"2015-01-01"
),
DatastoreTypeVersion = "R4",
DatastoreEndpoint = "string",
SseConfiguration = list(
KmsEncryptionConfig = list(
CmkType = "CUSTOMER_MANAGED_KMS_KEY"|"AWS_OWNED_KMS_KEY",
KmsKeyId = "string"
)
),
PreloadDataConfig = list(
PreloadDataType = "SYNTHEA"
),
IdentityProviderConfiguration = list(
AuthorizationStrategy = "SMART_ON_FHIR_V1"|"AWS_AUTH",
FineGrainedAuthorizationEnabled = TRUE|FALSE,
Metadata = "string",
IdpLambdaArn = "string"
),
ErrorCause = list(
ErrorMessage = "string",
ErrorCategory = "RETRYABLE_ERROR"|"NON_RETRYABLE_ERROR"
)
)
),
NextToken = "string"
)