Package io.github.cdklabs.cdknag
Class NIST80053R5Checks
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagPack
-
- io.github.cdklabs.cdknag.NIST80053R5Checks
-
- All Implemented Interfaces:
software.amazon.awscdk.IAspect,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-10T00:13:50.757Z") @Stability(Stable) public class NIST80053R5Checks extends NagPack
Check for NIST 800-53 rev 5 compliance.Based on the NIST 800-53 rev 5 AWS operational best practices: https://docs.aws.amazon.com/config/latest/developerguide/operational-best-practices-for-nist-800-53_rev_5.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNIST80053R5Checks.BuilderA fluent builder forNIST80053R5Checks.
-
Constructor Summary
Constructors Modifier Constructor Description NIST80053R5Checks()NIST80053R5Checks(NagPackProps props)protectedNIST80053R5Checks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedNIST80053R5Checks(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(software.constructs.IConstruct node)All aspects can visit an IConstruct.-
Methods inherited from class io.github.cdklabs.cdknag.NagPack
applyRule, getLoggers, getPackGlobalSuppressionIgnore, getPackName, getReadPackName, getUserGlobalSuppressionIgnore, ignoreRule, ignoreRule, setLoggers, setPackGlobalSuppressionIgnore, setPackName, setUserGlobalSuppressionIgnore
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
NIST80053R5Checks
protected NIST80053R5Checks(software.amazon.jsii.JsiiObjectRef objRef)
-
NIST80053R5Checks
protected NIST80053R5Checks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
NIST80053R5Checks
@Stability(Stable) public NIST80053R5Checks(@Nullable NagPackProps props)- Parameters:
props-
-
NIST80053R5Checks
@Stability(Stable) public NIST80053R5Checks()
-
-