Interface FolderOrganizationPolicyListPolicy

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

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

      • getAllow

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

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

      • getDeny

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

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#deny FolderOrganizationPolicy#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/folder_organization_policy#inherit_from_parent FolderOrganizationPolicy#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/folder_organization_policy#suggested_value FolderOrganizationPolicy#suggested_value}