MDAA TS Docs
    Preparing search index...

    Properties for MdaaLogInsightsQuery construct

    interface MdaaLogInsightsQueryProps {
        createOutputs?: boolean;
        createParams?: boolean;
        functionName?: string;
        logGroupNames: string[];
        naming: IMdaaResourceNaming;
        queryName: string;
        queryString: string;
    }

    Hierarchy

    • MdaaConstructProps
      • MdaaLogInsightsQueryProps
    Index

    Properties

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    functionName?: string

    Optional function name for SSM parameter paths. If provided, query metadata will be exported to SSM at: /mdaa/{org}/{env}/insights-query/{functionName}/{queryName}/id /mdaa/{org}/{env}/insights-query/{functionName}/{queryName}/name

    - Query metadata exported without function name in path
    
    logGroupNames: string[]

    The log group names to query against

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    queryName: string

    The name of the query

    queryString: string

    The query string to execute