MDAA TS Docs
    Preparing search index...
    Index

    Constructors

    Methods

    • Add cdk-nag suppressions to a CfnResource and optionally its children

      Parameters

      • construct: IConstruct

        The IConstruct(s) to apply the suppression to

      • suppressions: NagPackSuppression[]

        A list of suppressions to apply to the resource

      • OptionalapplyToChildren: boolean

        Apply the suppressions to children CfnResources (default:false)

      Returns void

    • Add cdk-nag suppressions to a CfnResource and optionally its children

      Parameters

      • construct: IConstruct

        The IConstruct(s) to apply the suppression to

      • suppressions: NagPackSuppression[]

        A list of suppressions to apply to the resource

      • OptionalapplyToChildren: boolean

        Apply the suppressions to children CfnResources (default:false)

      Returns void

    • Add cdk-nag suppressions to a CfnResource and optionally its children via its path

      Parameters

      • stack: Stack

        The Stack the construct belongs to

      • path: string | string[]

        The path(s) to the construct in the provided stack

      • suppressions: NagPackSuppression[]

        A list of suppressions to apply to the resource

      • OptionalapplyToChildren: boolean

        Apply the suppressions to children CfnResources (default:false)

      Returns void