Scheduled Query Rules Alert Action Args
data class ScheduledQueryRulesAlertActionArgs(val actionGroups: Output<List<String>>, val customWebhookPayload: Output<String>? = null, val emailSubject: Output<String>? = null) : ConvertibleToJava<ScheduledQueryRulesAlertActionArgs>
Constructors
Link copied to clipboard
fun ScheduledQueryRulesAlertActionArgs(actionGroups: Output<List<String>>, customWebhookPayload: Output<String>? = null, emailSubject: Output<String>? = null)