Show / Hide Table of Contents

Class GetAlertChannelResult

Inheritance
System.Object
GetAlertChannelResult
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 GetAlertChannelResult

Fields

View Source

Config

Alert channel configuration.

Declaration
public readonly GetAlertChannelConfigResult Config
Field Value
Type Description
GetAlertChannelConfigResult
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PolicyIds

A list of policy IDs associated with the alert channel.

Declaration
public readonly ImmutableArray<int> PolicyIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.Int32>
View Source

Type

Alert channel type, either: email, opsgenie, pagerduty, slack, victorops, or webhook.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.