DescribeDatastore

DescribeDatastore

Certified

Describe an Amazon HealthLake FHIR data store

yaml
type: io.kestra.plugin.aws.healthlake.DescribeDatastore
yaml
id: healthlake_describe_datastore
namespace: company.team

tasks:
  - id: describe_store
    type: io.kestra.plugin.aws.healthlake.DescribeDatastore
    region: "{{ secret('AWS_REGION') }}"
    accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
    secretKeyId: "{{ secret('AWS_SECRET_ACCESS_KEY') }}"
    datastoreId: "{{ secret('HEALTHLAKE_DATASTORE_ID') }}"

  - id: log_status
    type: io.kestra.plugin.core.log.Log
    message: "Datastore status: {{ outputs.describe_store.datastoreStatus }}"
Properties
DefaultPT15M