Class OrgPolicyPolicyDryRunSpecRulesValues.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicyDryRunSpecRulesValues.Jsii$Proxy
-
- All Implemented Interfaces:
OrgPolicyPolicyDryRunSpecRulesValues,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OrgPolicyPolicyDryRunSpecRulesValues
@Stability(Stable) @Internal public static final class OrgPolicyPolicyDryRunSpecRulesValues.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OrgPolicyPolicyDryRunSpecRulesValues
An implementation forOrgPolicyPolicyDryRunSpecRulesValues
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicyDryRunSpecRulesValues
OrgPolicyPolicyDryRunSpecRulesValues.Builder, OrgPolicyPolicyDryRunSpecRulesValues.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OrgPolicyPolicyDryRunSpecRulesValues.Builder builder)Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpecRulesValues.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)List<String>getAllowedValues()List of values allowed at this resource.List<String>getDeniedValues()List of values denied at this resource.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(OrgPolicyPolicyDryRunSpecRulesValues.Builder builder)
Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpecRulesValues.Builder.
-
-
Method Detail
-
getAllowedValues
public final List<String> getAllowedValues()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesValuesList of values allowed at this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#allowed_values OrgPolicyPolicy#allowed_values}
- Specified by:
getAllowedValuesin interfaceOrgPolicyPolicyDryRunSpecRulesValues
-
getDeniedValues
public final List<String> getDeniedValues()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesValuesList of values denied at this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#denied_values OrgPolicyPolicy#denied_values}
- Specified by:
getDeniedValuesin interfaceOrgPolicyPolicyDryRunSpecRulesValues
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-