Show / Hide Table of Contents

Class RulesetRuleActionsArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RulesetRuleActionsArgs
Inherited Members
Pulumi.ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleActionsArgs : ResourceArgs

Constructors

View Source

RulesetRuleActionsArgs()

Declaration
public RulesetRuleActionsArgs()

Properties

View Source

Annotates

Note added to the event.

Declaration
public InputList<RulesetRuleActionsAnnotateArgs> Annotates { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleActionsAnnotateArgs>
View Source

EventActions

Declaration
public InputList<RulesetRuleActionsEventActionArgs> EventActions { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleActionsEventActionArgs>
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 InputList<RulesetRuleActionsExtractionArgs> Extractions { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleActionsExtractionArgs>
View Source

Priorities

The ID of the priority applied to the event.

Declaration
public InputList<RulesetRuleActionsPriorityArgs> Priorities { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleActionsPriorityArgs>
View Source

Routes

The ID of the service where the event will be routed.

Declaration
public InputList<RulesetRuleActionsRouteArgs> Routes { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleActionsRouteArgs>
View Source

Severities

The severity level of the event. Can be either info,error,warning, or critical.

Declaration
public InputList<RulesetRuleActionsSeverityArgs> Severities { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleActionsSeverityArgs>
View Source

Suppresses

Controls whether an alert is suppressed (does not create an incident).

Declaration
public InputList<RulesetRuleActionsSuppressArgs> Suppresses { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleActionsSuppressArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.