Show / Hide Table of Contents

Class AlertPolicyChannelArgs

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

Constructors

View Source

AlertPolicyChannelArgs()

Declaration
public AlertPolicyChannelArgs()

Properties

View Source

ChannelId

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>
View Source

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>
View Source

PolicyId

The ID of the policy.

Declaration
public Input<int> PolicyId { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.