Package io.github.cdklabs.cdknag
Class SuppressionIgnoreErrors
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.SuppressionIgnoreErrors
-
- All Implemented Interfaces:
INagSuppressionIgnore,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-09T00:12:56.255Z") @Stability(Stable) public class SuppressionIgnoreErrors extends software.amazon.jsii.JsiiObject implements INagSuppressionIgnore
Ignore Suppressions for Rules with a NagMessageLevel.ERROR.
-
-
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.INagSuppressionIgnore
INagSuppressionIgnore.Jsii$Default, INagSuppressionIgnore.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description SuppressionIgnoreErrors()protectedSuppressionIgnoreErrors(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSuppressionIgnoreErrors(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcreateMessage(SuppressionIgnoreInput input)-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
SuppressionIgnoreErrors
protected SuppressionIgnoreErrors(software.amazon.jsii.JsiiObjectRef objRef)
-
SuppressionIgnoreErrors
protected SuppressionIgnoreErrors(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SuppressionIgnoreErrors
@Stability(Stable) public SuppressionIgnoreErrors()
-
-
Method Detail
-
createMessage
@Stability(Stable) @NotNull public String createMessage(@NotNull SuppressionIgnoreInput input)
- Specified by:
createMessagein interfaceINagSuppressionIgnore- Parameters:
input- This parameter is required.
-
-