PutInsightRuleRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify true to have this rule evalute log events after they have been transformed by Log transformation. If you specify true, then the log events in log groups that have transformers will be evaluated by Contributor Insights after being transformed. Log groups that don't have transformers will still have their original log events evaluated by Contributor Insights.

Link copied to clipboard

The definition of the rule, as a JSON object. For details on the valid syntax, see Contributor Insights Rule Syntax.

Link copied to clipboard

A unique name for the rule.

Link copied to clipboard

The state of the rule. Valid values are ENABLED and DISABLED.

Link copied to clipboard
val tags: List<Tag>?

A list of key-value pairs to associate with the Contributor Insights rule. You can associate as many as 50 tags with a rule.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String