Class 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 for NagPackProps
    • 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.
    • Method Detail

      • getLogIgnores

        public final Boolean getLogIgnores()
        Description copied from interface: NagPackProps
        Whether or not to log suppressed rule violations as informational messages (default: false).
        Specified by:
        getLogIgnores in interface NagPackProps
      • getReportFormats

        public final List<NagReportFormat> getReportFormats()
        Description copied from interface: NagPackProps
        If reports are enabled, the output formats of compliance reports in the App's output directory (default: only CSV).
        Specified by:
        getReportFormats in interface NagPackProps
      • getReports

        public final Boolean getReports()
        Description copied from interface: NagPackProps
        Whether or not to generate compliance reports for applied Stacks in the App's output directory (default: true).
        Specified by:
        getReports in interface NagPackProps
      • getVerbose

        public final Boolean getVerbose()
        Description copied from interface: NagPackProps
        Whether or not to enable extended explanatory descriptions on warning, error, and logged ignore messages (default: false).
        Specified by:
        getVerbose in interface NagPackProps
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object