Class OrgPolicyPolicySpecRulesCondition.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

      • getDescription

        public final String getDescription()
        Description copied from interface: OrgPolicyPolicySpecRulesCondition
        Optional.

        Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#description OrgPolicyPolicy#description}

        Specified by:
        getDescription in interface OrgPolicyPolicySpecRulesCondition
      • getExpression

        public final String getExpression()
        Description copied from interface: OrgPolicyPolicySpecRulesCondition
        Textual representation of an expression in Common Expression Language syntax.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#expression OrgPolicyPolicy#expression}

        Specified by:
        getExpression in interface OrgPolicyPolicySpecRulesCondition
      • getLocation

        public final String getLocation()
        Description copied from interface: OrgPolicyPolicySpecRulesCondition
        Optional.

        String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#location OrgPolicyPolicy#location}

        Specified by:
        getLocation in interface OrgPolicyPolicySpecRulesCondition
      • getTitle

        public final String getTitle()
        Description copied from interface: OrgPolicyPolicySpecRulesCondition
        Optional.

        Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#title OrgPolicyPolicy#title}

        Specified by:
        getTitle in interface OrgPolicyPolicySpecRulesCondition
      • $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