com.pulumi.gcp.monitoring.kotlin.inputs.AlertPolicyConditionConditionMatchedLogArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.monitoring.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.monitoring.inputs.AlertPolicyConditionConditionMatchedLogArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property filter A logs-based filter.
* @property labelExtractors A map from a label key to an extractor expression, which is used to
* extract the value for this label key. Each entry in this map is
* a specification for how data should be extracted from log entries that
* match filter. Each combination of extracted values is treated as
* a separate rule for the purposes of triggering notifications.
* Label keys and corresponding values can be used in notifications
* generated by this condition.
*/
public data class AlertPolicyConditionConditionMatchedLogArgs(
public val filter: Output,
public val labelExtractors: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy