Interface OrgPolicyPolicyDryRunSpecRulesValues
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OrgPolicyPolicyDryRunSpecRulesValues.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.222Z") @Stability(Stable) public interface OrgPolicyPolicyDryRunSpecRulesValues extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOrgPolicyPolicyDryRunSpecRulesValues.BuilderA builder forOrgPolicyPolicyDryRunSpecRulesValuesstatic classOrgPolicyPolicyDryRunSpecRulesValues.Jsii$ProxyAn implementation forOrgPolicyPolicyDryRunSpecRulesValues
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OrgPolicyPolicyDryRunSpecRulesValues.Builderbuilder()default List<String>getAllowedValues()List of values allowed at this resource.default List<String>getDeniedValues()List of values denied at this resource.
-
-
-
Method Detail
-
getAllowedValues
@Stability(Stable) @Nullable default List<String> getAllowedValues()
List of values allowed at this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#allowed_values OrgPolicyPolicy#allowed_values}
-
getDeniedValues
@Stability(Stable) @Nullable default List<String> getDeniedValues()
List of values denied at this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#denied_values OrgPolicyPolicy#denied_values}
-
builder
@Stability(Stable) static OrgPolicyPolicyDryRunSpecRulesValues.Builder builder()
-
-