MDAA TS Docs
    Preparing search index...

    Interface MdaaNagSuppressionByPath

    interface MdaaNagSuppressionByPath {
        path: string;
        suppressions: { id: string; reason: string }[];
    }
    Index

    Properties

    Properties

    path: string

    CloudFormation resource path identifying the specific resource for which CDK Nag rules should be suppressed

    suppressions: { id: string; reason: string }[]

    Array of specific CDK Nag rule suppressions with rule IDs and mandatory justifications for audit compliance