Class OrgPolicyPolicySpecRules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicySpecRules.Jsii$Proxy
-
- All Implemented Interfaces:
OrgPolicyPolicySpecRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OrgPolicyPolicySpecRules
@Stability(Stable) @Internal public static final class OrgPolicyPolicySpecRules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OrgPolicyPolicySpecRules
An implementation forOrgPolicyPolicySpecRules
-
-
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.OrgPolicyPolicySpecRules
OrgPolicyPolicySpecRules.Builder, OrgPolicyPolicySpecRules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OrgPolicyPolicySpecRules.Builder builder)Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicySpecRules.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)StringgetAllowAll()Setting this to '"TRUE"' means that all values are allowed.OrgPolicyPolicySpecRulesConditiongetCondition()condition block.StringgetDenyAll()Setting this to '"TRUE"' means that all values are denied.StringgetEnforce()If '"TRUE"', then the 'Policy' is enforced.OrgPolicyPolicySpecRulesValuesgetValues()values 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(OrgPolicyPolicySpecRules.Builder builder)
Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicySpecRules.Builder.
-
-
Method Detail
-
getAllowAll
public final String getAllowAll()
Description copied from interface:OrgPolicyPolicySpecRulesSetting this to '"TRUE"' means that all values are allowed.This field can be set only in Policies for list constraints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#allow_all OrgPolicyPolicy#allow_all}
- Specified by:
getAllowAllin interfaceOrgPolicyPolicySpecRules
-
getCondition
public final OrgPolicyPolicySpecRulesCondition getCondition()
Description copied from interface:OrgPolicyPolicySpecRulescondition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#condition OrgPolicyPolicy#condition}
- Specified by:
getConditionin interfaceOrgPolicyPolicySpecRules
-
getDenyAll
public final String getDenyAll()
Description copied from interface:OrgPolicyPolicySpecRulesSetting this to '"TRUE"' means that all values are denied.This field can be set only in Policies for list constraints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#deny_all OrgPolicyPolicy#deny_all}
- Specified by:
getDenyAllin interfaceOrgPolicyPolicySpecRules
-
getEnforce
public final String getEnforce()
Description copied from interface:OrgPolicyPolicySpecRulesIf '"TRUE"', then the 'Policy' is enforced.If '"FALSE"', then any configuration is acceptable. This field can be set only in Policies for boolean constraints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#enforce OrgPolicyPolicy#enforce}
- Specified by:
getEnforcein interfaceOrgPolicyPolicySpecRules
-
getValues
public final OrgPolicyPolicySpecRulesValues getValues()
Description copied from interface:OrgPolicyPolicySpecRulesvalues block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#values OrgPolicyPolicy#values}
- Specified by:
getValuesin interfaceOrgPolicyPolicySpecRules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-