Package io.github.cdklabs.cdknag
Class SuppressionIgnoreAlways
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.SuppressionIgnoreAlways
-
- All Implemented Interfaces:
INagSuppressionIgnore,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-15T00:12:13.376Z") @Stability(Stable) public class SuppressionIgnoreAlways extends software.amazon.jsii.JsiiObject implements INagSuppressionIgnore
Always ignore the suppression.
-
-
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 SuppressionIgnoreAlways(String triggerMessage)protectedSuppressionIgnoreAlways(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSuppressionIgnoreAlways(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
-
SuppressionIgnoreAlways
protected SuppressionIgnoreAlways(software.amazon.jsii.JsiiObjectRef objRef)
-
SuppressionIgnoreAlways
protected SuppressionIgnoreAlways(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SuppressionIgnoreAlways
@Stability(Stable) public SuppressionIgnoreAlways(@NotNull String triggerMessage)- Parameters:
triggerMessage- This parameter is required.
-
-
Method Detail
-
createMessage
@Stability(Stable) @NotNull public String createMessage(@NotNull SuppressionIgnoreInput _input)
- Specified by:
createMessagein interfaceINagSuppressionIgnore- Parameters:
_input- This parameter is required.
-
-