Show / Hide Table of Contents

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 Source

Annotates

Note added to the event.

Declaration
public readonly ImmutableArray<RulesetRuleActionsAnnotate> Annotates
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<RulesetRuleActionsAnnotate>
View Source

EventActions

Declaration
public readonly ImmutableArray<RulesetRuleActionsEventAction> EventActions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<RulesetRuleActionsEventAction>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.