Package io.github.cdklabs.cdknag
Interface SuppressionIgnoreInput
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SuppressionIgnoreInput.Jsii$Proxy
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-29T00:11:41.032Z") @Stability(Stable) public interface SuppressionIgnoreInput extends software.amazon.jsii.JsiiSerializable
Information about the NagRule and the relevant NagSuppression for the INagSuppressionIgnore.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSuppressionIgnoreInput.BuilderA builder forSuppressionIgnoreInputstatic classSuppressionIgnoreInput.Jsii$ProxyAn implementation forSuppressionIgnoreInput
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SuppressionIgnoreInput.Builderbuilder()StringgetFindingId()StringgetReason()software.amazon.awscdk.CfnResourcegetResource()StringgetRuleId()NagMessageLevelgetRuleLevel()
-
-
-
Method Detail
-
getFindingId
@Stability(Stable) @NotNull String getFindingId()
-
getReason
@Stability(Stable) @NotNull String getReason()
-
getResource
@Stability(Stable) @NotNull software.amazon.awscdk.CfnResource getResource()
-
getRuleId
@Stability(Stable) @NotNull String getRuleId()
-
getRuleLevel
@Stability(Stable) @NotNull NagMessageLevel getRuleLevel()
-
builder
@Stability(Stable) static SuppressionIgnoreInput.Builder builder()
- Returns:
- a
SuppressionIgnoreInput.BuilderofSuppressionIgnoreInput
-
-