Class SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_management_folder_security_health_analytics_custom_module.SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
@Stability(Stable) @Internal public static final class SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
An implementation forSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
-
-
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.scc_management_folder_security_health_analytics_custom_module.SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Builder, SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.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)SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputgetCustomOutput()custom_output block.StringgetDescription()Text that describes the vulnerability or misconfiguration that the custom module detects.SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigPredicategetPredicate()predicate block.StringgetRecommendation()An explanation of the recommended steps that security teams can take to resolve the detected issue.SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelectorgetResourceSelector()resource_selector block.StringgetSeverity()The severity to assign to findings generated by the module.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(SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig.Builder.
-
-
Method Detail
-
getCustomOutput
public final SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput getCustomOutput()
Description copied from interface:SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigcustom_output block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#custom_output SccManagementFolderSecurityHealthAnalyticsCustomModule#custom_output}
- Specified by:
getCustomOutputin interfaceSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
-
getDescription
public final String getDescription()
Description copied from interface:SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigText that describes the vulnerability or misconfiguration that the custom module detects.This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#description SccManagementFolderSecurityHealthAnalyticsCustomModule#description}
- Specified by:
getDescriptionin interfaceSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
-
getPredicate
public final SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigPredicate getPredicate()
Description copied from interface:SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigpredicate block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#predicate SccManagementFolderSecurityHealthAnalyticsCustomModule#predicate}
- Specified by:
getPredicatein interfaceSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
-
getRecommendation
public final String getRecommendation()
Description copied from interface:SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigAn explanation of the recommended steps that security teams can take to resolve the detected issue.This explanation is returned with each finding generated by this module in the nextSteps property of the finding JSON. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#recommendation SccManagementFolderSecurityHealthAnalyticsCustomModule#recommendation}
- Specified by:
getRecommendationin interfaceSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
-
getResourceSelector
public final SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector getResourceSelector()
Description copied from interface:SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigresource_selector block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#resource_selector SccManagementFolderSecurityHealthAnalyticsCustomModule#resource_selector}
- Specified by:
getResourceSelectorin interfaceSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
-
getSeverity
public final String getSeverity()
Description copied from interface:SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfigThe severity to assign to findings generated by the module. Possible values: ["CRITICAL", "HIGH", "MEDIUM", "LOW"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#severity SccManagementFolderSecurityHealthAnalyticsCustomModule#severity}
- Specified by:
getSeverityin interfaceSccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-