@finnairoyj/cdk-constructs-lib
    Preparing search index...

    Interface DbSecret

    interface DbSecret {
        dbClusterIdentifier: string;
        dbname: string;
        engine: string;
        host: string;
        password: string;
        port: number;
        username: string;
    }
    Index

    Properties

    dbClusterIdentifier: string
    dbname: string
    engine: string
    host: string
    password: string
    port: number
    username: string