Enterprise Crm Eventbus Proto Task Alert Config Args
data class EnterpriseCrmEventbusProtoTaskAlertConfigArgs(val aggregationPeriod: Output<String>? = null, val alertDisabled: Output<Boolean>? = null, val alertName: Output<String>? = null, val clientId: Output<String>? = null, val durationThresholdMs: Output<String>? = null, val errorEnumList: Output<EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListArgs>? = null, val metricType: Output<EnterpriseCrmEventbusProtoTaskAlertConfigMetricType>? = null, val numAggregationPeriods: Output<Int>? = null, val onlyFinalAttempt: Output<Boolean>? = null, val playbookUrl: Output<String>? = null, val thresholdType: Output<EnterpriseCrmEventbusProtoTaskAlertConfigThresholdType>? = null, val thresholdValue: Output<EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueArgs>? = null, val warningEnumList: Output<EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListArgs>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoTaskAlertConfigArgs>
Message to be used to configure alerting in the {@code TaskConfig} protos for tasks in an event.
Constructors
Link copied to clipboard
fun EnterpriseCrmEventbusProtoTaskAlertConfigArgs(aggregationPeriod: Output<String>? = null, alertDisabled: Output<Boolean>? = null, alertName: Output<String>? = null, clientId: Output<String>? = null, durationThresholdMs: Output<String>? = null, errorEnumList: Output<EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListArgs>? = null, metricType: Output<EnterpriseCrmEventbusProtoTaskAlertConfigMetricType>? = null, numAggregationPeriods: Output<Int>? = null, onlyFinalAttempt: Output<Boolean>? = null, playbookUrl: Output<String>? = null, thresholdType: Output<EnterpriseCrmEventbusProtoTaskAlertConfigThresholdType>? = null, thresholdValue: Output<EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueArgs>? = null, warningEnumList: Output<EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListArgs>? = null)