Show / Hide Table of Contents

Class AlertNotificationList

Inheritance
System.Object
AlertNotificationList
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.AliCloud.Log.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AlertNotificationList

Fields

View Source

Content

Notice content of alarm.

Declaration
public readonly string Content
Field Value
Type Description
System.String
View Source

EmailLists

Email address list.

Declaration
public readonly ImmutableArray<string> EmailLists
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

MobileLists

SMS sending mobile number.

Declaration
public readonly ImmutableArray<string> MobileLists
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ServiceUri

Request address.

Declaration
public readonly string ServiceUri
Field Value
Type Description
System.String
View Source

Type

Notification type. support Email, SMS, DingTalk.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.