Class GetNotificationChannelArgs
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.Gcp.Monitoring
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetNotificationChannelArgs : InvokeArgs
Constructors
View SourceGetNotificationChannelArgs()
Declaration
public GetNotificationChannelArgs()
Properties
View SourceDisplayName
The display name for this notification channel.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Labels
Labels (corresponding to the NotificationChannelDescriptor schema) to filter the notification channels by.
Declaration
public Dictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the notification channel.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserLabels
User-provided key-value labels to filter by.
Declaration
public Dictionary<string, string> UserLabels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |