notification Channel Strategies
suspend fun notificationChannelStrategies(value: Output<List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>)
suspend fun notificationChannelStrategies(value: List<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>?)
Parameters
value
Control over how the notification channels in notification_channels
are notified when this alert fires, on a per-channel basis. Structure is documented below.
suspend fun notificationChannelStrategies(vararg values: Output<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>)
suspend fun notificationChannelStrategies(values: List<Output<AlertPolicyAlertStrategyNotificationChannelStrategyArgs>>)
suspend fun notificationChannelStrategies(vararg values: AlertPolicyAlertStrategyNotificationChannelStrategyArgs)
Parameters
values
Control over how the notification channels in notification_channels
are notified when this alert fires, on a per-channel basis. Structure is documented below.
suspend fun notificationChannelStrategies(argument: List<suspend AlertPolicyAlertStrategyNotificationChannelStrategyArgsBuilder.() -> Unit>)
suspend fun notificationChannelStrategies(vararg argument: suspend AlertPolicyAlertStrategyNotificationChannelStrategyArgsBuilder.() -> Unit)
suspend fun notificationChannelStrategies(argument: suspend AlertPolicyAlertStrategyNotificationChannelStrategyArgsBuilder.() -> Unit)
Parameters
argument
Control over how the notification channels in notification_channels
are notified when this alert fires, on a per-channel basis. Structure is documented below.