Class SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.securityposture_posture.SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Jsii$Proxy
-
- All Implemented Interfaces:
SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
@Stability(Stable) @Internal public static final class SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
An implementation forSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
-
-
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.SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Builder, SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Builder builder)Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.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)SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleConfiggetConfig()config block.StringgetDisplayName()The display name of the Security Health Analytics custom module.StringgetModuleEnablementState()The state of enablement for the module at its level of the resource hierarchy.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(SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule.Builder.
-
-
Method Detail
-
getConfig
public final SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleConfig getConfig()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleconfig block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#config SecurityposturePosture#config}
- Specified by:
getConfigin interfaceSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
-
getDisplayName
public final String getDisplayName()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleThe display name of the Security Health Analytics custom module.This display name becomes the finding category for all findings that are returned by this custom module. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/securityposture_posture#display_name SecurityposturePosture#display_name}
- Specified by:
getDisplayNamein interfaceSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
-
getModuleEnablementState
public final String getModuleEnablementState()
Description copied from interface:SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleThe 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 interfaceSecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-