GetNotificationsResult

data class GetNotificationsResult(val id: String, val ids: List<String>? = null, val notifications: List<GetNotificationsNotification>, val outputFile: String? = null, val scalingGroupId: String)

A collection of values returned by getNotifications.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>? = null, notifications: List<GetNotificationsNotification>, outputFile: String? = null, scalingGroupId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val ids: List<String>? = null

A list of notification ids.

Link copied to clipboard

A list of notifications. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

ID of the scaling group.