Documentation - v0.0.0
    Preparing search index...
    interface DataStackProps {
        clusterProps: DatabaseConfig;
        credentialsSecret?: ISecret;
        encryptionKey?: IKey;
        vpc: IVpc;
    }
    Index

    Properties

    clusterProps: DatabaseConfig
    credentialsSecret?: ISecret
    encryptionKey?: IKey
    vpc: IVpc