public static final class CfnConfigRule.CustomPolicyDetailsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfigRule.CustomPolicyDetailsProperty
CfnConfigRule.CustomPolicyDetailsProperty
CfnConfigRule.CustomPolicyDetailsProperty.Builder, CfnConfigRule.CustomPolicyDetailsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnableDebugLogDelivery()
The boolean expression for enabling debug logging for your AWS Config Custom Policy rule.
|
java.lang.String |
getPolicyRuntime()
The runtime system for your AWS Config Custom Policy rule.
|
java.lang.String |
getPolicyText()
The policy definition containing the logic for your AWS Config Custom Policy rule.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnableDebugLogDelivery()
CfnConfigRule.CustomPolicyDetailsProperty
The default value is false
.
getEnableDebugLogDelivery
in interface CfnConfigRule.CustomPolicyDetailsProperty
public final java.lang.String getPolicyRuntime()
CfnConfigRule.CustomPolicyDetailsProperty
Guard is a policy-as-code language that allows you to write policies that are enforced by AWS Config Custom Policy rules. For more information about Guard, see the Guard GitHub Repository .
getPolicyRuntime
in interface CfnConfigRule.CustomPolicyDetailsProperty
public final java.lang.String getPolicyText()
CfnConfigRule.CustomPolicyDetailsProperty
getPolicyText
in interface CfnConfigRule.CustomPolicyDetailsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()