Class RulesetRuleActions
Inheritance
System.Object
RulesetRuleActions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleActions
Fields
View SourceAnnotates
Note added to the event.
Declaration
public readonly ImmutableArray<RulesetRuleActionsAnnotate> Annotates
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleActionsAnnotate> |
EventActions
Declaration
public readonly ImmutableArray<RulesetRuleActionsEventAction> EventActions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleActionsEventAction> |
Extractions
Allows you to copy important data from one event field to another. Extraction rules must use valid RE2 regular expression syntax. Extraction objects consist of the following fields:
Declaration
public readonly ImmutableArray<RulesetRuleActionsExtraction> Extractions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleActionsExtraction> |
Priorities
The ID of the priority applied to the event.
Declaration
public readonly ImmutableArray<RulesetRuleActionsPriority> Priorities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleActionsPriority> |
Routes
The ID of the service where the event will be routed.
Declaration
public readonly ImmutableArray<RulesetRuleActionsRoute> Routes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleActionsRoute> |
Severities
The severity level of the event. Can be either info,error,warning, or critical.
Declaration
public readonly ImmutableArray<RulesetRuleActionsSeverity> Severities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleActionsSeverity> |
Suppresses
Controls whether an alert is suppressed (does not create an incident).
Declaration
public readonly ImmutableArray<RulesetRuleActionsSuppress> Suppresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<RulesetRuleActionsSuppress> |