AutomationRuleModifyPropertiesActionActionConfigurationArgs

data class AutomationRuleModifyPropertiesActionActionConfigurationArgs(val classification: Output<Either<String, IncidentClassification>>? = null, val classificationComment: Output<String>? = null, val classificationReason: Output<Either<String, IncidentClassificationReason>>? = null, val labels: Output<List<IncidentLabelArgs>>? = null, val owner: Output<IncidentOwnerInfoArgs>? = null, val severity: Output<Either<String, IncidentSeverity>>? = null, val status: Output<Either<String, IncidentStatus>>? = null) : ConvertibleToJava<AutomationRuleModifyPropertiesActionActionConfigurationArgs>

The configuration of the modify properties automation rule action

Constructors

constructor(classification: Output<Either<String, IncidentClassification>>? = null, classificationComment: Output<String>? = null, classificationReason: Output<Either<String, IncidentClassificationReason>>? = null, labels: Output<List<IncidentLabelArgs>>? = null, owner: Output<IncidentOwnerInfoArgs>? = null, severity: Output<Either<String, IncidentSeverity>>? = null, status: Output<Either<String, IncidentStatus>>? = null)

Properties

Link copied to clipboard
val classification: Output<Either<String, IncidentClassification>>? = null

The reason the incident was closed

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

Describes the reason the incident was closed

Link copied to clipboard

The classification reason to close the incident with

Link copied to clipboard
val labels: Output<List<IncidentLabelArgs>>? = null

List of labels to add to the incident

Link copied to clipboard
val owner: Output<IncidentOwnerInfoArgs>? = null

Describes a user that the incident is assigned to

Link copied to clipboard
val severity: Output<Either<String, IncidentSeverity>>? = null

The severity of the incident

Link copied to clipboard
val status: Output<Either<String, IncidentStatus>>? = null

The status of the incident

Functions

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