Class OrgPolicyPolicyDryRunSpecRules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicyDryRunSpecRules.Jsii$Proxy
-
- All Implemented Interfaces:
OrgPolicyPolicyDryRunSpecRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OrgPolicyPolicyDryRunSpecRules
@Stability(Stable) @Internal public static final class OrgPolicyPolicyDryRunSpecRules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OrgPolicyPolicyDryRunSpecRules
An implementation forOrgPolicyPolicyDryRunSpecRules
-
-
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.OrgPolicyPolicyDryRunSpecRules
OrgPolicyPolicyDryRunSpecRules.Builder, OrgPolicyPolicyDryRunSpecRules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OrgPolicyPolicyDryRunSpecRules.Builder builder)Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpecRules.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.OrgPolicyPolicyDryRunSpecRulesConditiongetCondition()condition block.StringgetDenyAll()Setting this to '"TRUE"' means that all values are denied.StringgetEnforce()If '"TRUE"', then the 'Policy' is enforced.OrgPolicyPolicyDryRunSpecRulesValuesgetValues()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(OrgPolicyPolicyDryRunSpecRules.Builder builder)
Constructor that initializes the object based on literal property values passed by theOrgPolicyPolicyDryRunSpecRules.Builder.
-
-
Method Detail
-
getAllowAll
public final String getAllowAll()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesSetting 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 interfaceOrgPolicyPolicyDryRunSpecRules
-
getCondition
public final OrgPolicyPolicyDryRunSpecRulesCondition getCondition()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulescondition 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 interfaceOrgPolicyPolicyDryRunSpecRules
-
getDenyAll
public final String getDenyAll()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesSetting 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 interfaceOrgPolicyPolicyDryRunSpecRules
-
getEnforce
public final String getEnforce()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesIf '"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 interfaceOrgPolicyPolicyDryRunSpecRules
-
getValues
public final OrgPolicyPolicyDryRunSpecRulesValues getValues()
Description copied from interface:OrgPolicyPolicyDryRunSpecRulesvalues 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 interfaceOrgPolicyPolicyDryRunSpecRules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-