MDAA TS Docs
    Preparing search index...

    Properties for the MdaaHealthLakeGlueDatabase construct.

    interface MdaaHealthLakeGlueDatabaseProps {
        createOutputs?: boolean;
        createParams?: boolean;
        datastoreId: string;
        datastoreName: string;
        naming: IMdaaResourceNaming;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    datastoreId: string

    HealthLake datastore ID (CloudFormation token from CfnFHIRDatastore.attrDatastoreId)

    datastoreName: string

    HealthLake datastore name (the MDAA-prefixed name used when creating the datastore)

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs