Package io.github.cdklabs.cdknag
Interface NagReportLine
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NagReportLine.Jsii$Proxy
@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-22T00:11:30.578Z") @Stability(Stable) public interface NagReportLine extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNagReportLine.BuilderA builder forNagReportLinestatic classNagReportLine.Jsii$ProxyAn implementation forNagReportLine
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NagReportLine.Builderbuilder()StringgetCompliance()StringgetExceptionReason()StringgetResourceId()StringgetRuleId()StringgetRuleInfo()StringgetRuleLevel()
-
-
-
Method Detail
-
getCompliance
@Stability(Stable) @NotNull String getCompliance()
-
getExceptionReason
@Stability(Stable) @NotNull String getExceptionReason()
-
getResourceId
@Stability(Stable) @NotNull String getResourceId()
-
getRuleId
@Stability(Stable) @NotNull String getRuleId()
-
getRuleInfo
@Stability(Stable) @NotNull String getRuleInfo()
-
getRuleLevel
@Stability(Stable) @NotNull String getRuleLevel()
-
builder
@Stability(Stable) static NagReportLine.Builder builder()
- Returns:
- a
NagReportLine.BuilderofNagReportLine
-
-