Class SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.securityposture_posture.SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Jsii$Proxy
-
- All Implemented Interfaces:
SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
@Stability(Stable) @Internal public static final class SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
An implementation forSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.securityposture_posture.SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builder, SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builder builder)Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAllowAll()Setting this to true means that all values are allowed.SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesConditiongetCondition()condition block.ObjectgetDenyAll()Setting this to true means that all values are denied.ObjectgetEnforce()If 'true', then the policy is enforced.SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesValuesgetValues()values block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules.Builder.
-
-
Method Detail
-
getAllowAll
public final Object getAllowAll()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesSetting 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}
- Specified by:
getAllowAllin interfaceSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
getCondition
public final SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesCondition getCondition()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulescondition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#condition SecurityposturePosture#condition}
- Specified by:
getConditionin interfaceSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
getDenyAll
public final Object getDenyAll()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesSetting 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}
- Specified by:
getDenyAllin interfaceSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
getEnforce
public final Object getEnforce()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesIf '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}
- Specified by:
getEnforcein interfaceSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
getValues
public final SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesValues getValues()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRulesvalues block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#values SecurityposturePosture#values}
- Specified by:
getValuesin interfaceSecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomPolicyRules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-