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

    Interface AnnotationMatcherProps

    interface AnnotationMatcherProps {
        message?: string | Matcher;
        path?: string;
        stack: Stack;
    }
    Index

    Properties

    Properties

    message?: string | Matcher

    Error / warning message. Should be a string or a Matcher object

    - Match any message
    
    path?: string

    Construct path

    - Match all stack constructs ('*')
    
    stack: Stack

    Stack under test