Interface OrgPolicyPolicySpecRulesCondition

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    OrgPolicyPolicySpecRulesCondition.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.224Z")
    @Stability(Stable)
    public interface OrgPolicyPolicySpecRulesCondition
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        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}

      • getExpression

        @Stability(Stable)
        @Nullable
        default String getExpression()
        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}

      • getLocation

        @Stability(Stable)
        @Nullable
        default String getLocation()
        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}

      • getTitle

        @Stability(Stable)
        @Nullable
        default String getTitle()
        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}