Interface SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.691Z") @Stability(Stable) public interface SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom.Builderstatic classSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom.Jsii$ProxyAn implementation forSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom.Builderbuilder()default SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomCustomConstraintgetCustomConstraint()custom_constraint block.ObjectgetPolicyRules()policy_rules block.
-
-
-
Method Detail
-
getPolicyRules
@Stability(Stable) @NotNull Object getPolicyRules()
policy_rules block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#policy_rules SecurityposturePosture#policy_rules}
-
getCustomConstraint
@Stability(Stable) @Nullable default SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomCustomConstraint getCustomConstraint()
custom_constraint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#custom_constraint SecurityposturePosture#custom_constraint}
-
builder
@Stability(Stable) static SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom.Builder builder()
-
-