Class OrgPolicyPolicySpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicySpec.Jsii$Proxy
-
- All Implemented Interfaces:
OrgPolicyPolicySpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OrgPolicyPolicySpec
@Stability(Stable) @Internal public static final class OrgPolicyPolicySpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OrgPolicyPolicySpec
An implementation forOrgPolicyPolicySpec
-
-
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.OrgPolicyPolicySpec
OrgPolicyPolicySpec.Builder, OrgPolicyPolicySpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OrgPolicyPolicySpec.Builder builder)Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicySpec.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(OrgPolicyPolicySpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicySpec.Builder.
-
-
Method Detail
-
getInheritFromParent
public final Object getInheritFromParent()
Description copied from interface:OrgPolicyPolicySpecDetermines the inheritance behavior for this 'Policy'.If 'inherit_from_parent' is true, PolicyRules 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 interfaceOrgPolicyPolicySpec
-
getReset
public final Object getReset()
Description copied from interface:OrgPolicyPolicySpecIgnores 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 interfaceOrgPolicyPolicySpec
-
getRules
public final Object getRules()
Description copied from interface:OrgPolicyPolicySpecrules 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 interfaceOrgPolicyPolicySpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-