MDAA TS Docs
    Preparing search index...

    Interface BuildPolicySuppressionConfig

    CDK Nag suppression entry for build policies. Deployers are responsible for providing meaningful justifications that explain why the suppressed rule is acceptable for their use case. Vague reasons (e.g. 'needed') should be flagged during code review.

    interface BuildPolicySuppressionConfig {
        id: string;
        reason: string;
    }
    Index

    Properties

    Properties

    id: string

    CDK Nag rule ID to suppress (e.g. 'AwsSolutions-IAM5').

    reason: string

    Justification for suppressing the rule. Should clearly explain why the broad permission is required and what constraints (e.g. Conditions) limit its scope.