Class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
@Stability(Stable) @Internal public static final class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
An implementation forSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
-
-
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_project_security_health_analytics_custom_module.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Builder, SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.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)SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputgetCustomOutput()custom_output block.StringgetDescription()Text that describes the vulnerability or misconfiguration that the custom module detects.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicategetPredicate()predicate block.StringgetRecommendation()An explanation of the recommended steps that security teams can take to resolve the detected issue.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelectorgetResourceSelector()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(SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig.Builder.
-
-
Method Detail
-
getPredicate
public final SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate getPredicate()
Description copied from interface:SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigpredicate block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#predicate SccManagementProjectSecurityHealthAnalyticsCustomModule#predicate}
- Specified by:
getPredicatein interfaceSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
-
getRecommendation
public final String getRecommendation()
Description copied from interface:SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigAn 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_project_security_health_analytics_custom_module#recommendation SccManagementProjectSecurityHealthAnalyticsCustomModule#recommendation}
- Specified by:
getRecommendationin interfaceSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
-
getResourceSelector
public final SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigResourceSelector getResourceSelector()
Description copied from interface:SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigresource_selector block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#resource_selector SccManagementProjectSecurityHealthAnalyticsCustomModule#resource_selector}
- Specified by:
getResourceSelectorin interfaceSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
-
getSeverity
public final String getSeverity()
Description copied from interface:SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigThe 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_project_security_health_analytics_custom_module#severity SccManagementProjectSecurityHealthAnalyticsCustomModule#severity}
- Specified by:
getSeverityin interfaceSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
-
getCustomOutput
public final SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput getCustomOutput()
Description copied from interface:SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigcustom_output block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_project_security_health_analytics_custom_module#custom_output SccManagementProjectSecurityHealthAnalyticsCustomModule#custom_output}
- Specified by:
getCustomOutputin interfaceSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
-
getDescription
public final String getDescription()
Description copied from interface:SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigText 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_project_security_health_analytics_custom_module#description SccManagementProjectSecurityHealthAnalyticsCustomModule#description}
- Specified by:
getDescriptionin interfaceSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-