Class AwsPrototypingChecks

  • All Implemented Interfaces:
    software.amazon.awscdk.IAspect, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
               date="2023-02-01T23:43:16.030Z")
    @Stability(Stable)
    public class AwsPrototypingChecks
    extends io.github.cdklabs.cdknag.NagPack
    Check best practices for prototypes.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.amazon.awscdk.IAspect

        software.amazon.awscdk.IAspect.Jsii$Default
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visit​(software.constructs.IConstruct node)
      Check if CfnResource and apply rules.
      • Methods inherited from class io.github.cdklabs.cdknag.NagPack

        applyRule, createComplianceReportLine, createComplianceReportLine, createMessage, getLogIgnores, getPackName, getReadPackName, getReadReportStacks, getReports, getReportStacks, getVerbose, ignoreRule, initializeStackReport, setLogIgnores, setPackName, setReports, setReportStacks, setVerbose, writeToStackComplianceReport, writeToStackComplianceReport
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Constructor Detail

      • AwsPrototypingChecks

        protected AwsPrototypingChecks​(software.amazon.jsii.JsiiObjectRef objRef)
      • AwsPrototypingChecks

        protected AwsPrototypingChecks​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AwsPrototypingChecks

        @Stability(Stable)
        public AwsPrototypingChecks​(@Nullable
                                    io.github.cdklabs.cdknag.NagPackProps props)
        Parameters:
        props -
      • AwsPrototypingChecks

        @Stability(Stable)
        public AwsPrototypingChecks()
    • Method Detail

      • visit

        @Stability(Stable)
        public void visit​(@NotNull
                          software.constructs.IConstruct node)
        Check if CfnResource and apply rules.

        Specified by:
        visit in interface software.amazon.awscdk.IAspect
        Specified by:
        visit in class io.github.cdklabs.cdknag.NagPack
        Parameters:
        node - This parameter is required.