Class GetNotificationsNotificationResult
Inheritance
System.Object
GetNotificationsNotificationResult
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.Ess.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetNotificationsNotificationResult
Fields
View SourceId
ID of the notification.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NotificationArn
The Alibaba Cloud Resource Name (ARN) for the notification object.
Declaration
public readonly string NotificationArn
Field Value
| Type | Description |
|---|---|
| System.String |
NotificationTypes
The notification types of Auto Scaling events and resource changes.
Declaration
public readonly ImmutableArray<string> NotificationTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ScalingGroupId
Scaling group id the notifications belong to.
Declaration
public readonly string ScalingGroupId
Field Value
| Type | Description |
|---|---|
| System.String |