ecr-viewer
    Preparing search index...
    interface EcrStorage {
        AWS_ACCESS_KEY_ID?: string;
        AWS_REGION?: string;
        AWS_SECRET_ACCESS_KEY?: string;
        AZURE_CONTAINER_NAME?: string;
        AZURE_STORAGE_CONNECTION_STRING?: string;
        GCP_CREDENTIALS?: string;
        GCP_PROJECT_ID?: string;
    }

    Hierarchy (View Summary)

    Index

    eCR Storage - AWS

    These variables are used to configure the storage of FHIR data. These may not be required based on the permissions of the AWS service account.

    eCR Storage - AZURE

    These variables are used to configure the storage of FHIR data. These may be required based on DefaultAzureCredential setup.

    eCR Storage - GCP

    These variables are used to configure the storage of FHIR data. These may not be required if using Application Default Credentials

    eCR Storage - AWS

    AWS_ACCESS_KEY_ID?: string

    AWS access key ID for accessing AWS services.

    AWS_REGION?: string

    AWS region where resources are located.

    AWS_SECRET_ACCESS_KEY?: string

    AWS secret access key for accessing AWS services.

    eCR Storage - AZURE

    AZURE_CONTAINER_NAME?: string

    Azure Blob Storage container name where eCR documents are stored.

    Since v3.1.0 - Use BaseRequired.ECR_BUCKET_NAME

    AZURE_STORAGE_CONNECTION_STRING?: string

    Connection string for Azure Storage account. Required for Azure Blob Storage.

    eCR Storage - GCP

    GCP_CREDENTIALS?: string

    Google Cloud service account credentials JSON (stringified) for GCP deployments.

    GCP_PROJECT_ID?: string

    Google Cloud project ID where resources are located.