Package io.github.cdklabs.cdknag
Interface INagSuppressionIgnore
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INagSuppressionIgnore.Jsii$Default
- All Known Implementing Classes:
INagSuppressionIgnore.Jsii$Proxy,SuppressionIgnoreAlways,SuppressionIgnoreAnd,SuppressionIgnoreErrors,SuppressionIgnoreNever,SuppressionIgnoreOr
@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-22T00:11:30.520Z") @Stability(Stable) public interface INagSuppressionIgnore extends software.amazon.jsii.JsiiSerializable
Interface for creating NagSuppression Ignores.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceINagSuppressionIgnore.Jsii$DefaultInternal default implementation forINagSuppressionIgnore.static classINagSuppressionIgnore.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateMessage(SuppressionIgnoreInput input)
-
-
-
Method Detail
-
createMessage
@Stability(Stable) @NotNull String createMessage(@NotNull SuppressionIgnoreInput input)
- Parameters:
input- This parameter is required.
-
-