MDAA TS Docs
    Preparing search index...

    Main GAIA configuration interface containing all component settings

    interface GAIAProps {
        adminGroup?: string;
        adminUi?: AdminUiProps;
        auth: AuthenticationProps;
        bedrock?: BedrockProps;
        chatHistory?: ChatHistoryProps;
        clientUi?: ClientUiProps;
        dataAdminRoles: MdaaRoleRef[];
        restApi?: RestApiProps;
        userFeedback: UserFeedbackProps;
        vpc: VpcProps;
        waf?: WafProps;
        webSocketApi?: WebSocketApiProps;
    }
    Index

    Properties

    adminGroup?: string

    Cognito group name for admin users with elevated privileges

    adminUi?: AdminUiProps

    Admin UI configuration for administrators

    Authentication configuration using Cognito

    bedrock?: BedrockProps

    Bedrock configuration for AI capabilities

    chatHistory?: ChatHistoryProps

    Chat history storage configuration

    clientUi?: ClientUiProps

    Client UI configuration for end users

    dataAdminRoles: MdaaRoleRef[]

    List of admin roles with access to team resources (KMS, S3, etc.)

    restApi?: RestApiProps

    REST API configuration

    userFeedback: UserFeedbackProps

    User feedback collection configuration

    VPC configuration for network deployment

    waf?: WafProps

    WAF configuration for security protection

    webSocketApi?: WebSocketApiProps

    WebSocket API configuration for real-time chat