Class RulesetRuleActionsGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RulesetRuleActionsGetArgs
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 RulesetRuleActionsGetArgs : ResourceArgs
Constructors
View SourceRulesetRuleActionsGetArgs()
Declaration
public RulesetRuleActionsGetArgs()
Properties
View SourceAnnotates
Note added to the event.
Declaration
public InputList<RulesetRuleActionsAnnotateGetArgs> Annotates { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsAnnotateGetArgs> |
EventActions
Declaration
public InputList<RulesetRuleActionsEventActionGetArgs> EventActions { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsEventActionGetArgs> |
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<RulesetRuleActionsExtractionGetArgs> Extractions { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsExtractionGetArgs> |
Priorities
The ID of the priority applied to the event.
Declaration
public InputList<RulesetRuleActionsPriorityGetArgs> Priorities { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsPriorityGetArgs> |
Routes
The ID of the service where the event will be routed.
Declaration
public InputList<RulesetRuleActionsRouteGetArgs> Routes { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsRouteGetArgs> |
Severities
The severity level of the event. Can be either info,error,warning, or critical.
Declaration
public InputList<RulesetRuleActionsSeverityGetArgs> Severities { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsSeverityGetArgs> |
Suppresses
Controls whether an alert is suppressed (does not create an incident).
Declaration
public InputList<RulesetRuleActionsSuppressGetArgs> Suppresses { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleActionsSuppressGetArgs> |