Alert Property Mapping Args
    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
                fun AlertPropertyMappingArgs(alertProperty: Output<Either<String, AlertProperty>>? = null, value: Output<String>? = null)