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

    Interface AspectProps

    interface AspectProps {
        throwErrors?: boolean;
    }
    Index

    Properties

    Properties

    throwErrors?: boolean

    Throw possible validation errors. If errors are not thrown, they will be added as Annotations to the resource failing validation and CDK will fail deployment for the stack

    false