Package io.github.cdklabs.cdknag
Class NagPackProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagPackProps.Jsii$Proxy
-
- All Implemented Interfaces:
NagPackProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NagPackProps
@Stability(Stable) @Internal public static final class NagPackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NagPackProps
An implementation forNagPackProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.cdknag.NagPackProps
NagPackProps.Builder, NagPackProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NagPackProps.Builder builder)Constructor that initializes the object based on literal property values passed by theNagPackProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<INagLogger>getAdditionalLoggers()Additional NagLoggers for logging rule validation outputs.BooleangetLogIgnores()Whether or not to log suppressed rule violations as informational messages (default: false).List<NagReportFormat>getReportFormats()If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).BooleangetReports()Whether or not to generate compliance reports for applied Stacks in the App's output directory (default: true).INagSuppressionIgnoregetSuppressionIgnoreCondition()Conditionally prevent rules from being suppressed (default: no user provided condition).BooleangetVerbose()Whether or not to enable extended explanatory descriptions on warning, error, and logged ignore messages (default: false).inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NagPackProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theNagPackProps.Builder.
-
-
Method Detail
-
getAdditionalLoggers
public final List<INagLogger> getAdditionalLoggers()
Description copied from interface:NagPackPropsAdditional NagLoggers for logging rule validation outputs.- Specified by:
getAdditionalLoggersin interfaceNagPackProps
-
getLogIgnores
public final Boolean getLogIgnores()
Description copied from interface:NagPackPropsWhether or not to log suppressed rule violations as informational messages (default: false).- Specified by:
getLogIgnoresin interfaceNagPackProps
-
getReportFormats
public final List<NagReportFormat> getReportFormats()
Description copied from interface:NagPackPropsIf reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).- Specified by:
getReportFormatsin interfaceNagPackProps
-
getReports
public final Boolean getReports()
Description copied from interface:NagPackPropsWhether or not to generate compliance reports for applied Stacks in the App's output directory (default: true).- Specified by:
getReportsin interfaceNagPackProps
-
getSuppressionIgnoreCondition
public final INagSuppressionIgnore getSuppressionIgnoreCondition()
Description copied from interface:NagPackPropsConditionally prevent rules from being suppressed (default: no user provided condition).- Specified by:
getSuppressionIgnoreConditionin interfaceNagPackProps
-
getVerbose
public final Boolean getVerbose()
Description copied from interface:NagPackPropsWhether or not to enable extended explanatory descriptions on warning, error, and logged ignore messages (default: false).- Specified by:
getVerbosein interfaceNagPackProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-