Class AlertPolicyChannelArgs
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 AlertPolicyChannelArgs : ResourceArgs
Constructors
View SourceAlertPolicyChannelArgs()
Declaration
public AlertPolicyChannelArgs()
Properties
View SourceChannelId
Deprecated. The ID of the channel. Please use the channel_ids argument instead.
Declaration
public Input<int> ChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ChannelIds
Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state.
Declaration
public InputList<int> ChannelIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Int32> |
PolicyId
The ID of the policy.
Declaration
public Input<int> PolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |