@nikovirtala/projen-constructs
    Preparing search index...

    Interface LocalStackOptions

    interface LocalStackOptions {
        debug?: boolean;
        imageTag?: string;
        port?: number;
        services?: string[];
    }
    Index

    Properties

    debug?: boolean
    imageTag?: string
    port?: number
    services?: string[]