Enterprise Crm Eventbus Proto Workflow Alert Config Args
data class EnterpriseCrmEventbusProtoWorkflowAlertConfigArgs(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<EnterpriseCrmEventbusProtoWorkflowAlertConfigMetricType>? = null, val numAggregationPeriods: Output<Int>? = null, val onlyFinalAttempt: Output<Boolean>? = null, val playbookUrl: Output<String>? = null, val thresholdType: Output<EnterpriseCrmEventbusProtoWorkflowAlertConfigThresholdType>? = null, val thresholdValue: Output<EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueArgs>? = null, val warningEnumList: Output<EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListArgs>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoWorkflowAlertConfigArgs>
Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
Constructors
Link copied to clipboard
fun EnterpriseCrmEventbusProtoWorkflowAlertConfigArgs(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<EnterpriseCrmEventbusProtoWorkflowAlertConfigMetricType>? = null, numAggregationPeriods: Output<Int>? = null, onlyFinalAttempt: Output<Boolean>? = null, playbookUrl: Output<String>? = null, thresholdType: Output<EnterpriseCrmEventbusProtoWorkflowAlertConfigThresholdType>? = null, thresholdValue: Output<EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueArgs>? = null, warningEnumList: Output<EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListArgs>? = null)