Interface ProjectOrganizationPolicyListPolicyDeny

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

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

      • getAll

        @Stability(Stable)
        @Nullable
        default Object getAll()
        The policy allows or denies all values.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_organization_policy#all ProjectOrganizationPolicy#all}

      • getValues

        @Stability(Stable)
        @Nullable
        default List<String> getValues()
        The policy can define specific values that are allowed or denied.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_organization_policy#values ProjectOrganizationPolicy#values}