Show / Hide Table of Contents

Class AlertNotificationListArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AlertNotificationListArgs
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.AliCloud.Log.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AlertNotificationListArgs : ResourceArgs

Constructors

View Source

AlertNotificationListArgs()

Declaration
public AlertNotificationListArgs()

Properties

View Source

Content

Notice content of alarm.

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

EmailLists

Email address list.

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

MobileLists

SMS sending mobile number.

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

ServiceUri

Request address.

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

Type

Notification type. support Email, SMS, DingTalk.

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