Class AlertNotificationListArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AlertNotificationListArgs : ResourceArgs
Constructors
View SourceAlertNotificationListArgs()
Declaration
public AlertNotificationListArgs()
Properties
View SourceContent
Notice content of alarm.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmailLists
Email address list.
Declaration
public InputList<string> EmailLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
MobileLists
SMS sending mobile number.
Declaration
public InputList<string> MobileLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ServiceUri
Request address.
Declaration
public Input<string> ServiceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Notification type. support Email, SMS, DingTalk.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |