Interface OrganizationPolicyListPolicy

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

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

      • getAllow

        @Stability(Stable)
        @Nullable
        default OrganizationPolicyListPolicyAllow getAllow()
        allow block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_policy#allow OrganizationPolicy#allow}

      • getDeny

        @Stability(Stable)
        @Nullable
        default OrganizationPolicyListPolicyDeny getDeny()
        deny block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_policy#deny OrganizationPolicy#deny}

      • getInheritFromParent

        @Stability(Stable)
        @Nullable
        default Object getInheritFromParent()
        If set to true, the values from the effective Policy of the parent resource are inherited, meaning the values set in this Policy are added to the values inherited up the hierarchy.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_policy#inherit_from_parent OrganizationPolicy#inherit_from_parent}

      • getSuggestedValue

        @Stability(Stable)
        @Nullable
        default String getSuggestedValue()
        The Google Cloud Console will try to default to a configuration that matches the value specified in this field.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/organization_policy#suggested_value OrganizationPolicy#suggested_value}