Alert Policy Alert Strategy Args
data class AlertPolicyAlertStrategyArgs(val autoClose: Output<String>? = null, val notificationChannelStrategies: Output<List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>? = null, val notificationRateLimit: Output<AlertPolicyAlertStrategyNotificationRateLimitArgs>? = null) : ConvertibleToJava<AlertPolicyAlertStrategyArgs>
Constructors
Link copied to clipboard
fun AlertPolicyAlertStrategyArgs(autoClose: Output<String>? = null, notificationChannelStrategies: Output<List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>? = null, notificationRateLimit: Output<AlertPolicyAlertStrategyNotificationRateLimitArgs>? = null)
Functions
Properties
Link copied to clipboard
val notificationChannelStrategies: Output<List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>? = null