Class SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.securityposture_posture.SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Jsii$Proxy
-
- All Implemented Interfaces:
SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
@Stability(Stable) @Internal public static final class SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
An implementation forSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
-
-
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.SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Builder, SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Builder builder)Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.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)StringgetModuleEnablementState()The state of enablement for the module at its level of the resource hierarchy.StringgetModuleName()The name of the module eg: BIGQUERY_TABLE_CMEK_DISABLED.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(SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule.Builder.
-
-
Method Detail
-
getModuleName
public final String getModuleName()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModuleThe name of the module eg: BIGQUERY_TABLE_CMEK_DISABLED.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#module_name SecurityposturePosture#module_name}
- Specified by:
getModuleNamein interfaceSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
-
getModuleEnablementState
public final String getModuleEnablementState()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModuleThe state of enablement for the module at its level of the resource hierarchy. Possible values: ["ENABLEMENT_STATE_UNSPECIFIED", "ENABLED", "DISABLED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#module_enablement_state SecurityposturePosture#module_enablement_state}
- Specified by:
getModuleEnablementStatein interfaceSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-