Class SecurityposturePosturePolicySetsPoliciesConstraint.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.securityposture_posture.SecurityposturePosturePolicySetsPoliciesConstraint.Jsii$Proxy
-
- All Implemented Interfaces:
SecurityposturePosturePolicySetsPoliciesConstraint,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecurityposturePosturePolicySetsPoliciesConstraint
@Stability(Stable) @Internal public static final class SecurityposturePosturePolicySetsPoliciesConstraint.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityposturePosturePolicySetsPoliciesConstraint
An implementation forSecurityposturePosturePolicySetsPoliciesConstraint
-
-
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.SecurityposturePosturePolicySetsPoliciesConstraint
SecurityposturePosturePolicySetsPoliciesConstraint.Builder, SecurityposturePosturePolicySetsPoliciesConstraint.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecurityposturePosturePolicySetsPoliciesConstraint.Builder builder)Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraint.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)SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintgetOrgPolicyConstraint()org_policy_constraint block.SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomgetOrgPolicyConstraintCustom()org_policy_constraint_custom block.SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModulegetSecurityHealthAnalyticsCustomModule()security_health_analytics_custom_module block.SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModulegetSecurityHealthAnalyticsModule()security_health_analytics_module 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(SecurityposturePosturePolicySetsPoliciesConstraint.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraint.Builder.
-
-
Method Detail
-
getOrgPolicyConstraint
public final SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraint getOrgPolicyConstraint()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintorg_policy_constraint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#org_policy_constraint SecurityposturePosture#org_policy_constraint}
- Specified by:
getOrgPolicyConstraintin interfaceSecurityposturePosturePolicySetsPoliciesConstraint
-
getOrgPolicyConstraintCustom
public final SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom getOrgPolicyConstraintCustom()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintorg_policy_constraint_custom block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#org_policy_constraint_custom SecurityposturePosture#org_policy_constraint_custom}
- Specified by:
getOrgPolicyConstraintCustomin interfaceSecurityposturePosturePolicySetsPoliciesConstraint
-
getSecurityHealthAnalyticsCustomModule
public final SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModule()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintsecurity_health_analytics_custom_module block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#security_health_analytics_custom_module SecurityposturePosture#security_health_analytics_custom_module}
- Specified by:
getSecurityHealthAnalyticsCustomModulein interfaceSecurityposturePosturePolicySetsPoliciesConstraint
-
getSecurityHealthAnalyticsModule
public final SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule getSecurityHealthAnalyticsModule()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintsecurity_health_analytics_module block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#security_health_analytics_module SecurityposturePosture#security_health_analytics_module}
- Specified by:
getSecurityHealthAnalyticsModulein interfaceSecurityposturePosturePolicySetsPoliciesConstraint
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-