Package io.github.cdklabs.cdknag
Class PCIDSS321Checks
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagPack
-
- io.github.cdklabs.cdknag.PCIDSS321Checks
-
- 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.888Z") @Stability(Stable) public class PCIDSS321Checks extends NagPack
Check for PCI DSS 3.2.1 compliance. Based on the PCI DSS 3.2.1 AWS operational best practices: https://docs.aws.amazon.com/config/latest/developerguide/operational-best-practices-for-pci-dss.html.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPCIDSS321Checks.BuilderA fluent builder forPCIDSS321Checks.
-
Constructor Summary
Constructors Modifier Constructor Description PCIDSS321Checks()PCIDSS321Checks(NagPackProps props)protectedPCIDSS321Checks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedPCIDSS321Checks(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
-
PCIDSS321Checks
protected PCIDSS321Checks(software.amazon.jsii.JsiiObjectRef objRef)
-
PCIDSS321Checks
protected PCIDSS321Checks(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
PCIDSS321Checks
@Stability(Stable) public PCIDSS321Checks(@Nullable NagPackProps props)- Parameters:
props-
-
PCIDSS321Checks
@Stability(Stable) public PCIDSS321Checks()
-
-