
ListDatastores
CertifiedList Amazon HealthLake FHIR data stores
ListDatastores
Certified
List Amazon HealthLake FHIR data stores
yaml
type: io.kestra.plugin.aws.healthlake.ListDatastoresExamples
yaml
id: healthlake_list_datastores
namespace: company.team
tasks:
- id: list_stores
type: io.kestra.plugin.aws.healthlake.ListDatastores
region: "{{ secret('AWS_REGION') }}"
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_ACCESS_KEY') }}"
- id: log_count
type: io.kestra.plugin.core.log.Log
message: "Found {{ outputs.list_stores.total }} HealthLake data stores"
Properties
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
filterName string
filterStatus string
Possible Values
CREATINGACTIVEDELETINGDELETEDCREATE_FAILEDUNKNOWN_TO_SDK_VERSIONforcePathStyle booleanstring
region string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
Outputs
datastores array
SubTypeobject