Interface OrgPolicyPolicyDryRunSpecRulesValues

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

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

      • getAllowedValues

        @Stability(Stable)
        @Nullable
        default List<String> getAllowedValues()
        List of values allowed at this resource.

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

      • getDeniedValues

        @Stability(Stable)
        @Nullable
        default List<String> getDeniedValues()
        List of values denied at this resource.

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