FolderCustomModuleCustomConfigArgs

data class FolderCustomModuleCustomConfigArgs(val customOutput: Output<FolderCustomModuleCustomConfigCustomOutputArgs>? = null, val description: Output<String>? = null, val predicate: Output<FolderCustomModuleCustomConfigPredicateArgs>, val recommendation: Output<String>, val resourceSelector: Output<FolderCustomModuleCustomConfigResourceSelectorArgs>, val severity: Output<String>) : ConvertibleToJava<FolderCustomModuleCustomConfigArgs>

Constructors

Link copied to clipboard
constructor(customOutput: Output<FolderCustomModuleCustomConfigCustomOutputArgs>? = null, description: Output<String>? = null, predicate: Output<FolderCustomModuleCustomConfigPredicateArgs>, recommendation: Output<String>, resourceSelector: Output<FolderCustomModuleCustomConfigResourceSelectorArgs>, severity: Output<String>)

Properties

Link copied to clipboard

Custom output properties. Structure is documented below.

Link copied to clipboard
val description: Output<String>? = null

Text 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.

Link copied to clipboard

The CEL expression to evaluate to produce findings. When the expression evaluates to true against a resource, a finding is generated. Structure is documented below.

Link copied to clipboard
val recommendation: Output<String>

An 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.

Link copied to clipboard

The resource types that the custom module operates on. Each custom module can specify up to 5 resource types. Structure is documented below.

Link copied to clipboard
val severity: Output<String>

The severity to assign to findings generated by the module. Possible values are: CRITICAL, HIGH, MEDIUM, LOW.

Functions

Link copied to clipboard
open override fun toJava(): FolderCustomModuleCustomConfigArgs