Class AlertPolicyArgs
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.NewRelic
Assembly: Pulumi.NewRelic.dll
Syntax
public sealed class AlertPolicyArgs : ResourceArgs
Constructors
View SourceAlertPolicyArgs()
Declaration
public AlertPolicyArgs()
Properties
View SourceChannelIds
An array of channel IDs (integers) to assign to the policy. Adding or removing channel IDs from this array will result in a new alert policy resource being created and the old one being destroyed. Also note that channel IDs cannot be imported via terraform import.
Declaration
public InputList<int> ChannelIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Int32> |
IncidentPreference
The rollup strategy for the policy. Options include: PER_POLICY, PER_CONDITION, or PER_CONDITION_AND_TARGET. The default is PER_POLICY.
Declaration
public Input<string> IncidentPreference { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the policy.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |