Class OrgPolicyPolicyDryRunSpecRules.Jsii$Proxy

    • 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.
    • Method Detail

      • getAllowAll

        public final String getAllowAll()
        Description copied from interface: OrgPolicyPolicyDryRunSpecRules
        Setting 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:
        getAllowAll in interface OrgPolicyPolicyDryRunSpecRules
      • getDenyAll

        public final String getDenyAll()
        Description copied from interface: OrgPolicyPolicyDryRunSpecRules
        Setting 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:
        getDenyAll in interface OrgPolicyPolicyDryRunSpecRules
      • getEnforce

        public final String getEnforce()
        Description copied from interface: OrgPolicyPolicyDryRunSpecRules
        If '"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:
        getEnforce in interface OrgPolicyPolicyDryRunSpecRules
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object