Package io.github.cdklabs.cdknag
Class INagLogger.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.INagLogger.Jsii$Proxy
-
- All Implemented Interfaces:
INagLogger,INagLogger.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- INagLogger
@Internal public static final class INagLogger.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements INagLogger.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.cdknag.INagLogger
INagLogger.Jsii$Default, INagLogger.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonCompliance(NagLoggerComplianceData data)Called when a CfnResource passes the compliance check for a given rule.voidonError(NagLoggerErrorData data)Called when a rule throws an error during while validating a CfnResource for compliance.voidonNonCompliance(NagLoggerNonComplianceData data)Called when a CfnResource does not pass the compliance check for a given rule and the the rule violation is not suppressed by the user.voidonNotApplicable(NagLoggerNotApplicableData data)Called when a rule does not apply to the given CfnResource.voidonSuppressed(NagLoggerSuppressedData data)Called when a CfnResource does not pass the compliance check for a given rule and the rule violation is suppressed by the user.voidonSuppressedError(NagLoggerSuppressedErrorData data)Called when a rule throws an error during while validating a CfnResource for compliance and the error is suppressed.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
onCompliance
@Stability(Stable) public final void onCompliance(@NotNull NagLoggerComplianceData data)Called when a CfnResource passes the compliance check for a given rule.- Specified by:
onCompliancein interfaceINagLogger- Specified by:
onCompliancein interfaceINagLogger.Jsii$Default- Parameters:
data- This parameter is required.
-
onError
@Stability(Stable) public final void onError(@NotNull NagLoggerErrorData data)Called when a rule throws an error during while validating a CfnResource for compliance.- Specified by:
onErrorin interfaceINagLogger- Specified by:
onErrorin interfaceINagLogger.Jsii$Default- Parameters:
data- This parameter is required.
-
onNonCompliance
@Stability(Stable) public final void onNonCompliance(@NotNull NagLoggerNonComplianceData data)Called when a CfnResource does not pass the compliance check for a given rule and the the rule violation is not suppressed by the user.- Specified by:
onNonCompliancein interfaceINagLogger- Specified by:
onNonCompliancein interfaceINagLogger.Jsii$Default- Parameters:
data- This parameter is required.
-
onNotApplicable
@Stability(Stable) public final void onNotApplicable(@NotNull NagLoggerNotApplicableData data)Called when a rule does not apply to the given CfnResource.- Specified by:
onNotApplicablein interfaceINagLogger- Specified by:
onNotApplicablein interfaceINagLogger.Jsii$Default- Parameters:
data- This parameter is required.
-
onSuppressed
@Stability(Stable) public final void onSuppressed(@NotNull NagLoggerSuppressedData data)Called when a CfnResource does not pass the compliance check for a given rule and the rule violation is suppressed by the user.- Specified by:
onSuppressedin interfaceINagLogger- Specified by:
onSuppressedin interfaceINagLogger.Jsii$Default- Parameters:
data- This parameter is required.
-
onSuppressedError
@Stability(Stable) public final void onSuppressedError(@NotNull NagLoggerSuppressedErrorData data)Called when a rule throws an error during while validating a CfnResource for compliance and the error is suppressed.- Specified by:
onSuppressedErrorin interfaceINagLogger- Specified by:
onSuppressedErrorin interfaceINagLogger.Jsii$Default- Parameters:
data- This parameter is required.
-
-