Show / Hide Table of Contents

Class AlertChannelState

Inheritance
System.Object
InputArgs
ResourceArgs
AlertChannelState
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 AlertChannelState : ResourceArgs

Constructors

View Source

AlertChannelState()

Declaration
public AlertChannelState()

Properties

View Source

Config

A nested block that describes an alert channel configuration. Only one config block is permitted per alert channel definition. See Nested config blocks below for details.

Declaration
public Input<AlertChannelConfigGetArgs> Config { get; set; }
Property Value
Type Description
Input<AlertChannelConfigGetArgs>
View Source

Configuration

Deprecated (Optional) A map of key/value pairs with channel type specific values. This argument is deprecated. Use the config argument instead.

Declaration
[Obsolete("use `config` block instead")]
public InputMap<object> Configuration { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the channel.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of channel. One of: email, slack, opsgenie, pagerduty, victorops, or webhook.

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