Interface SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.693Z") @Stability(Stable) public interface SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builderstatic classSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Jsii$ProxyAn implementation forSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builderbuilder()default ObjectgetAllowAll()Setting this to true means that all values are allowed.default SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesConditiongetCondition()condition block.default ObjectgetDenyAll()Setting this to true means that all values are denied.default ObjectgetEnforce()If 'true', then the policy is enforced.default SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesValuesgetValues()values block.
-
-
-
Method Detail
-
getAllowAll
@Stability(Stable) @Nullable default Object getAllowAll()
Setting this to true means that all values are allowed.This field can be set only in policies for list constraints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#allow_all SecurityposturePosture#allow_all}
-
getCondition
@Stability(Stable) @Nullable default SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesCondition getCondition()
condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#condition SecurityposturePosture#condition}
-
getDenyAll
@Stability(Stable) @Nullable default Object getDenyAll()
Setting this to true means that all values are denied.This field can be set only in policies for list constraints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#deny_all SecurityposturePosture#deny_all}
-
getEnforce
@Stability(Stable) @Nullable default Object getEnforce()
If 'true', then the policy is enforced.If 'false', then any configuration is acceptable. This field can be set only in policies for boolean constraints. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#enforce SecurityposturePosture#enforce}
-
getValues
@Stability(Stable) @Nullable default SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesValues getValues()
values block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#values SecurityposturePosture#values}
-
builder
@Stability(Stable) static SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builder builder()
-
-