Class AlertPolicyAlertStrategy
- java.lang.Object
-
- com.pulumi.gcp.monitoring.outputs.AlertPolicyAlertStrategy
-
public final class AlertPolicyAlertStrategy extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AlertPolicyAlertStrategy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
autoClose()
static AlertPolicyAlertStrategy.Builder
builder()
static AlertPolicyAlertStrategy.Builder
builder(AlertPolicyAlertStrategy defaults)
java.util.List<AlertPolicyAlertStrategyNotificationChannelStrategy>
notificationChannelStrategies()
java.util.Optional<AlertPolicyAlertStrategyNotificationRateLimit>
notificationRateLimit()
-
-
-
Method Detail
-
autoClose
public java.util.Optional<java.lang.String> autoClose()
- Returns:
- If an alert policy that was active has no data for this long, any open incidents will close.
-
notificationChannelStrategies
public java.util.List<AlertPolicyAlertStrategyNotificationChannelStrategy> notificationChannelStrategies()
- Returns:
- Control over how the notification channels in `notification_channels` are notified when this alert fires, on a per-channel basis. Structure is documented below.
-
notificationRateLimit
public java.util.Optional<AlertPolicyAlertStrategyNotificationRateLimit> notificationRateLimit()
- Returns:
- Required for alert policies with a LogMatch condition. This limit is not implemented for alert policies that are not log-based. Structure is documented below.
-
builder
public static AlertPolicyAlertStrategy.Builder builder()
-
builder
public static AlertPolicyAlertStrategy.Builder builder(AlertPolicyAlertStrategy defaults)
-
-