Uses of Class
io.github.cdklabs.cdknag.NagReportFormat
-
-
Uses of NagReportFormat in io.github.cdklabs.cdknag
Methods in io.github.cdklabs.cdknag that return NagReportFormat Modifier and Type Method Description static NagReportFormatNagReportFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static NagReportFormat[]NagReportFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.cdknag that return types with arguments of type NagReportFormat Modifier and Type Method Description List<NagReportFormat>NagReportLogger. getFormats()List<NagReportFormat>NagReportLoggerProps. getFormats()List<NagReportFormat>NagReportLoggerProps.Jsii$Proxy. getFormats()default List<NagReportFormat>NagPackProps. getReportFormats()If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).List<NagReportFormat>NagPackProps.Jsii$Proxy. getReportFormats()Methods in io.github.cdklabs.cdknag with parameters of type NagReportFormat Modifier and Type Method Description List<String>NagReportLogger. getFormatStacks(NagReportFormat format)Method parameters in io.github.cdklabs.cdknag with type arguments of type NagReportFormat Modifier and Type Method Description NagReportLogger.BuilderNagReportLogger.Builder. formats(List<? extends NagReportFormat> formats)NagReportLoggerProps.BuilderNagReportLoggerProps.Builder. formats(List<? extends NagReportFormat> formats)Sets the value ofNagReportLoggerProps.getFormats()AwsSolutionsChecks.BuilderAwsSolutionsChecks.Builder. reportFormats(List<? extends NagReportFormat> reportFormats)If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).HIPAASecurityChecks.BuilderHIPAASecurityChecks.Builder. reportFormats(List<? extends NagReportFormat> reportFormats)If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).NagPackProps.BuilderNagPackProps.Builder. reportFormats(List<? extends NagReportFormat> reportFormats)Sets the value ofNagPackProps.getReportFormats()NIST80053R4Checks.BuilderNIST80053R4Checks.Builder. reportFormats(List<? extends NagReportFormat> reportFormats)If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).NIST80053R5Checks.BuilderNIST80053R5Checks.Builder. reportFormats(List<? extends NagReportFormat> reportFormats)If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).PCIDSS321Checks.BuilderPCIDSS321Checks.Builder. reportFormats(List<? extends NagReportFormat> reportFormats)If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).
-