GetNotificationsNotification

data class GetNotificationsNotification(val id: String, val notificationArn: String, val notificationTypes: List<String>, val scalingGroupId: String)

Constructors

Link copied to clipboard
constructor(id: String, notificationArn: String, notificationTypes: List<String>, scalingGroupId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of the notification.

Link copied to clipboard

The Alibaba Cloud Resource Name (ARN) for the notification object.

Link copied to clipboard

The notification types of Auto Scaling events and resource changes.

Link copied to clipboard

Scaling group id the notifications belong to.