
com.pulumi.awsnative.securityhub.kotlin.inputs.AutomationRulesFindingFieldsUpdateArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.securityhub.kotlin.inputs
import com.pulumi.awsnative.securityhub.inputs.AutomationRulesFindingFieldsUpdateArgs.builder
import com.pulumi.awsnative.securityhub.kotlin.enums.AutomationRulesFindingFieldsUpdateVerificationState
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* The rule action will update the ``Note`` field of a finding.
* @property confidence The rule action updates the `Confidence` field of a finding.
* @property criticality The rule action updates the `Criticality` field of a finding.
* @property note The rule action will update the ``Note`` field of a finding.
* @property relatedFindings The rule action will update the ``RelatedFindings`` field of a finding.
* @property severity The rule action will update the ``Severity`` field of a finding.
* @property types The rule action updates the `Types` field of a finding.
* @property userDefinedFields The rule action updates the `UserDefinedFields` field of a finding.
* @property verificationState The rule action updates the `VerificationState` field of a finding.
* @property workflow The rule action will update the ``Workflow`` field of a finding.
*/
public data class AutomationRulesFindingFieldsUpdateArgs(
public val confidence: Output? = null,
public val criticality: Output? = null,
public val note: Output? = null,
public val relatedFindings: Output>? = null,
public val severity: Output? = null,
public val types: Output>? = null,
public val userDefinedFields: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy