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.93.0 (build 1706ca5)", date="2023-12-13T00:20:27.703Z") @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
-
-