Package software.amazon.awscdk
Class PolicyViolationBeta1.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.PolicyViolationBeta1.Jsii$Proxy
- All Implemented Interfaces:
PolicyViolationBeta1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PolicyViolationBeta1
@Stability(Stable)
@Internal
public static final class PolicyViolationBeta1.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyViolationBeta1
An implementation for
PolicyViolationBeta1-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.PolicyViolationBeta1
PolicyViolationBeta1.Builder, PolicyViolationBeta1.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PolicyViolationBeta1.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyViolationBeta1.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the violation.final StringgetFix()How to fix the violation.Additional metadata to include with the rule results.final StringThe name of the rule.final StringThe severity of the violation, only used for reporting purposes.final List<PolicyViolatingResourceBeta1> The resources violating this rule.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by thePolicyViolationBeta1.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:PolicyViolationBeta1The description of the violation.- Specified by:
getDescriptionin interfacePolicyViolationBeta1
-
getRuleName
Description copied from interface:PolicyViolationBeta1The name of the rule.- Specified by:
getRuleNamein interfacePolicyViolationBeta1
-
getViolatingResources
Description copied from interface:PolicyViolationBeta1The resources violating this rule.- Specified by:
getViolatingResourcesin interfacePolicyViolationBeta1
-
getFix
Description copied from interface:PolicyViolationBeta1How to fix the violation.Default: - no fix is provided
- Specified by:
getFixin interfacePolicyViolationBeta1
-
getRuleMetadata
Description copied from interface:PolicyViolationBeta1Additional metadata to include with the rule results.This can be used to provide additional information that is plugin specific. The data provided here will be rendered as is.
Default: - no rule metadata
- Specified by:
getRuleMetadatain interfacePolicyViolationBeta1
-
getSeverity
Description copied from interface:PolicyViolationBeta1The severity of the violation, only used for reporting purposes.This is useful for helping the user discriminate between warnings, errors, information, etc.
Default: - no severity
- Specified by:
getSeverityin interfacePolicyViolationBeta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-