Package io.github.cdklabs.cdknag
Class AwsSolutionsChecks
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagPack
-
- io.github.cdklabs.cdknag.AwsSolutionsChecks
-
- All Implemented Interfaces:
software.amazon.awscdk.IAspect,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-11T00:12:48.777Z") @Stability(Stable) public class AwsSolutionsChecks extends NagPack
Check Best practices based on AWS Solutions Security Matrix.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAwsSolutionsChecks.BuilderA fluent builder forAwsSolutionsChecks.
-
Constructor Summary
Constructors Modifier Constructor Description AwsSolutionsChecks()AwsSolutionsChecks(NagPackProps props)protectedAwsSolutionsChecks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAwsSolutionsChecks(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
-
AwsSolutionsChecks
protected AwsSolutionsChecks(software.amazon.jsii.JsiiObjectRef objRef)
-
AwsSolutionsChecks
protected AwsSolutionsChecks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AwsSolutionsChecks
@Stability(Stable) public AwsSolutionsChecks(@Nullable NagPackProps props)- Parameters:
props-
-
AwsSolutionsChecks
@Stability(Stable) public AwsSolutionsChecks()
-
-