Show / Hide Table of Contents

Class NotificationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NotificationArgs
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class NotificationArgs : ResourceArgs

Constructors

View Source

NotificationArgs()

Declaration
public NotificationArgs()

Properties

View Source

InstanceId

Instance identifier

Declaration
public Input<int> InstanceId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Optional display name of the recipient

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

Type

Type of the notification, valid options are: email, webhook, pagerduty, victorops, opsgenie, opsgenie-eu, slack

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

Value

Notification endpoint, where to send the notifcation

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