Uses of Interface
io.github.cdklabs.cdknag.NagLoggerBaseData
-
-
Uses of NagLoggerBaseData in io.github.cdklabs.cdknag
Subinterfaces of NagLoggerBaseData in io.github.cdklabs.cdknag Modifier and Type Interface Description interfaceNagLoggerComplianceDataData for onCompliance method of an INagLogger.interfaceNagLoggerErrorDataData for onError method of an INagLogger.interfaceNagLoggerNonComplianceDataData for onNonCompliance method of an INagLogger.interfaceNagLoggerNotApplicableDataData for onNotApplicable method of an INagLogger.interfaceNagLoggerSuppressedDataData for onSuppressed method of an INagLogger.interfaceNagLoggerSuppressedErrorDataData for onSuppressedError method of an INagLogger.Classes in io.github.cdklabs.cdknag that implement NagLoggerBaseData Modifier and Type Class Description static classNagLoggerBaseData.Jsii$ProxyAn implementation forNagLoggerBaseDatastatic classNagLoggerComplianceData.Jsii$ProxyAn implementation forNagLoggerComplianceDatastatic classNagLoggerErrorData.Jsii$ProxyAn implementation forNagLoggerErrorDatastatic classNagLoggerNonComplianceData.Jsii$ProxyAn implementation forNagLoggerNonComplianceDatastatic classNagLoggerNotApplicableData.Jsii$ProxyAn implementation forNagLoggerNotApplicableDatastatic classNagLoggerSuppressedData.Jsii$ProxyAn implementation forNagLoggerSuppressedDatastatic classNagLoggerSuppressedErrorData.Jsii$ProxyAn implementation forNagLoggerSuppressedErrorDataMethods in io.github.cdklabs.cdknag that return NagLoggerBaseData Modifier and Type Method Description NagLoggerBaseDataNagLoggerBaseData.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.cdknag with parameters of type NagLoggerBaseData Modifier and Type Method Description protected voidNagReportLogger. initializeStackReport(NagLoggerBaseData data)Initialize the report for the rule pack's compliance report for the resource's Stack if it doesn't exist.protected voidNagReportLogger. writeToStackComplianceReport(NagLoggerBaseData data, Object compliance)
-