ListDatastores

ListDatastores

Certified

List Amazon HealthLake FHIR data stores

yaml
type: io.kestra.plugin.aws.healthlake.ListDatastores
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
Possible Values
CREATINGACTIVEDELETINGDELETEDCREATE_FAILEDUNKNOWN_TO_SDK_VERSION
DefaultPT15M
SubTypeobject