Class AwsPrototypingChecks
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagPack
-
- software.aws.awsprototypingsdk.pdknag.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.
-
-
Constructor Summary
Constructors Modifier Constructor Description AwsPrototypingChecks()AwsPrototypingChecks(io.github.cdklabs.cdknag.NagPackProps props)protectedAwsPrototypingChecks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAwsPrototypingChecks(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(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
-
-
-
-
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:
visitin interfacesoftware.amazon.awscdk.IAspect- Specified by:
visitin classio.github.cdklabs.cdknag.NagPack- Parameters:
node- This parameter is required.
-
-