Package io.github.cdklabs.cdknag
Interface NagReportLoggerProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NagReportLoggerProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-22T00:11:30.592Z") @Stability(Stable) public interface NagReportLoggerProps extends software.amazon.jsii.JsiiSerializable
Props for the NagReportLogger.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNagReportLoggerProps.BuilderA builder forNagReportLoggerPropsstatic classNagReportLoggerProps.Jsii$ProxyAn implementation forNagReportLoggerProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NagReportLoggerProps.Builderbuilder()List<NagReportFormat>getFormats()
-
-
-
Method Detail
-
getFormats
@Stability(Stable) @NotNull List<NagReportFormat> getFormats()
-
builder
@Stability(Stable) static NagReportLoggerProps.Builder builder()
- Returns:
- a
NagReportLoggerProps.BuilderofNagReportLoggerProps
-
-