Class PDKNagAppProps.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.awscdk.AppProps, software.amazon.jsii.JsiiSerializable, PDKNagAppProps
    Enclosing interface:
    PDKNagAppProps

    @Stability(Stable)
    @Internal
    public static final class PDKNagAppProps.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements PDKNagAppProps
    An implementation for PDKNagAppProps
    • 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

      • getFailOnError

        public final Boolean getFailOnError()
        Description copied from interface: PDKNagAppProps
        Determines whether any errors encountered should trigger a test failure.

        Default: false

        Specified by:
        getFailOnError in interface PDKNagAppProps
      • getFailOnWarning

        public final Boolean getFailOnWarning()
        Description copied from interface: PDKNagAppProps
        Determines whether any warnings encountered should trigger a test failure.

        Default: false

        Specified by:
        getFailOnWarning in interface PDKNagAppProps
      • getNagPacks

        public final List<io.github.cdklabs.cdknag.NagPack> getNagPacks()
        Description copied from interface: PDKNagAppProps
        Custom nag packs to execute.

        Default: DEFAULT_NAG_PACKS

        Specified by:
        getNagPacks in interface PDKNagAppProps
      • getAnalyticsReporting

        public final Boolean getAnalyticsReporting()
        Specified by:
        getAnalyticsReporting in interface software.amazon.awscdk.AppProps
      • getAutoSynth

        public final Boolean getAutoSynth()
        Specified by:
        getAutoSynth in interface software.amazon.awscdk.AppProps
      • getContext

        public final Map<String,​Object> getContext()
        Specified by:
        getContext in interface software.amazon.awscdk.AppProps
      • getDefaultStackSynthesizer

        public final software.amazon.awscdk.IReusableStackSynthesizer getDefaultStackSynthesizer()
        Specified by:
        getDefaultStackSynthesizer in interface software.amazon.awscdk.AppProps
      • getOutdir

        public final String getOutdir()
        Specified by:
        getOutdir in interface software.amazon.awscdk.AppProps
      • getPostCliContext

        public final Map<String,​Object> getPostCliContext()
        Specified by:
        getPostCliContext in interface software.amazon.awscdk.AppProps
      • getStackTraces

        public final Boolean getStackTraces()
        Specified by:
        getStackTraces in interface software.amazon.awscdk.AppProps
      • getTreeMetadata

        public final Boolean getTreeMetadata()
        Specified by:
        getTreeMetadata in interface software.amazon.awscdk.AppProps
      • $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