Class AlertPolicyConditionConditionMatchedLogArgs.Builder

    • Method Detail

      • labelExtractors

        public AlertPolicyConditionConditionMatchedLogArgs.Builder labelExtractors​(@Nullable
                                                                                   com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> labelExtractors)
        Parameters:
        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.
        Returns:
        builder
      • labelExtractors

        public AlertPolicyConditionConditionMatchedLogArgs.Builder labelExtractors​(java.util.Map<java.lang.String,​java.lang.String> labelExtractors)
        Parameters:
        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.
        Returns:
        builder