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 SourceContent
Notice content of alarm.
Declaration
public readonly string Content
Field Value
| Type | Description |
|---|---|
| System.String |
EmailLists
Email address list.
Declaration
public readonly ImmutableArray<string> EmailLists
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MobileLists
SMS sending mobile number.
Declaration
public readonly ImmutableArray<string> MobileLists
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ServiceUri
Request address.
Declaration
public readonly string ServiceUri
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Notification type. support Email, SMS, DingTalk.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |