Class OrgPolicyPolicyDryRunSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicyDryRunSpec.Jsii$Proxy
-
- All Implemented Interfaces:
OrgPolicyPolicyDryRunSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OrgPolicyPolicyDryRunSpec
@Stability(Stable) @Internal public static final class OrgPolicyPolicyDryRunSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OrgPolicyPolicyDryRunSpec
An implementation forOrgPolicyPolicyDryRunSpec
-
-
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.OrgPolicyPolicyDryRunSpec
OrgPolicyPolicyDryRunSpec.Builder, OrgPolicyPolicyDryRunSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OrgPolicyPolicyDryRunSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpec.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)ObjectgetInheritFromParent()Determines the inheritance behavior for this policy.ObjectgetReset()Ignores policies set above this resource and restores the 'constraint_default' enforcement behavior of the specific constraint at this resource.ObjectgetRules()rules block.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(OrgPolicyPolicyDryRunSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpec.Builder.
-
-
Method Detail
-
getInheritFromParent
public final Object getInheritFromParent()
Description copied from interface:OrgPolicyPolicyDryRunSpecDetermines the inheritance behavior for this policy.If 'inherit_from_parent' is true, policy rules set higher up in the hierarchy (up to the closest root) are inherited and present in the effective policy. If it is false, then no rules are inherited, and this policy becomes the new root for evaluation. This field can be set only for policies which configure list constraints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#inherit_from_parent OrgPolicyPolicy#inherit_from_parent}
- Specified by:
getInheritFromParentin interfaceOrgPolicyPolicyDryRunSpec
-
getReset
public final Object getReset()
Description copied from interface:OrgPolicyPolicyDryRunSpecIgnores policies set above this resource and restores the 'constraint_default' enforcement behavior of the specific constraint at this resource.This field can be set in policies for either list or boolean constraints. If set, 'rules' must be empty and 'inherit_from_parent' must be set to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#reset OrgPolicyPolicy#reset}
- Specified by:
getResetin interfaceOrgPolicyPolicyDryRunSpec
-
getRules
public final Object getRules()
Description copied from interface:OrgPolicyPolicyDryRunSpecrules block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#rules OrgPolicyPolicy#rules}
- Specified by:
getRulesin interfaceOrgPolicyPolicyDryRunSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-