Package io.github.cdklabs.cdknag
Class NIST80053R4Checks
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagPack
-
- io.github.cdklabs.cdknag.NIST80053R4Checks
-
- All Implemented Interfaces:
software.amazon.awscdk.IAspect,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-09T00:12:56.167Z") @Stability(Stable) public class NIST80053R4Checks extends NagPack
Check for NIST 800-53 rev 4 compliance.Based on the NIST 800-53 rev 4 AWS operational best practices: https://docs.aws.amazon.com/config/latest/developerguide/operational-best-practices-for-nist-800-53_rev_4.html
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNIST80053R4Checks.BuilderA fluent builder forNIST80053R4Checks.
-
Constructor Summary
Constructors Modifier Constructor Description NIST80053R4Checks()NIST80053R4Checks(NagPackProps props)protectedNIST80053R4Checks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedNIST80053R4Checks(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
-
NIST80053R4Checks
protected NIST80053R4Checks(software.amazon.jsii.JsiiObjectRef objRef)
-
NIST80053R4Checks
protected NIST80053R4Checks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
NIST80053R4Checks
@Stability(Stable) public NIST80053R4Checks(@Nullable NagPackProps props)- Parameters:
props-
-
NIST80053R4Checks
@Stability(Stable) public NIST80053R4Checks()
-
-