Class PDKNagAppProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.pdknag.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 forPDKNagAppProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.pdknag.PDKNagAppProps
PDKNagAppProps.Builder, PDKNagAppProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(PDKNagAppProps.Builder builder)Constructor that initializes the object based on literal property values passed by thePDKNagAppProps.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)BooleangetAnalyticsReporting()BooleangetAutoSynth()Map<String,Object>getContext()software.amazon.awscdk.IReusableStackSynthesizergetDefaultStackSynthesizer()BooleangetFailOnError()Determines whether any errors encountered should trigger a test failure.BooleangetFailOnWarning()Determines whether any warnings encountered should trigger a test failure.List<io.github.cdklabs.cdknag.NagPack>getNagPacks()Custom nag packs to execute.StringgetOutdir()Map<String,Object>getPostCliContext()BooleangetStackTraces()BooleangetTreeMetadata()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(PDKNagAppProps.Builder builder)
Constructor that initializes the object based on literal property values passed by thePDKNagAppProps.Builder.
-
-
Method Detail
-
getFailOnError
public final Boolean getFailOnError()
Description copied from interface:PDKNagAppPropsDetermines whether any errors encountered should trigger a test failure.Default: false
- Specified by:
getFailOnErrorin interfacePDKNagAppProps
-
getFailOnWarning
public final Boolean getFailOnWarning()
Description copied from interface:PDKNagAppPropsDetermines whether any warnings encountered should trigger a test failure.Default: false
- Specified by:
getFailOnWarningin interfacePDKNagAppProps
-
getNagPacks
public final List<io.github.cdklabs.cdknag.NagPack> getNagPacks()
Description copied from interface:PDKNagAppPropsCustom nag packs to execute.Default: DEFAULT_NAG_PACKS
- Specified by:
getNagPacksin interfacePDKNagAppProps
-
getAnalyticsReporting
public final Boolean getAnalyticsReporting()
- Specified by:
getAnalyticsReportingin interfacesoftware.amazon.awscdk.AppProps
-
getAutoSynth
public final Boolean getAutoSynth()
- Specified by:
getAutoSynthin interfacesoftware.amazon.awscdk.AppProps
-
getContext
public final Map<String,Object> getContext()
- Specified by:
getContextin interfacesoftware.amazon.awscdk.AppProps
-
getDefaultStackSynthesizer
public final software.amazon.awscdk.IReusableStackSynthesizer getDefaultStackSynthesizer()
- Specified by:
getDefaultStackSynthesizerin interfacesoftware.amazon.awscdk.AppProps
-
getOutdir
public final String getOutdir()
- Specified by:
getOutdirin interfacesoftware.amazon.awscdk.AppProps
-
getPostCliContext
public final Map<String,Object> getPostCliContext()
- Specified by:
getPostCliContextin interfacesoftware.amazon.awscdk.AppProps
-
getStackTraces
public final Boolean getStackTraces()
- Specified by:
getStackTracesin interfacesoftware.amazon.awscdk.AppProps
-
getTreeMetadata
public final Boolean getTreeMetadata()
- Specified by:
getTreeMetadatain interfacesoftware.amazon.awscdk.AppProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-