PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfigArgs

data class PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfigArgs(val customOutput: Output<PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfigCustomOutputArgs>? = null, val description: Output<String>? = null, val predicate: Output<PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfigPredicateArgs>, val recommendation: Output<String>? = null, val resourceSelector: Output<PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfigResourceSelectorArgs>, val severity: Output<String>) : ConvertibleToJava<PosturePolicySetPolicyConstraintSecurityHealthAnalyticsCustomModuleConfigArgs>

Properties

Link copied to clipboard

Custom output properties. A set of optional name-value pairs that define custom source properties to return with each finding that is generated by the custom module. The custom source properties that are defined here are included in the finding JSON under sourceProperties. 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.

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>? = null

An explanation of the recommended steps that security teams can take to resolve the detected issue

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: SEVERITY_UNSPECIFIED, CRITICAL, HIGH, MEDIUM, LOW.

Functions

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