Interface ProjectOrganizationPolicyListPolicy
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjectOrganizationPolicyListPolicy.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.436Z") @Stability(Stable) public interface ProjectOrganizationPolicyListPolicy extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjectOrganizationPolicyListPolicy.BuilderA builder forProjectOrganizationPolicyListPolicystatic classProjectOrganizationPolicyListPolicy.Jsii$ProxyAn implementation forProjectOrganizationPolicyListPolicy
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ProjectOrganizationPolicyListPolicy.Builderbuilder()default ProjectOrganizationPolicyListPolicyAllowgetAllow()allow block.default ProjectOrganizationPolicyListPolicyDenygetDeny()deny block.default ObjectgetInheritFromParent()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.default StringgetSuggestedValue()The Google Cloud Console will try to default to a configuration that matches the value specified in this field.
-
-
-
Method Detail
-
getAllow
@Stability(Stable) @Nullable default ProjectOrganizationPolicyListPolicyAllow getAllow()
allow block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_organization_policy#allow ProjectOrganizationPolicy#allow}
-
getDeny
@Stability(Stable) @Nullable default ProjectOrganizationPolicyListPolicyDeny getDeny()
deny block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_organization_policy#deny ProjectOrganizationPolicy#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/project_organization_policy#inherit_from_parent ProjectOrganizationPolicy#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/project_organization_policy#suggested_value ProjectOrganizationPolicy#suggested_value}
-
builder
@Stability(Stable) static ProjectOrganizationPolicyListPolicy.Builder builder()
-
-