Interface ProjectOrganizationPolicyListPolicyAllow
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProjectOrganizationPolicyListPolicyAllow.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.436Z") @Stability(Stable) public interface ProjectOrganizationPolicyListPolicyAllow extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProjectOrganizationPolicyListPolicyAllow.BuilderA builder forProjectOrganizationPolicyListPolicyAllowstatic classProjectOrganizationPolicyListPolicyAllow.Jsii$ProxyAn implementation forProjectOrganizationPolicyListPolicyAllow
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ProjectOrganizationPolicyListPolicyAllow.Builderbuilder()default ObjectgetAll()The policy allows or denies all values.default List<String>getValues()The policy can define specific values that are allowed or denied.
-
-
-
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}
-
builder
@Stability(Stable) static ProjectOrganizationPolicyListPolicyAllow.Builder builder()
-
-