All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.monitoring.kotlin.outputs.GetScheduledQueryRulesAlertAction.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.monitoring.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property actionGroups List of action group reference resource IDs.
 * @property customWebhookPayload Custom payload to be sent for all webhook URI in Azure action group.
 * @property emailSubject Custom subject override for all email IDs in Azure action group.
 */
public data class GetScheduledQueryRulesAlertAction(
    public val actionGroups: List,
    public val customWebhookPayload: String,
    public val emailSubject: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.monitoring.outputs.GetScheduledQueryRulesAlertAction):
            GetScheduledQueryRulesAlertAction = GetScheduledQueryRulesAlertAction(
            actionGroups = javaType.actionGroups().map({ args0 -> args0 }),
            customWebhookPayload = javaType.customWebhookPayload(),
            emailSubject = javaType.emailSubject(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy