Show / Hide Table of Contents

Class GetNotificationChannelArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetNotificationChannelArgs
Inherited Members
InvokeArgs.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.Gcp.Monitoring
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetNotificationChannelArgs : InvokeArgs

Constructors

View Source

GetNotificationChannelArgs()

Declaration
public GetNotificationChannelArgs()

Properties

View Source

DisplayName

The display name for this notification channel.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String
View Source

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

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

Type

The type of the notification channel.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.