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 SourceConfig
Alert channel configuration.
Declaration
public readonly GetAlertChannelConfigResult Config
Field Value
| Type | Description |
|---|---|
| GetAlertChannelConfigResult |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Type
Alert channel type, either: email, opsgenie, pagerduty, slack, victorops, or webhook.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |