Package io.github.cdklabs.cdknag
Class NagLoggerComplianceData.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdknag.NagLoggerComplianceData.Jsii$Proxy
-
- All Implemented Interfaces:
NagLoggerBaseData,NagLoggerComplianceData,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NagLoggerComplianceData
@Stability(Stable) @Internal public static final class NagLoggerComplianceData.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NagLoggerComplianceData
An implementation forNagLoggerComplianceData
-
-
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.NagLoggerComplianceData
NagLoggerComplianceData.Builder, NagLoggerComplianceData.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NagLoggerComplianceData.Builder builder)Constructor that initializes the object based on literal property values passed by theNagLoggerComplianceData.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)StringgetNagPackName()software.amazon.awscdk.CfnResourcegetResource()StringgetRuleExplanation()StringgetRuleId()StringgetRuleInfo()NagMessageLevelgetRuleLevel()StringgetRuleOriginalName()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(NagLoggerComplianceData.Builder builder)
Constructor that initializes the object based on literal property values passed by theNagLoggerComplianceData.Builder.
-
-
Method Detail
-
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
-
getRuleOriginalName
public final String getRuleOriginalName()
- Specified by:
getRuleOriginalNamein interfaceNagLoggerBaseData
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-