Class SccFolderCustomModuleCustomConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_folder_custom_module.SccFolderCustomModuleCustomConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SccFolderCustomModuleCustomConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccFolderCustomModuleCustomConfig
@Stability(Stable) @Internal public static final class SccFolderCustomModuleCustomConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccFolderCustomModuleCustomConfig
An implementation forSccFolderCustomModuleCustomConfig
-
-
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_folder_custom_module.SccFolderCustomModuleCustomConfig
SccFolderCustomModuleCustomConfig.Builder, SccFolderCustomModuleCustomConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccFolderCustomModuleCustomConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSccFolderCustomModuleCustomConfig.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)SccFolderCustomModuleCustomConfigCustomOutputgetCustomOutput()custom_output block.StringgetDescription()Text that describes the vulnerability or misconfiguration that the custom module detects.SccFolderCustomModuleCustomConfigPredicategetPredicate()predicate block.StringgetRecommendation()An explanation of the recommended steps that security teams can take to resolve the detected issue.SccFolderCustomModuleCustomConfigResourceSelectorgetResourceSelector()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(SccFolderCustomModuleCustomConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccFolderCustomModuleCustomConfig.Builder.
-
-
Method Detail
-
getPredicate
public final SccFolderCustomModuleCustomConfigPredicate getPredicate()
Description copied from interface:SccFolderCustomModuleCustomConfigpredicate block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#predicate SccFolderCustomModule#predicate}
- Specified by:
getPredicatein interfaceSccFolderCustomModuleCustomConfig
-
getRecommendation
public final String getRecommendation()
Description copied from interface:SccFolderCustomModuleCustomConfigAn 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_folder_custom_module#recommendation SccFolderCustomModule#recommendation}
- Specified by:
getRecommendationin interfaceSccFolderCustomModuleCustomConfig
-
getResourceSelector
public final SccFolderCustomModuleCustomConfigResourceSelector getResourceSelector()
Description copied from interface:SccFolderCustomModuleCustomConfigresource_selector block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#resource_selector SccFolderCustomModule#resource_selector}
- Specified by:
getResourceSelectorin interfaceSccFolderCustomModuleCustomConfig
-
getSeverity
public final String getSeverity()
Description copied from interface:SccFolderCustomModuleCustomConfigThe 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_folder_custom_module#severity SccFolderCustomModule#severity}
- Specified by:
getSeverityin interfaceSccFolderCustomModuleCustomConfig
-
getCustomOutput
public final SccFolderCustomModuleCustomConfigCustomOutput getCustomOutput()
Description copied from interface:SccFolderCustomModuleCustomConfigcustom_output block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#custom_output SccFolderCustomModule#custom_output}
- Specified by:
getCustomOutputin interfaceSccFolderCustomModuleCustomConfig
-
getDescription
public final String getDescription()
Description copied from interface:SccFolderCustomModuleCustomConfigText 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_folder_custom_module#description SccFolderCustomModule#description}
- Specified by:
getDescriptionin interfaceSccFolderCustomModuleCustomConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-