MDAA TS Docs
    Preparing search index...
    interface SystemConfig {
        api?: BackendApisProps;
        auth: AuthProps;
        bedrock?: BedrockProps;
        codeOverwrites?: CodeOverwritesProps;
        concurrency?: ConcurrencyProps;
        llms: LlmsProps;
        mainDomain?: string;
        powertoolsDevLogging?: "true" | "false";
        prefix: string;
        rag?: RagProps;
        setApiGateWayAccountCloudwatchRole?: boolean;
        skipApiGatewayDefaultWaf?: boolean;
        vpc: VpcProps;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Backend API configuration for REST and WebSocket domains

    auth: AuthProps
    bedrock?: BedrockProps
    codeOverwrites?: CodeOverwritesProps
    concurrency?: ConcurrencyProps
    llms: LlmsProps
    mainDomain?: string
    powertoolsDevLogging?: "true" | "false"
    prefix: string
    rag?: RagProps
    setApiGateWayAccountCloudwatchRole?: boolean
    skipApiGatewayDefaultWaf?: boolean