Package io.github.cdklabs.cdknag
Class NagLoggerSuppressedData.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagLoggerSuppressedData.Jsii$Proxy
-
- All Implemented Interfaces:
NagLoggerBaseData,NagLoggerNonComplianceData,NagLoggerSuppressedData,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NagLoggerSuppressedData
@Stability(Stable) @Internal public static final class NagLoggerSuppressedData.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NagLoggerSuppressedData
An implementation forNagLoggerSuppressedData
-
-
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.NagLoggerSuppressedData
NagLoggerSuppressedData.Builder, NagLoggerSuppressedData.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NagLoggerSuppressedData.Builder builder)Constructor that initializes the object based on literal property values passed by theNagLoggerSuppressedData.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)StringgetFindingId()StringgetNagPackName()software.amazon.awscdk.CfnResourcegetResource()StringgetRuleExplanation()StringgetRuleId()StringgetRuleInfo()NagMessageLevelgetRuleLevel()StringgetSuppressionReason()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(NagLoggerSuppressedData.Builder builder)
Constructor that initializes the object based on literal property values passed by theNagLoggerSuppressedData.Builder.
-
-
Method Detail
-
getSuppressionReason
public final String getSuppressionReason()
- Specified by:
getSuppressionReasonin interfaceNagLoggerSuppressedData
-
getFindingId
public final String getFindingId()
- Specified by:
getFindingIdin interfaceNagLoggerNonComplianceData
-
getNagPackName
public final String getNagPackName()
- Specified by:
getNagPackNamein interfaceNagLoggerBaseData
-
getResource
public final software.amazon.awscdk.CfnResource getResource()
- Specified by:
getResourcein interfaceNagLoggerBaseData
-
getRuleExplanation
public final String getRuleExplanation()
- Specified by:
getRuleExplanationin interfaceNagLoggerBaseData
-
getRuleId
public final String getRuleId()
- Specified by:
getRuleIdin interfaceNagLoggerBaseData
-
getRuleInfo
public final String getRuleInfo()
- Specified by:
getRuleInfoin interfaceNagLoggerBaseData
-
getRuleLevel
public final NagMessageLevel getRuleLevel()
- Specified by:
getRuleLevelin interfaceNagLoggerBaseData
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-