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 SourceRulesetRuleActionsArgs()
Declaration
public RulesetRuleActionsArgs()
Properties
View SourceAnnotates
Note added to the event.
Declaration
public InputList<RulesetRuleActionsAnnotateArgs> Annotates { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsAnnotateArgs> |
EventActions
Declaration
public InputList<RulesetRuleActionsEventActionArgs> EventActions { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsEventActionArgs> |
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> |
Priorities
The ID of the priority applied to the event.
Declaration
public InputList<RulesetRuleActionsPriorityArgs> Priorities { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsPriorityArgs> |
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> |
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> |
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> |