Package io.github.cdklabs.cdknag
Interface NagReportSchema
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NagReportSchema.Jsii$Proxy
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)", date="2024-02-29T00:11:41.028Z") @Stability(Stable) public interface NagReportSchema extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNagReportSchema.BuilderA builder forNagReportSchemastatic classNagReportSchema.Jsii$ProxyAn implementation forNagReportSchema
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NagReportSchema.Builderbuilder()List<NagReportLine>getLines()
-
-
-
Method Detail
-
getLines
@Stability(Stable) @NotNull List<NagReportLine> getLines()
-
builder
@Stability(Stable) static NagReportSchema.Builder builder()
- Returns:
- a
NagReportSchema.BuilderofNagReportSchema
-
-