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(Deprecated)
@Deprecated
@Internal
public static final class PolicyViolationBeta1.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyViolationBeta1
Deprecated.
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) Deprecated.Constructor that initializes the object based on literal property values passed by thePolicyViolationBeta1.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) The description of the violation.final StringgetFix()Deprecated.(deprecated) How to fix the violation.Deprecated.(deprecated) Additional metadata to include with the rule results.final StringDeprecated.(deprecated) The name of the rule.final StringDeprecated.(deprecated) The severity of the violation, only used for reporting purposes.final List<PolicyViolatingResourceBeta1> Deprecated.(deprecated) The resources violating this rule.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by thePolicyViolationBeta1.Builder.
-
-
Method Details
-
getDescription
Deprecated.Description copied from interface:PolicyViolationBeta1(deprecated) The description of the violation.- Specified by:
getDescriptionin interfacePolicyViolationBeta1
-
getRuleName
Deprecated.Description copied from interface:PolicyViolationBeta1(deprecated) The name of the rule.- Specified by:
getRuleNamein interfacePolicyViolationBeta1
-
getViolatingResources
Deprecated.Description copied from interface:PolicyViolationBeta1(deprecated) The resources violating this rule.- Specified by:
getViolatingResourcesin interfacePolicyViolationBeta1
-
getFix
Deprecated.Description copied from interface:PolicyViolationBeta1(deprecated) How to fix the violation.Default: - no fix is provided
- Specified by:
getFixin interfacePolicyViolationBeta1
-
getRuleMetadata
Deprecated.Description copied from interface:PolicyViolationBeta1(deprecated) Additional 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
Deprecated.Description copied from interface:PolicyViolationBeta1(deprecated) The 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()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-