AlertPropertyMappingArgs

data class AlertPropertyMappingArgs(val alertProperty: Output<Either<String, AlertProperty>>? = null, val value: Output<String>? = null) : ConvertibleToJava<AlertPropertyMappingArgs>

A single alert property mapping to override

Constructors

Link copied to clipboard
constructor(alertProperty: Output<Either<String, AlertProperty>>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val alertProperty: Output<Either<String, AlertProperty>>? = null

The V3 alert property

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

the column name to use to override this property

Functions

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