GetNotificationsPlainArgs

data class GetNotificationsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val scalingGroupId: String) : ConvertibleToJava<GetNotificationsPlainArgs>

A collection of arguments for invoking getNotifications.

Constructors

Link copied to clipboard
fun GetNotificationsPlainArgs(ids: List<String>? = null, outputFile: String? = null, scalingGroupId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetNotificationsPlainArgs

Properties

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

A list of notification ids.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

Scaling group id the notifications belong to.