Class SccProjectCustomModuleCustomConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_project_custom_module.SccProjectCustomModuleCustomConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SccProjectCustomModuleCustomConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccProjectCustomModuleCustomConfig
@Stability(Stable) @Internal public static final class SccProjectCustomModuleCustomConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccProjectCustomModuleCustomConfig
An implementation forSccProjectCustomModuleCustomConfig
-
-
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_project_custom_module.SccProjectCustomModuleCustomConfig
SccProjectCustomModuleCustomConfig.Builder, SccProjectCustomModuleCustomConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccProjectCustomModuleCustomConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSccProjectCustomModuleCustomConfig.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)SccProjectCustomModuleCustomConfigCustomOutputgetCustomOutput()custom_output block.StringgetDescription()Text that describes the vulnerability or misconfiguration that the custom module detects.SccProjectCustomModuleCustomConfigPredicategetPredicate()predicate block.StringgetRecommendation()An explanation of the recommended steps that security teams can take to resolve the detected issue.SccProjectCustomModuleCustomConfigResourceSelectorgetResourceSelector()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(SccProjectCustomModuleCustomConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccProjectCustomModuleCustomConfig.Builder.
-
-
Method Detail
-
getPredicate
public final SccProjectCustomModuleCustomConfigPredicate getPredicate()
Description copied from interface:SccProjectCustomModuleCustomConfigpredicate block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_project_custom_module#predicate SccProjectCustomModule#predicate}
- Specified by:
getPredicatein interfaceSccProjectCustomModuleCustomConfig
-
getRecommendation
public final String getRecommendation()
Description copied from interface:SccProjectCustomModuleCustomConfigAn 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_project_custom_module#recommendation SccProjectCustomModule#recommendation}
- Specified by:
getRecommendationin interfaceSccProjectCustomModuleCustomConfig
-
getResourceSelector
public final SccProjectCustomModuleCustomConfigResourceSelector getResourceSelector()
Description copied from interface:SccProjectCustomModuleCustomConfigresource_selector block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_project_custom_module#resource_selector SccProjectCustomModule#resource_selector}
- Specified by:
getResourceSelectorin interfaceSccProjectCustomModuleCustomConfig
-
getSeverity
public final String getSeverity()
Description copied from interface:SccProjectCustomModuleCustomConfigThe 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_project_custom_module#severity SccProjectCustomModule#severity}
- Specified by:
getSeverityin interfaceSccProjectCustomModuleCustomConfig
-
getCustomOutput
public final SccProjectCustomModuleCustomConfigCustomOutput getCustomOutput()
Description copied from interface:SccProjectCustomModuleCustomConfigcustom_output block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_project_custom_module#custom_output SccProjectCustomModule#custom_output}
- Specified by:
getCustomOutputin interfaceSccProjectCustomModuleCustomConfig
-
getDescription
public final String getDescription()
Description copied from interface:SccProjectCustomModuleCustomConfigText 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_project_custom_module#description SccProjectCustomModule#description}
- Specified by:
getDescriptionin interfaceSccProjectCustomModuleCustomConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-